class Enlighten::PrecompVoxelId
Unique ID of a voxel.
Variables
Name | Description |
---|---|
Geo::s32 x | Voxel co-ordinates. |
Geo::s32 y | Voxel co-ordinates. |
Geo::s32 z | Voxel co-ordinates. |
Functions
Name | Description |
---|---|
PrecompVoxelId() | Constructors. |
PrecompVoxelId(const Geo::s32, const Geo::s32, const Geo::s32) | Constructors. |
Friends
Name | Description |
---|---|
friend void WriteObject(Writer &writer, const PrecompVoxelId &object) | Write to any type compatible with IffWriter. |
Anchor | ||||
---|---|---|---|---|
|
Enlighten::PrecompVoxelId::PrecompVoxelId
...
public: PrecompVoxelId()
...
Constructors.
Anchor | ||||
---|---|---|---|---|
|
Enlighten::PrecompVoxelId::PrecompVoxelId
...
public: PrecompVoxelId
(
const Geo::s32 x,
const Geo::s32 y,
const Geo::s32 z
)
...
Constructors.