Jacob DeBenedetto

Results 3 comments of Jacob DeBenedetto

I searched v2.0.0+ and found 'slideshow' within the source (not sure if it was ever working). The latest version (v3.0.0+) seems to lost the support for 'slideshow'.

Have you tried using the built-in Rapier debugger yet? I created a Three.js helper class that adds your `world` buffer to the scene as a 3D object: https://github.com/doppl3r/resume/blob/master/src/js/Debugger.js Simply run...

I recommend you keep your `rigidBodyDesc` and `rigidBody` components together in an "Entity" class so you can access their properties after being created. Here is an example I've created for...