Browse Source

CSS3DRenderer: Removed now unneeded public cameraElement.

Mr.doob 12 years ago
parent
commit
975b5f07dc
1 changed files with 0 additions and 2 deletions
  1. 0 2
      examples/js/renderers/CSS3DRenderer.js

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

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