Three.js - Animate对象大小

时间:2012-09-18 17:31:32

标签: canvas jquery-animate three.js

我一直在关注本教程:http://www.html5canvastutorials.com/webgl/html5-canvas-webgl-cylinder-with-three-js/(或者只是复制和粘贴它)。它运作得很好(我认为只有FF),但对于我的“项目”,我需要设置圆柱体的大小。怎么办呢?

旋转动画如下:

three.cylinder.rotation.x += angleChange;

我尝试过多种内容,例如size.height.heightscale.heightscale[0]等,但我找不到正确的功能。

有谁知道如何实现这一目标?

0 个答案:

没有答案