Andrey Kuzmin
Andrey Kuzmin
@lnguyen46 could be related to the time between animation frames. I guess if something like this happened, you have to erase local storage in order to continue the game. Can...
@lnguyen46 so it fell below the screen bounds `positionY: -6859.722189797607` and kept falling down
@lnguyen46 sure, this must be fixed.
@PixelPartner sorry I’ve been reworking examples to separate them from tests/prototypes (called sandbox). I haven’t released the new version yet, the old examples can be found a few commits back....
@NiavlysB correct! So my goal here is to split examples from the tests / experiments. The examples are rendered with elm-3d-scene while the sandbox code is using my scrappy renderer...
@MartinSStewart I like this suggestion! It is more in line with the elm-3d-scene and elm-geometry API. Also it seems easier to calculate everything during the construction because the total mass...
Hi @rundis! Sorry for not replying immediately, 0.17 hit all of us, and not everything was ready in order to port the library. Now that we have [elm-lang/navigation](http://package.elm-lang.org/packages/elm-lang/navigation/1.0.0/) I am...
Rebased and added tests similar to `Axis3d.intersectionWithTriangle`
I see, this is not about changing the docs, but about changing the api. Can't you achieve the same thing with `postcss.config.js`, why does it have to be inlined? The...
Yeah, I think setting the base option for the glob pattern should work!