Skip to main content
Version: 4.x

Type Alias: CadModelBudget

CadModelBudget: object

Represents a measurement of how much geometry can be loaded.

Type declaration

highDetailProximityThreshold

readonly highDetailProximityThreshold: number

Sectors within this distance from the camera will always be loaded in high details.

Deprecated

This is only used for 3D models processed prior to the Reveal 3.0 release (Q1 2022).

maximumRenderCost

readonly maximumRenderCost: number

Maximum render cost. This number can be thought of as triangle count, although the number doesn't match this directly.

Defined in

packages/cad-geometry-loaders/src/CadModelBudget.ts:10