namespace Oni.Dae { internal enum LightType { Invalid, Ambient, Directional, Point, Spot } }