ember-3d
ember-3d copied to clipboard
Obj or dae demo link?
Is possible share a demo link show an obj or dae building or object
Sure - I do plan to add more examples in the near future, but in the mean time please check out the dummy app code to see how objects are built.
For example, here is how the airplane is defined and animated.
https://github.com/willviles/ember-3d/blob/master/tests/dummy/app/3d/the-aviator/objects/airplane.js is not online
El 8 may. 2017 3:08, "Will Viles" [email protected] escribió:
Sure - I do plan to add more examples in the near future, but in the mean time please check out the dummy app https://github.com/willviles/ember-3d/tree/master/tests/dummy/app/3d/the-aviator code to see how objects are built.
For example, here https://github.com/willviles/ember-3d/blob/master/tests/dummy/app/3d/the-aviator/objects/airplane.js. is how the airplane is defined and animated.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/willviles/ember-3d/issues/4#issuecomment-299800906, or mute the thread https://github.com/notifications/unsubscribe-auth/AAaLFFSo0MFSQgsPUHbivb5Mq2gMg-zCks5r3s1ogaJpZM4NTlOd .
You can run the dummy app by cloning the repo locally and doing npm install
, then ember serve
and then open up http://localhost:4200
.