mirror of
https://github.com/ZuneDev/Xune.git
synced 2026-07-27 13:13:10 -07:00
Format RenderApi code
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
|
||||
namespace Microsoft.Iris.Render
|
||||
{
|
||||
public interface ICamera : IAnimatable, ISharedRenderObject
|
||||
{
|
||||
Vector3 Eye { get; set; }
|
||||
public interface ICamera : IAnimatable, ISharedRenderObject
|
||||
{
|
||||
Vector3 Eye { get; set; }
|
||||
|
||||
Vector3 At { get; set; }
|
||||
Vector3 At { get; set; }
|
||||
|
||||
Vector3 Up { get; set; }
|
||||
Vector3 Up { get; set; }
|
||||
|
||||
float Zn { get; set; }
|
||||
float Zn { get; set; }
|
||||
|
||||
bool Perspective { get; set; }
|
||||
}
|
||||
bool Perspective { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user