geTDCamera
From GriffinEngine
Usage
The geTDCamera is the camera class which creates a camera with a top down view.
Inheritance
- using geObject3D::Position
- using geObject3D::Rotation
- using geObject3D::Velocity
- using geObject3D::Update
Reference
Fields
- double _fovy
- double _aspect
- double _far
- double _near
Constructors
- geFPCamera(double fieldOfView = 35, double aspectRatio = 1.25, double cameraFar = 10000, double cameraNear = .1)
Accessors
- virtual double getFovy()
- virtual double getAspect()
- virtual double getFar()
- virtual double getNear()
- virtual float3 getChasePoint()
- virtual int getID() { return 0x0AB1; }
| Graphics |
|---|
| geRenderer |
| geFPCamera · geGraphicsSettings · geICamera · geLight · geModel · geTDCamera |
| geEmitter · geParticle · geParticleDescriptor |
Categories:
- API
- Graphics