CameraAsset#

class gs_nyx.nyx_py_sdk.CameraAsset#

Bases: object

A view of the scene defined by a transform, projection and post-processing settings.

Constructors

CameraAsset()

Construct a default-initialized camera asset.

Attributes

antiAliasing

Post-process anti-aliasing technique.

aperture

Aperture diameter; 0 disables depth of field.

denoise

If True, run the denoiser on the rendered output.

farPlane

Far clipping plane distance.

focalLength

Focal length used for depth of field; 0 disables it.

fovY

Vertical field of view, in radians.

lutURI

Look up table table to be used for tone mapping and grading.

nearPlane

Near clipping plane distance.

position

World-space position of the camera.

resolution

Output image resolution in pixels (width, height).

rotation

World-space rotation of the camera.

spp

Samples per pixel for path-traced rendering.

toneMapper

Tone mapping operator applied to the final image.

uuid

Unique identifier of the camera asset.