...
Name | Description |
---|---|
AddBoxes(ProbeOctreeResolution, const Geo::GeoBoundingBox *, Geo::s32) | Extend by the specified array of boxes. |
AddPoints(ProbeOctreeResolution, const Geo::v128 *, Geo::s32) | Extend by the specified array of points. |
AddVolume(ProbeOctreeResolution, const IPrecompVolumeQuery &) | Extend by the specified volume. |
Create() | Create a new empty IPrecompInputProbeRegion. |
Create(float) | Create a new IPrecompInputProbeRegion that represents a region of 3D space with voxels of the specified size. |
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. |
...
Free this object that was created within the Enlighten libraries.
Expect this to behave in a similar way to calling 'delete(this)'
...