Rebel Fork Framework
|
Light probes from multiple light probe groups. More...
#include <Urho3D/Graphics/LightProbeGroup.h>
Public Member Functions | |
bool | Empty () const |
Return whether the collection is empty. | |
unsigned | GetNumProbes () const |
Return total number of probes. | |
unsigned | GetNumGroups () const |
Return number of groups. | |
BoundingBox | CalculateBoundingBox (const Vector3 &padding=Vector3::ZERO) |
Calculate padded bounding box. | |
void | Clear () |
Clear collection. | |
Public Attributes | |
ea::vector< Vector3 > | worldPositions_ |
World-space positions of light probes. | |
ea::vector< unsigned > | offsets_ |
First light probe owned by corresponding group. | |
ea::vector< unsigned > | counts_ |
Number of light probes owned by corresponding group. | |
ea::vector< ea::string > | names_ |
Group names. | |
Light probes from multiple light probe groups.