Skip to content
pyautark (soon)

@urban-toolkit/autk-compute


@urban-toolkit/autk-compute / RenderCameraOptions

Interface: RenderCameraOptions

Defined in: api.ts:74

Optional camera controls for the render pipeline.

Properties

clip?

optional clip?: object

Defined in: api.ts:79

Optional clipping-plane overrides.

far?

optional far?: number

Far clipping plane distance.

Default
ts
5000

near?

optional near?: number

Near clipping plane distance.

Default
ts
1

fov?

optional fov?: number

Defined in: api.ts:76

Horizontal field of view in degrees.

Default

ts
90

Released under the MIT License.