Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

class Enlighten::PrecompVoxelId

Unique ID of a voxel.

Variables

NameDescription
Geo::s32 x

Voxel co-ordinates.

Geo::s32 y

Voxel co-ordinates.

Geo::s32 z

Voxel co-ordinates.

Functions

Friends

NameDescription
friend void WriteObject(Writer &writer, const PrecompVoxelId &object)

Write to any type compatible with IffWriter.


Anchor
a6cfd85c5f3d985fdc273618b73401811
a6cfd85c5f3d985fdc273618b73401811

Enlighten::PrecompVoxelId::PrecompVoxelId

...

public: PrecompVoxelId()

...

Constructors.


Anchor
a21986244a569e7bd9f8dc0244e62de03
a21986244a569e7bd9f8dc0244e62de03

Enlighten::PrecompVoxelId::PrecompVoxelId

...

public: PrecompVoxelId
(
    const Geo::s32 x,
    const Geo::s32 y,
    const Geo::s32 z
)

...

Constructors.