namespace ClusterVR.CreatorKit.Constants { public static class CameraClippingPlanes { public const float NearPlaneMin = 0.01f; public const float NearPlaneMax = 0.1f; public const float FarPlaneMin = 10f; public const float FarPlaneMax = float.MaxValue; } }