Havok move base sphere not working

i am testing havok heightmaps and can’t make this sphere move over

 //sphere.physicsImpostor.setLinearVelocity(newpos)

Impostors are V1 physics. You are using V2 with Havok. It’s not possible to mix both. Please check documentation on forces/impulse : Forces | Babylon.js Documentation

1 Like