Skip to main content

interface.RenderStateQuality

API > RenderStateQuality

Interface: RenderStateQuality

Quality related render state.

Properties

detail

readonly detail: number

A detail bias factor used to modify the acceptable geometric error, and consequently the amount of geometric detail.

Remarks

The value must be larger than 0. 1.0 is the baseline value. Lower values will reduce geometric detail, but also improve performance and memory usage. Higher values will increase geometric detail, at the cost of performance and memory consumption. At some point the amount of detail is capped by device specific constraints.

Source

@novorender/core3d/state/index.ts:280