Răsfoiți Sursa

WebGLRenderer: Accesible properties. See #7483.

Mr.doob 10 ani în urmă
părinte
comite
72a2a71a94
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      src/renderers/WebGLRenderer.js

+ 1 - 0
src/renderers/WebGLRenderer.js

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

粤ICP备19079148号