标签: javascript three.js
这条线有什么问题?
myobejct.mesh.geometry.applyMatrix( new THREE.Matrix4().setTranslation( -10,-22,-30 ) );
我得到了Uncaught TypeError:无法读取undefined的属性'geometry'。我想用矩阵进行一些翻译。
答案 0 :(得分:0)
矩阵变换没有问题。错误显示myobejct.mesh未定义。
myobejct.mesh