Browse Source

Added dummy setClearColor to CSS3DRenderer.

Mr.doob 11 years ago
parent
commit
6b61c40fa3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      examples/js/renderers/CSS3DRenderer.js

+ 4 - 0
examples/js/renderers/CSS3DRenderer.js

@@ -72,6 +72,10 @@ THREE.CSS3DRenderer = function () {
 
 
 	domElement.appendChild( cameraElement );
 	domElement.appendChild( cameraElement );
 
 
+	this.setClearColor = function () {
+
+	};
+
 	this.setSize = function ( width, height ) {
 	this.setSize = function ( width, height ) {
 
 
 		_width = width;
 		_width = width;