I'm new to three.js. I followed the OBJMTL Loader example on three.js. I've loaded my model and I see it in the "scene" object but I don't see it on the scene. The model was positioned at 0,0,0 and I tried moving the camera but I still don't see it. Where is it? I also added a cube to the scene to make sure I wasn't going nuts. http://bracket.bitphaser.com/bracketology Also, If I want to assign a variable to my model so I can move it like so myobject.position.x = 10; How would I do this? Thanks in advance.