Skip to main content

Module: Default/Builder/Processors/TemplateProcessor

Variables

TemplateProcessor

Const TemplateProcessor: Object

Type declaration

NameType
_states{ foundVoxel: boolean = false }
_states.foundVoxelboolean
nLocationLocationData
relative{ x: number = 0; y: number = 0; z: number = 0 }
relative.xnumber
relative.ynumber
relative.znumber
_process(index: number, template: Uint32Array) => void
build(location: LocationData, template: Uint32Array, startIndex: Vec3Array, templateIndex: Flat3DIndex) => void

Defined in

divinevoxel/foundation/src/Default/Builder/Processors/TemplateProcessor.ts:17