Rebel Fork Framework
|
Light probe collection with extra data needed for baking. More...
#include <Urho3D/Glow/BakedSceneChunk.h>
Public Attributes | |
ea::vector< unsigned > | lightMasks_ |
ea::vector< unsigned > | backgroundIds_ |
Public Attributes inherited from Urho3D::LightProbeCollection | |
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. | |
Additional Inherited Members | |
Public Member Functions inherited from Urho3D::LightProbeCollection | |
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. | |
Light probe collection with extra data needed for baking.
ea::vector<unsigned> Urho3D::LightProbeCollectionForBaking::lightMasks_ |
Size is the same as number of probes.