|
@@ -263,6 +263,7 @@ THREE.WebGLRenderer = function ( parameters ) {
|
|
this.context = _gl;
|
|
this.context = _gl;
|
|
this.capabilities = capabilities;
|
|
this.capabilities = capabilities;
|
|
this.extensions = extensions;
|
|
this.extensions = extensions;
|
|
|
|
+ this.properties = properties;
|
|
this.state = state;
|
|
this.state = state;
|
|
|
|
|
|
// shadow map
|
|
// shadow map
|