RenderingContext

Undocumented in source.

Members

Functions

init
void init(EventManager emngr, Environment env)
Undocumented in source. Be warned that the author may not have intended to support it.
initOrtho
void initOrtho(EventManager emngr, Environment env, float w, float h, float znear, float zfar)
Undocumented in source. Be warned that the author may not have intended to support it.
initOrtho
void initOrtho(EventManager emngr, Environment env, float znear, float zfar)
Undocumented in source. Be warned that the author may not have intended to support it.
initPerspective
void initPerspective(EventManager emngr, Environment env, float fov, float znear, float zfar)
Undocumented in source. Be warned that the author may not have intended to support it.
initPerspective
void initPerspective(EventManager emngr, Environment env, float fov, float aspect, float znear, float zfar)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

blurMask
float blurMask;
Undocumented in source.
blurModelViewProjMatrix
Matrix4x4f blurModelViewProjMatrix;
Undocumented in source.
cameraPosition
Vector3f cameraPosition;
Undocumented in source.
colorPass
bool colorPass;
Undocumented in source.
depthPass
bool depthPass;
Undocumented in source.
environment
Environment environment;
Undocumented in source.
eventManager
EventManager eventManager;
Undocumented in source.
frustum
Frustum frustum;
Undocumented in source.
ignoreOpaqueEntities
bool ignoreOpaqueEntities;
Undocumented in source.
ignoreTransparentEntities
bool ignoreTransparentEntities;
Undocumented in source.
invModelMatrix
Matrix4x4f invModelMatrix;
Undocumented in source.
invViewMatrix
Matrix4x4f invViewMatrix;
Undocumented in source.
invViewRotationMatrix
Matrix4x4f invViewRotationMatrix;
Undocumented in source.
layer
int layer;
Undocumented in source.
material
Material material;
Undocumented in source.
modelMatrix
Matrix4x4f modelMatrix;
Undocumented in source.
modelViewMatrix
Matrix4x4f modelViewMatrix;
Undocumented in source.
normalMatrix
Matrix4x4f normalMatrix;
Undocumented in source.
overrideMaterial
Material overrideMaterial;
Undocumented in source.
overrideShader
Shader overrideShader;
Undocumented in source.
prevCameraPosition
Vector3f prevCameraPosition;
Undocumented in source.
prevModelViewProjMatrix
Matrix4x4f prevModelViewProjMatrix;
Undocumented in source.
prevViewMatrix
Matrix4x4f prevViewMatrix;
Undocumented in source.
projectionMatrix
Matrix4x4f projectionMatrix;
Undocumented in source.
shadowPass
bool shadowPass;
Undocumented in source.
time
float time;
Undocumented in source.
viewMatrix
Matrix4x4f viewMatrix;
Undocumented in source.
viewRotationMatrix
Matrix4x4f viewRotationMatrix;
Undocumented in source.

Meta