Skip to main content

Type Alias: Voxel

type Voxel = {
maxNumberAlbedoValues: UInt32;
};

Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/sceneSettings.d.ts:276

Settings for voxel rendering

Properties

maxNumberAlbedoValues

maxNumberAlbedoValues: UInt32;

Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/sceneSettings.d.ts:281

Maximum number of color samples used to compute the color LUT.

Default Value

512;