willviles / ember-3d

Fast & organized 3D WebGL scene creation in Ember CLI using Three.js.
MIT License
20 stars 2 forks source link

Obj or dae demo link? #4

Open johnfelipe opened 7 years ago

johnfelipe commented 7 years ago

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

willviles commented 7 years ago

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.

johnfelipe commented 7 years ago

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" notifications@github.com 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 .

willviles commented 7 years ago

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.