mnannola / ember-cli-aframe

Ember Addon for the A-Frame WebVR framework
https://mnannola.github.io/ember-cli-aframe/
MIT License
3 stars 1 forks source link

geometry.js:41 Uncaught TypeError: Cannot read property 'getOrCreateGeometry' of undefined #1

Open lukegalea opened 8 years ago

lukegalea commented 8 years ago

Looks like a cool project.

I tried it out with a brand new ember app and just a simple application.hbs:

<a-scene>
  <a-box color="#6173F4" width="4" height="10" depth="2"
         position="-10 2 -5" rotation="0 0 45" scale="2 0.5 3"></a-box>
</a-scene>

Immediately, I get an error in the browser from within a-frame: image

Thanks in advance!

mnannola commented 8 years ago

@lukegalea Interesting! I haven't seen that error. Do you know if you are using AFrame 0.3? They did a pretty major release recently, the last version I was able to test with was 0.2.

I will try later on to test out everything later today with AFrame 0.3 and see if I get the same error. What version of Chrome are you on?

lukegalea commented 8 years ago

HI @mnannola - That's 0.3.1

I'll try with 0.2 and see how it goes!

Chrome is 52.0.2743.116 (64-bit)

lukegalea commented 8 years ago

@mnannola Forgot to say (Sorry for the delay) that 0.2 works fine, so it's definitely an issue with 0.3