Maven module :un.engine : engine-opengl :
Class : un.engine.opengl.scenegraph.Camera
Extends/Implements : un.engine.opengl.scenegraph.GLNode
Subclasses : -

Collada 1.5 :
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


Variables : -
Functions : update




Called by the Rendering context before rendering the scene.
param  context
param  nanotime
public void update (RenderContext context, long nanotime, Rectangle renderSize)