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

Updated CircleGeometry to the new instancing pattern.

上级 068ab90a
......@@ -50,5 +50,4 @@ THREE.CircleGeometry = function ( radius, segments, thetaStart, thetaLength ) {
};
THREE.CircleGeometry.prototype = new THREE.Geometry();
THREE.CircleGeometry.prototype.constructor = THREE.CircleGeometry;
\ No newline at end of file
THREE.CircleGeometry.prototype = Object.create( THREE.Geometry.prototype );
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册