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

Reverted Three.Legacy references.

上级 6aaa6af8
......@@ -792,7 +792,4 @@ THREE.CanvasRenderer = function () {
//
THREE.Curve.Utils = THREE.CurveUtils;
THREE.CubeGeometry = THREE.BoxGeometry;
THREE.MeshFaceMaterial = THREE.MultiMaterial;
THREE.Shape.Utils = THREE.ShapeUtils;
......@@ -125,3 +125,5 @@ THREE.BoxGeometry = function ( width, height, depth, widthSegments, heightSegmen
THREE.BoxGeometry.prototype = Object.create( THREE.Geometry.prototype );
THREE.BoxGeometry.prototype.constructor = THREE.BoxGeometry;
THREE.CubeGeometry = THREE.BoxGeometry;
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册