VoxelLoader

VoxelLoader

Class for loading voxel data stored in various formats.

Constructor

new VoxelLoader(manager)

Create a VoxelLoader.
Mixes In:
Source:
Parameters:
Name Type Description
manager LoadingManager

Methods

getLOD()

Get the Level Of Detail (LOD) value.
Mixes In:
Source:

setLOD(maxPointsopt, maxDepthopt)

Set the vanted level of detail (LOD).
Mixes In:
Source:
Parameters:
Name Type Attributes Default Description
maxPoints number <optional>
1 Number of distinct points per octant in octree before it splits up.
maxDepth number <optional>
8 The maximum octree depth level, starting at 0.