- 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 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 w, float h, 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.