Jump to content

[SOLVED] how glue player actor to the ground?


photo

Recommended Posts

Hi

I'm trying to create a simple ski slope. As a player using playerActor. Downward movement is set in the update function via

engine.controls.setState (CONTROLS_STATE_FORWARD, 1);

But in some places the player strongly jumping up. How to glue it to the ground, or dramatically reduce the height of the jump?
. setPhysicalMass,. setJumping, have no effect.

 

Thanks

Link to comment
×
×
  • Create New...