xucongco

Results 5 comments of xucongco

force in oimo needs to be updated in every frame. no update will not see the effect. body.applyImpulse ({x:0, y:0, z:0}, {x:0, y:20, z:0});

I give the model a speed like this `this.modelBody.linearVelocity.set(1000,0,0)`

你好,你可以用linearVelocity去设置物体的速度,这样可以保留物体的碰撞效果,同时停止的时候设置速度为零就可以了。在遇到问题可以查看下源代码,里面可以有想要的答案。 例如这样设置: oimoBody.linearVelocity.set(0, 100, 0);

You can use the “warp-cli settings list” command to view the configuration. If it displays "Always On: true", it is enabled by default and there is no need to execute...