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

Merge pull request #5138 from nolman/patch-1

Fixing typo
......@@ -5,7 +5,7 @@
THREE.CubeGeometry = function ( width, height, depth, widthSegments, heightSegments, depthSegments ) {
console.warn( 'THEE.CubeGeometry has been renamed to THREE.BoxGeometry.' );
console.warn( 'THREE.CubeGeometry has been renamed to THREE.BoxGeometry.' );
return new THREE.BoxGeometry( width, height, depth, widthSegments, heightSegments, depthSegments );
};
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册