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

Reverting PlaneGeometry dependency change.

上级 c0a0aef2
......@@ -81,9 +81,8 @@ THREE.PlaneGeometry = function ( width, height, widthSegments, heightSegments )
}
THREE.Geometry.call( this );
THREE.IndexedGeometry2.call( this, indices, vertices, normals, uvs );
};
THREE.PlaneGeometry.prototype = Object.create( THREE.Geometry.prototype );
THREE.PlaneGeometry.prototype = Object.create( THREE.IndexedGeometry2.prototype );
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册