How to make a 3d platformer?

In the previous examples there was a 3rd person platformer which yous send to me. Is from a castle which a capsule moves on it. Can I have that example?

EDIT:
I found it, but it may be crashed…
https://gkjohnson.github.io/three-mesh-bvh/example/bundle/characterMovement.html

How can I download it?

In the latest three.js examples (for r168), you can find that example here. It uses WebGPU if that makes a difference.

1 Like

@El_comunista_2.0 GitHub - gkjohnson/three-mesh-bvh: A BVH implementation to speed up raycasting and enable spatial queries against three.js meshes.

You can get that sample from that repo ^

https://threejs.org/examples/?q=game#games_fps

1 Like