Fordy 10 лет назад
Родитель
Сommit
165dea3f45
1 измененных файлов с 0 добавлено и 1 удалено
  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号