摘要: Technorati 标签: Three.js 1、旋转物体与相机 objectName.rotation.set( theta_x, theta_y, theta_z ); 或 Object.name.rotation.x = theta_x; Object.name.rotation.y = theta_y; Object.name.rotation.z = theta_... 阅读全文
posted @ 2013-01-11 16:05 inseptember 阅读(192) 评论(0) 推荐(0)