Explorar o código

Added dummy setClearColor to CSS3DRenderer.

Mr.doob %!s(int64=11) %!d(string=hai) anos
pai
achega
6b61c40fa3
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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 );
 
+	this.setClearColor = function () {
+
+	};
+
 	this.setSize = function ( width, height ) {
 
 		_width = width;