mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Add LOD controller data
This commit is contained in:
@@ -21,5 +21,14 @@ struct MeshRenderer
|
|||||||
/// </remarks>
|
/// </remarks>
|
||||||
struct SpotLight{};
|
struct SpotLight{};
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Component containing data for LOD controller
|
||||||
|
/// </summary>
|
||||||
|
struct LODController
|
||||||
|
{
|
||||||
|
double RangeMin;
|
||||||
|
double RangeMax;
|
||||||
|
};
|
||||||
|
|
||||||
} // namespace ECSComponent
|
} // namespace ECSComponent
|
||||||
#endif // EU07_RENDERCOMPONENTS_H
|
#endif // EU07_RENDERCOMPONENTS_H
|
||||||
|
|||||||
Reference in New Issue
Block a user