Maven module :un.engine : engine-opengl :
Class :
un.engine.opengl.scenegraph.Camera
Extends/Implements :
un.engine.opengl.scenegraph.GLNode
Subclasses : -
Variables : -
Functions :
update
public void
update (RenderContext context, long nanotime, Rectangle renderSize)
A camera embodies the eye point of the viewer looking at the visual scene. It is a device that captures
visual images of a scene. A camera has a position and orientation in the scene. This is the viewpoint of the
camera as seen by the camera’s optics or lens.
author Johann Sorel