ember-3d icon indicating copy to clipboard operation
ember-3d copied to clipboard

Obj or dae demo link?

Open johnfelipe opened this issue 7 years ago • 3 comments

Is possible share a demo link show an obj or dae building or object

johnfelipe avatar May 08 '17 07:05 johnfelipe

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.

willviles avatar May 08 '17 08:05 willviles

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 .

johnfelipe avatar May 08 '17 08:05 johnfelipe

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.

willviles avatar May 08 '17 08:05 willviles