Static Object in Scene - Three.js
问题 I have two objects in my scene. I am using the <script src="js/controls/LeapTrackballControls.js" ></script> for moving the camera, so it feels like the objects is rotating according to the movement of my hand. The problem is that the other object is also moving, and I want it to remain always in front of me. I mean, that even if the camera moves, the object always is in the same place inside the canvas/explorer. Sorry if I'm not explaining myself properly. Any help is appreciated. EDIT: var