whitestorm-app-boilerplate icon indicating copy to clipboard operation
whitestorm-app-boilerplate copied to clipboard

Added support and integration with 'ammonext' physics.

Open alkavan opened this issue 8 years ago • 3 comments

It seems ammo physics is not so easy to integrate correctly, what do you think about physics branch?

  • Added example Sphere component PhysicsSphere
  • Added example Plane component PhysicsPlane

alkavan avatar Mar 23 '17 20:03 alkavan

I've made a commit being more explicit about everything, better for example. However I did not realize the Ammo.js integration (with THREE) is still in this state.

I saw your repository at https://github.com/sasha240100/ammojs-build-files I see now how I missed some parts. My whole point was to use the WebAssembly example. Will do another commit with proper wasm integration using your builds on that repo.

alkavan avatar Mar 24 '17 08:03 alkavan

@alkavan There is no need for wasm (no extra optimization on loading time yet)

sasha240100 avatar Mar 24 '17 09:03 sasha240100

@sasha240100 I've updated the PR. Removed wasm dependency, and Improved the demo. I'm gonna try loading the wasm on my project first, I see it's still too experimental perhaps.

alkavan avatar Mar 26 '17 21:03 alkavan