Methods | |
Dz3DViewport | get3DViewport () |
DzViewportMgr | getManager () |
DzView | getView () |
void | setView (DzView view) |
Encapsulation of a 3D viewport. This object includes the surrounding decoration and camera manipulation controls. It contains the actual 3D viewport.
Dz3DViewport DzViewport::get3DViewport | ( | ) |
Embedded 3D viewport that this encapsulates.
DzViewportMgr DzViewport::getManager | ( | ) |
Access to the viewport manager.
DzView DzViewport::getView | ( | ) |
Sets the active view for the viewport - this replaces the 3D Viewport while it is active. Pass in NULL to clear the active view and make the 3D Viewport active.
view | The view to display in the viewport. |