Urho3D::PerThreadSceneResult Struct Reference
Urho3D::PerThreadSceneResult Struct Reference
Per-thread geometry, light and scene range collection structure. More...
#include <Urho3D/Graphics/View.h>
Collaboration diagram for Urho3D::PerThreadSceneResult:
Public Attributes | |
| PODVector< Drawable * > | geometries_ |
| Geometry objects. | |
| PODVector< Light * > | lights_ |
| Lights. | |
| float | minZ_ |
| Scene minimum Z value. | |
| float | maxZ_ |
| Scene maximum Z value. | |
Detailed Description
Per-thread geometry, light and scene range collection structure.
The documentation for this struct was generated from the following file:
- Source/Urho3D/Graphics/View.h
