GraphicsPlugin

Undocumented in source.

Members

Functions

draw
void draw(Batch batch)
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init(IPluginManager pluginman)
Undocumented in source. Be warned that the author may not have intended to support it.
postInit
void postInit()
Undocumented in source. Be warned that the author may not have intended to support it.
preInit
void preInit()
Undocumented in source. Be warned that the author may not have intended to support it.
registerResources
void registerResources(IResourceManagerRegistry resmanRegistry)
Undocumented in source. Be warned that the author may not have intended to support it.
resetCamera
void resetCamera()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin IdAndSemverFrom!(voxelman.graphics.plugininfo)
Undocumented in source.

Variables

camera
FpsCamera camera;
Undocumented in source.
cameraFov
ConfigOption cameraFov;
Undocumented in source.
cameraSensivity
ConfigOption cameraSensivity;
Undocumented in source.
chunkShader
ShaderProgram chunkShader;
Undocumented in source.
debugBatch
Batch debugBatch;
Undocumented in source.
modelLoc
GLuint modelLoc;
Undocumented in source.
projectionLoc
GLuint projectionLoc;
Undocumented in source.
renderer
IRenderer renderer;
Undocumented in source.
solidShader
ShaderProgram solidShader;
Undocumented in source.
transChunkShader
ShaderProgram transChunkShader;
Undocumented in source.
viewLoc
GLuint viewLoc;
Undocumented in source.

Meta