大约有 23 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0019 秒)
...建世界平面,添加到加农世界 var groundShape:Object=new CANNON.Plane(); var groundBody:Object=new CANNON.Body({mass: 0, shape: groundShape}); world.add(groundBody); // 运算器步进时长 var timeStep:Object=1.0 / 60.0; box.timer.loop(1000/60,this,cannonUpdate); } private function canno...
来源: Laya_社区 发布时间: 20170331
...ar modelViewer = camera.addComponent(ModelViewer); modelViewer.AroundPos = plane.transform.position; */ export default class ModelViewer extends Laya.Script { // Text m_debugTip; public canRotation_X: boolean = true; public canRotation_Y: boolean = true; public canScale: boolean = true; /// <summ...
来源: Laya_社区 发布时间: 20170714
...ar modelViewer = camera.addComponent(ModelViewer); modelViewer.AroundPos = plane.transform.position; */ export default class ModelViewer extends Laya.Script { // Text m_debugTip; public canRotation_X: boolean = true; public canRotation_Y: boolean = true; public canScale: boolean = true; /// <summ...
来源: Laya_社区 发布时间: 20190224