2
0
Эх сурвалжийг харах

Revert WebGLObjects.update ignoring THREE.Geometry.

Mr.doob 10 жил өмнө
parent
commit
6fe70b5aa4

+ 0 - 2
src/renderers/webgl/WebGLObjects.js

@@ -113,8 +113,6 @@ THREE.WebGLObjects = function ( gl, info ) {
 
 	this.update = function ( object ) {
 
-		if ( object.geometry instanceof THREE.Geometry ) return;
-
 		var geometry = geometries.get( object );
 
 		if ( object.geometry instanceof THREE.DynamicGeometry ) {