RenderView

Undocumented in source.

Constructors

this
this(uint x, uint y, uint width, uint height, Owner owner)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

cameraPosition
Vector3f cameraPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
invViewMatrix
Matrix4x4f invViewMatrix()
Undocumented in source. Be warned that the author may not have intended to support it.
projectionMatrix
Matrix4x4f projectionMatrix()
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(uint width, uint height)
Undocumented in source. Be warned that the author may not have intended to support it.
setPosition
void setPosition(uint x, uint y)
Undocumented in source. Be warned that the author may not have intended to support it.
viewMatrix
Matrix4x4f viewMatrix()
Undocumented in source. Be warned that the author may not have intended to support it.
zFar
float zFar()
Undocumented in source. Be warned that the author may not have intended to support it.
zNear
float zNear()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

aspectRatio
float aspectRatio;
Undocumented in source.
camera
Camera camera;
Undocumented in source.
height
uint height;
Undocumented in source.
ortho
bool ortho;
Undocumented in source.
pipeline
RenderPipeline pipeline;
Undocumented in source.
width
uint width;
Undocumented in source.
x
uint x;
Undocumented in source.
y
uint y;
Undocumented in source.

Meta