
Public Member Functions | |
| void | SetRootEngine (vtEngine *ptr) |
| Set the top engine in the Engine graph. | |
| vtEngine * | GetRootEngine () |
| Get the top engine in the Engine graph. | |
| void | SetPostDrawEngine (vtEngine *ptr) |
| Set the top engine in the Engine graph. | |
| vtEngine * | GetPostDrawEngine () |
| Get the top engine in the Engine graph. | |
| void | AddEngine (vtEngine *ptr) |
| Add an Engine to the scene. (for backward compatibility only). | |
| void | TargetRemoved (vtTarget *tar) |
| Inform all engines in the scene that a target no longer exists. | |
| void | SetCamera (vtCamera *cam) |
| vtCamera * | GetCamera () |
| Get the camera associated with the scene. | |
| vtGroup * | GetRoot () |
| Get the root node, which is the top of the scene graph. | |
|
|
Set the camera associated with this scene. The scene has a default camera already supplied; you can use GetCamera() to simply use it instead of making your own. |
1.4.5