class Enlighten OutputOctreeBuilder

This is the documentation for Enlighten.

class Enlighten OutputOctreeBuilder

class Enlighten::OutputOctreeBuilder

    └>Enlighten::PrecompVoxelOctreeVolume
        └>Enlighten::PrecompVoxelOctree

Output octree builder.

Functions

Variables

Name

Description

Name

Description

Geo::v128 m_Basis[3]

Basis vectors of this volume.

Geo::v128 m_Origin

Origin of this volume.

Geo::u32 m_VoxelDepth

Depth of the voxel.

float m_VoxelSize

Size of this voxel.

Geo::Matrix m_VoxelToWorld

Matrix transform from voxel space to world space.

Geo::Matrix m_WorldToVoxel

Matrix transform from world space to voxel space.



void Enlighten::OutputOctreeBuilder::BuildOctree


public: void BuildOctree
(
    const Geo::GeoFileString & name,
    Geo::GeoArray< PrecompOctreeNode > & serialised,
    const SerialisedOctreeVolume & octree
)


Builds the output octree.



Geo::GeoNonAABoundingBox Enlighten::PrecompVoxelOctreeVolume::GetBoundingBox


public: Geo::GeoNonAABoundingBox GetBoundingBox() const