|
Couch
|
#include <Camera.h>


Public Member Functions | |
| void | MakeCurrent () |
Public Member Functions inherited from Spatial | |
| virtual Name | GetType () const |
| Transform | GetTransform () |
| void | SetTransform (Transform transform) |
| Transform | GetGlobalTransform () |
| void | SetGlobalTransform (Transform globalTransform) |
| virtual void | Translate (Vector3 offset) |
| void | RotateX (float phi) |
| void | RotateY (float phi) |
| void | RotateZ (float phi) |
| void | UniformScale (float scale) |
| virtual Spatial * | Create () |
| virtual Spatial * | Duplicate () |
| virtual Spatial * | Instance () |
Public Member Functions inherited from Node | |
| Node (bool isPrefab) | |
| bool | IsPrefab () |
| NodeList | GetChildren () |
| void | AddChild (Node *child) |
| Node * | GetParent () |
| void | QueueFree () |
| void | DoFree () |
Static Public Member Functions | |
| static Camera * | GetCurrentCamera () |
Static Public Member Functions inherited from Node | |
| static Node * | GetRoot () |
The common 3D camera
|
static |
Get the Camera that couch is using to render
| void Camera::MakeCurrent | ( | ) |
Sets this camera as the one that Couch will use to render