buildar / awe.js

The jQuery for the Augmented Web
515 stars 113 forks source link

Is it possible to load a model using Three.JSONLoader? #13

Closed micronaut closed 8 years ago

micronaut commented 8 years ago

I am trying to load a model into awe using Three.JSONLoader. If I use console.log(awe.projections.list()); I can see a list of objects and the model listed as THREE.Mesh but it is not rendering. Thanks, Eric

michaelybecker commented 8 years ago

Hey Eric - take a look at https://github.com/buildar/awe.js/issues/11 (in short, yes:)

micronaut commented 8 years ago

Thanks!