...
Name | Description |
---|---|
Create() | Create a new empty IPrecompInputProbeOctree. |
Create(const IPrecompInputProbeRegion *const *, Geo::s32) | Create a new IPrecompInputProbeOctree that represents the specified regions. |
Create(const IPrecompVolumeQuery &, float) | Create a new IPrecompInputProbeOctree that represents the specified volume with voxels of the specified size. |
Create(float, const PrecompInputOctreeVolume *, Geo::s32, const PrecompInputOctreePointSet *, Geo::s32, const PrecompInputOctreeBoxSet *, Geo::s32) | Create a new IPrecompInputProbeOctree that represents the specified region of 3D space with voxels of the specified size. |
GetBuildParameters() | Edit the build parameters for this probe octree. |
GetBuildParameters() | Read only access to the build parameters for this probe octree. |
GetName() | Get the full name. |
Load(IGeoInputStream &, Geo::u32) | Load an instance of this class from an IGeoInputStream. |
Release() | Free this object that was created within the Enlighten libraries. |
Save(IGeoStream &, Geo::u32) | Save an instance of this class to an IGeoStream. |
SetName(const char *) | Set a globally unique name. |
...
Free this object that was created within the Enlighten libraries.
Expect this to behave in a similar way to calling 'delete(this)'
...