-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add model loading support? #30
Comments
Models can also come with animations. |
@schoening what kind of |
@ianmackenzie a quick and dirty example from babylonjs, here you see I am setting the frame manually: |
Ah gotcha - I thought you were referring to the browser's animation frame, e.g. https://package.elm-lang.org/packages/elm/browser/latest/Browser-Events#onAnimationFrame. |
Hi! What's the current best way / workaround to try loading STLs with |
Currently I think the two options are:
I realize those are both kind of non-answers - once |
I am not sure if my experience is useful but I do it that way: |
This is a bit of a placeholder issue since my current thinking is that support for different file formats should live in their own packages, so (e.g.) a COLLADA package can be focused on parsing COLLADA files into nice Elm data types and
elm-3d-scene
can remain focused on rendering. That said, one way or another there should definitely be an easy way to load models intoelm-3d-scene
. Potential file formats to support include:Please add a comment if there's a particular file format you'd like to see supported!
The text was updated successfully, but these errors were encountered: