Closed jacqueslelezard closed 7 years ago
Which part doesn't work?
@jacqueslelezard probably you want to include de model as a child of the camera entity?
When I put the camera inside another entity it doesn't display anything (using aframe 0.3.0). I'll post the complete sample in the afternoon. (and to be more accurate I want to move the camera and the model together, but allow the user to look around while the model stay static).
I believe this is not related to the inspector but aframe itself? Do you mind posting it on stackoverflow? Thanks! I'm closing it
@fernandojsg Ah you are right, it's aframe itself, sorry I'll put this on stackoverflow as you suggested
@jacqueslelezard cool, thanks!
Hi, I'm trying to make the following structure work:
The first a-entity is the main bloc the user control with his keyboard, the camera should move with it but let the user look around, the collada model should also move but shouldn't follow the camera direction. Any idea why the camera doesn't work in this configuration ?