-5

我需要一些帮助来尝试在 z 轴上平移一个正方形。有没有关于如何最好地使用three.js 完成此任务的示例?

4

1 回答 1

0
square.translateZ(50);

Object3D 文档在这里:http://mrdoob.github.com/three.js/docs/55/#Reference/Core/Object3D

来源:https ://github.com/mrdoob/three.js/blob/master/src/core/Object3D.js

于 2013-02-07T09:20:55.983 回答