namespace Yw.WinFrmUI.HydroL3d
{
///
/// 透视
///
[TypeConverter(typeof(PropertySorter))]
public class Perspective3d
{
///
/// 角度
///
public float Fovy { get; set; }
///
///
///
public float Aspect { get; set; }
///
///
///
public float Near { get; set; }
///
///
///
public float Far { get; set; }
}
}