Răsfoiți Sursa

removed comment

Fordy 11 ani în urmă
părinte
comite
165dea3f45
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      src/renderers/WebGLRenderer.js

+ 0 - 1
src/renderers/WebGLRenderer.js

@@ -35,7 +35,6 @@ THREE.WebGLRenderer = function ( parameters ) {
 	// tracks context specific properties to allow sharing of objects across webgl renderers
 	// each object stores relevant webgl properties that are specific to this renderer
 	// objects are stored by their uuids
-	// attributes are given a uuid in order to store their properties
 	var objectRendererWebGLProps = {};
 
 	var lights = [];

粤ICP备19079148号