Maven module :un.engine : engine-opengl :
Class : un.engine.opengl.scenegraph.CameraMono
Extends/Implements : un.engine.opengl.scenegraph.AbstractCamera
Subclasses : -

Camera for a single eye view point.
author  Johann Sorel


Variables : TYPE_FLAT, TYPE_ORTHO, TYPE_PERSPECTIVE
Functions : CameraMono, CameraMono, CameraMono


public int TYPE_FLAT

public int TYPE_ORTHO

public int TYPE_PERSPECTIVE



Create a right handed camera.
public void CameraMono ()


param  rightHanded is scene using a right handed coordinate system.
public void CameraMono (boolean rightHanded)


param  rightHanded is scene using a right handed coordinate system.
public void CameraMono (boolean rightHanded, boolean autoResize)