[SOLVED] Collision don't work anymore

Hi, the collision of model and terrain don’t work anymore, what happened??? I haven’t changed anything.
Kha-lhen

Remove this line from your terrain.js:

        app.systems.collision.implementations.mesh.doRecreatePhysicalShape(this.entity.collision);

It’s a hack that is no longer required since this fix:

Ok thanks a lot all works now :smile:

1 Like