This is the documentation for Enlighten.
class Enlighten IPrecompInputProbeRegion
class Enlighten::IPrecompInputProbeRegion
└>Geo::IGeoSerialisable
└>Geo::IGeoReleasable
Represents a region of 3D space voxelized at various resolutions.
Functions
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. |
Extend by the volume of the specified closed triangle mesh. | |
Extend by the surface of the specified triangle mesh. | |
Extend by the terrain of the specified triangle mesh. | |
Create a new empty IPrecompInputProbeRegion. | |
Return the number of boxes previously added at the specified resolution. | |
Return the array of boxes previously added at the specified resolution. | |
Return the number of points previously added at the specified resolution. | |
Return the array of points previously added at the specified resolution. | |
Return the number of solids previously added at the specified resolution. | |
Return the face count for the solid previously added at the specified resolution and index. | |
Return the face array for the solid previously added at the specified resolution and index. | |
Return the transform for the solid previously added at the specified resolution and index. | |
Return the vertex count for the solid previously added at the specified resolution and index. | |
Return the vertex array for the solid previously added at the specified resolution and index. | |
Load an instance of this class from an IGeoInputStream. | |
Defaulted to allow move. | |
Defaulted to allow move. | |
Free this object that was created within the Enlighten libraries. | |
Save an instance of this class to an IGeoStream. |
virtual void Enlighten::IPrecompInputProbeRegion::AddBoxes
public: void AddBoxes
(
ProbeOctreeResolution resolution,
const Geo::GeoBoundingBox * boxes,
Geo::s32 count
)
Extend by the specified array of boxes.
Parameters
[in] | resolution | The desired resolution. |
[in] | boxes | An array of boxes for which probes will be placed. |
[in] | count | Number of boxes in the boxes array. |