Skip to content
pyautark (soon)

@urban-toolkit/autk-compute


@urban-toolkit/autk-compute / RenderViewpoints

Interface: RenderViewpoints

Defined in: api.ts:60

Configures the collection and strategy used to derive render viewpoints.

Properties

collection

collection: FeatureCollection

Defined in: api.ts:62

GeoJSON collection used to derive camera origins and receive results.


sampling?

optional sampling?: RenderViewSampling

Defined in: api.ts:68

Camera sampling controls applied to each derived origin.


strategy?

optional strategy?: RenderViewpointStrategy

Defined in: api.ts:65

Strategy used to derive origins.

Default

ts
{ type: 'centroid' }

Released under the MIT License.