namespace Oni.Dae { internal enum EffectType { Constant, Lambert, Phong, Blinn } }