Add LOD controller data

This commit is contained in:
2026-03-15 00:29:55 +01:00
parent 1fcb4ccca0
commit de3a3c1d2e

View File

@@ -21,5 +21,14 @@ struct MeshRenderer
/// </remarks>
struct SpotLight{};
/// <summary>
/// Component containing data for LOD controller
/// </summary>
struct LODController
{
double RangeMin;
double RangeMax;
};
} // namespace ECSComponent
#endif // EU07_RENDERCOMPONENTS_H