CameraModel#
- class omni.ui.scene.CameraModel#
Bases:
AbstractManipulatorModel
A model that holds projection and view matrices
Methods
__init__
(self, arg0, arg1)Initialize the camera with the given projection/view matrices.
Attributes
The camera projection matrix.
The camera projection matrix.
- __init__(
- self: omni.ui_scene._scene.CameraModel,
- arg0: object,
- arg1: object,
Initialize the camera with the given projection/view matrices.
- `kwargsdict`
See below
### Keyword Arguments:
- `projection`
The camera projection matrix.
- `view`
The camera view matrix.
- property projection#
The camera projection matrix.
- property view#
The camera projection matrix.