提交 2fbeedea 编写于 作者: N Nicolò Carpignoli 提交者: GitHub

Merge pull request #547 from derappelt/patch-1

CubeGeometry => BoxGeometry
......@@ -132,7 +132,7 @@
var arWorldRoot = smoothedRoot
// add a torus knot
var geometry = new THREE.CubeGeometry(1,1,1);
var geometry = new THREE.BoxGeometry(1,1,1);
var material = new THREE.MeshNormalMaterial({
transparent : true,
opacity: 0.5,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册