Anaglyph
display objects in 3-D
|
Modes the viewer can be in. More...
Public Attributes | |
bool | translate_camera |
Translate the camera around the viewer. | |
bool | rotate_camera |
Rotate the camera around the viewer. | |
bool | capture_view |
Capture the current view as a 2D image. | |
bool | anaglyph |
Display the view in two color-isolated perspectives, creating an anaglyph. | |
bool | render_focal_plane |
Draw the focal plane as a rectangle. | |
bool | render_world_axis |
Draw the 3D world axis in the viewer. | |
bool | focal_prp |
Move the camera prp when changing the focal length. | |
bool | focal_vrp |
Move the camera vrp when changing the focal length. | |
enum Object_type | object |
Modes the viewer can be in.
The modes are not mutually exclusive.
Definition at line 193 of file anaglyph.cpp.
Translate the camera around the viewer.
Definition at line 196 of file anaglyph.cpp.
bool Modes::rotate_camera |
Rotate the camera around the viewer.
Definition at line 199 of file anaglyph.cpp.
bool Modes::capture_view |
Capture the current view as a 2D image.
Definition at line 202 of file anaglyph.cpp.
bool Modes::anaglyph |
Display the view in two color-isolated perspectives, creating an anaglyph.
Definition at line 208 of file anaglyph.cpp.
Draw the focal plane as a rectangle.
Definition at line 211 of file anaglyph.cpp.
Draw the 3D world axis in the viewer.
Definition at line 214 of file anaglyph.cpp.
bool Modes::focal_prp |
Move the camera prp when changing the focal length.
Definition at line 217 of file anaglyph.cpp.
bool Modes::focal_vrp |
Move the camera vrp when changing the focal length.
Definition at line 220 of file anaglyph.cpp.
enum Object_type Modes::object |
Definition at line 222 of file anaglyph.cpp.