Properties for an orthographic camera in three.js: https://threejs.org/docs/#api/en/cameras/OrthographicCamera.
#include <drake/geometry/meshcat.h>
Public Member Functions | |
| template<typename Archive > | |
| void | Serialize (Archive *a) |
| Passes this object to an Archive. More... | |
Public Attributes | |
| double | left {-1} |
| Camera frustum left plane. More... | |
| double | right {1} |
| Camera frustum right plane. More... | |
| double | top {-1} |
| Camera frustum top plane. More... | |
| double | bottom {1} |
| Camera frustum bottom plane. More... | |
| double | near {-1000} |
| Camera frustum near plane. More... | |
| double | far {1000} |
| Camera frustum far plane. More... | |
| double | zoom {1} |
| The zoom factor of the camera. More... | |
| void Serialize | ( | Archive * | a | ) |
Passes this object to an Archive.
Refer to YAML Serialization for background.
| double bottom {1} |
Camera frustum bottom plane.
| double far {1000} |
Camera frustum far plane.
| double left {-1} |
Camera frustum left plane.
| double near {-1000} |
Camera frustum near plane.
| double right {1} |
Camera frustum right plane.
| double top {-1} |
Camera frustum top plane.
| double zoom {1} |
The zoom factor of the camera.