# Lib.render.camera ## Sub-namespaces - [Lib.render.camera.analyze](analyze/README.md) ## Operators - [**ActionCamera**](ActionCamera.md) — Allows to interactive control a camera starting from a giving reference camera. - [**BlendCameras**](BlendCameras.md) — Smoothly blends between multiple cameras by using a floating point index. - [**CamPosition**](CamPosition.md) — Returns the current camera properties. This can be very useful for positioning or emitting things in front of the camera. - [**Camera**](Camera.md) — Sets the camera for the subgraph. - [**CameraWithRotation**](CameraWithRotation.md) — An alternative camera operator - [**CurrentCamMatrices**](CurrentCamMatrices.md) — Returns various matrices of the current context camera. - [**OrbitCamera**](OrbitCamera.md) — Provides common camera movement utilities for an easy dynamic camera setup. - [**OrthographicCamera**](OrthographicCamera.md) — Set an orthographic project matrix for the operators following further down (i.e., to the left). - [**ReuseCamera**](ReuseCamera.md) — Set the projection matrix to the properties provided by another camera. - [**ShiftCamera**](ShiftCamera.md) — Shifts the clip space of the current context projection matrix. --- *Auto-generated from the operator library.*