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