|
Rebel Fork Framework
|
Cached internal structure for reflection probe search. More...
#include <Urho3D/Graphics/ReflectionProbe.h>
Public Member Functions | |
| InternalReflectionProbeData (ReflectionProbe *probe) | |
| void | Update () |
| ea::optional< float > | GetIntersectionVolume (const BoundingBox &worldBoundingBox) const |
| const BoundingBox & | GetWorldBoundingBox () const |
Public Attributes | |
| ReflectionProbe *const | probe_ {} |
| const ReflectionProbeData *const | data_ {} |
| const int | priority_ {} |
Private Attributes | |
| Matrix3x4 | worldToLocal_ {} |
| BoundingBox | localBoundingBox_ {} |
| BoundingBox | worldBoundingBox_ {} |
Cached internal structure for reflection probe search.