Skip to content
pyautark (soon)

@urban-toolkit/autk-compute


@urban-toolkit/autk-compute / RenderViewSampling

Interface: RenderViewSampling

Defined in: api.ts:35

Controls how camera viewpoints are sampled from each derived origin.

Properties

azimuthOffsetDeg?

optional azimuthOffsetDeg?: number

Defined in: api.ts:40

Starting azimuth in degrees for the first sample.

Default

ts
0

directions?

optional directions?: number

Defined in: api.ts:37

Number of horizontal render directions per feature; values below 1 are clamped to 1.


pitchDeg?

optional pitchDeg?: number

Defined in: api.ts:43

Shared vertical pitch in degrees applied to every sample.

Default

ts
0

Released under the MIT License.