Rebel Fork Framework
Urho3D::InternalReflectionProbeData Class Reference

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 BoundingBoxGetWorldBoundingBox () const
 

Public Attributes

ReflectionProbe *const probe_ {}
 
const ReflectionProbeData *const data_ {}
 
const int priority_ {}
 

Private Attributes

Matrix3x4 worldToLocal_ {}
 
BoundingBox localBoundingBox_ {}
 
BoundingBox worldBoundingBox_ {}
 

Detailed Description

Cached internal structure for reflection probe search.


The documentation for this class was generated from the following files: