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

Is there no way to use impostors with havok? Is aggregate the same as impostor?

Impostor is a class from Physics V1 api. Aggregate is roughly the same concept (physics body + collision shape together) for physics V2