Fabio Dias Rollo

Results 9 issues of Fabio Dias Rollo

The build can already take advantage of Wasm SIMD for compatible browsers or does it need some changes before?

Cannon can do something like in this demo, applying a constant force in direction to original anchor position/rotation, with some elaticity on arrival? I tried something like zero gravity, canceling...

Tried on iOS 11, iPad 2017, but it’s all black, maybe some minor issue in shaders? https://erichlof.github.io/THREE.js-PathTracing-Renderer/Geometry_Showcase.html ![77f42d77-e5e1-4f3a-992c-a0250e3141cb](https://user-images.githubusercontent.com/2953025/32828170-8284e580-c9d5-11e7-853b-3aaac877c8cf.png)

Great project! It expands a lot the vision of what kind of interactive experiences can be done on the web with Three.js. Do you have thoughts about structuring with ECS...

currently not planned

I'm trying to reproduce something like this demo, applying a constant force in direction to original anchor position/rotation. https://youtu.be/RLEEVGxu_k8?t=3m2s It's more like the inverse of gravity, the larger the distance,...

The lib uses a custom build directly from Bullet 3.1.7 last version? Could you share the build script and code adaptations needed? Awesome lib and demo visuals btw!

Would be awesome to get a table-like view of the collections, at least for the first level fields.

Is there a way to send the variable $episode in following example? ```graphql query HeroNameAndFriends($episode: Episode) { hero(episode: $episode) { name friends { name } } } { "episode": "JEDI"...

Considering the Webpack reload speed, i thought a bit slow in this project. I'm getting 4 secs to reload client and the server more than 10 secs. Is this an...