OmegaEngine API  1.0.3
Classes
OmegaEngine.Graphics.Cameras Namespace Reference

Different camera types for navigating the world. More...

Classes

class  Camera
 Determines the perspective from which a Scene is displayed. More...
 
class  CinematicCamera
 A camera that cinematically swings from one view to another. More...
 
class  CloneCamera
 A camera that immitates the perspective of another Camera. More...
 
class  EgoCamera
 A classic ego-shooter camera (2D Terrain-locked movement, two-axis look rotation). More...
 
class  MatrixCamera
 A camera that internally uses matrixes for representing rotations. More...
 
class  QuaternionCamera
 A camera that internally uses quaternions for representing rotations. More...
 
class  ReflectCamera
 A camera that reflects the perspective of another Camera along a plane. More...
 
class  SpaceCamera
 A freely rotateable and moveable camera, like flying through space. More...
 
class  StrategyCamera
 A RTS-style camera with a rotateable horizontal view and an automatic vertical angle. More...
 
class  TrackCamera
 A camera that can be rotated around a specific point in space. More...
 

Detailed Description

Different camera types for navigating the world.