Is it possible to change the PeasyCam position in a scene. The class just has a method getPosition() however I found no way to change the camera position. All I want is to view a 3D model (for now a simple cube) but not from the center of the screen. If I move the cube off the screen center, the rotation is incorrect (I want that the object is rotated from its center). See code below;