|
Rebel Fork Framework
|
#include "../Graphics/Drawable.h"#include "../IO/FileIdentifier.h"#include "../Math/BoundingBox.h"#include "../Math/SphericalHarmonics.h"#include "../Scene/Component.h"#include "../Resource/BinaryFile.h"Classes | |
| struct | Urho3D::LightProbe |
| Light probe description. More... | |
| struct | Urho3D::LightProbeCollectionBakedData |
| Light probe baked data. More... | |
| struct | Urho3D::LightProbeCollection |
| Light probes from multiple light probe groups. More... | |
| class | Urho3D::LightProbeGroup |
| Light probe group. More... | |
Typedefs | |
| using | Urho3D::LightProbeVector = ea::vector< LightProbe > |
| Vector of light probes. | |
Functions | |
| void | Urho3D::SerializeValue (Archive &archive, const char *name, LightProbe &value) |
| Serialize light probe. | |
| void | Urho3D::SerializeValue (Archive &archive, const char *name, LightProbeCollectionBakedData &value) |
| Serialize light probe baked data. | |