提交 6fe70b5a 编写于 作者: M Mr.doob

Revert WebGLObjects.update ignoring THREE.Geometry.

上级 644f80d8
......@@ -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 ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册