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.
draw
void draw(Batch2d batch)
Undocumented in source. Be warned that the author may not have intended to support it.
drawBuffer3d
void drawBuffer3d(VertexType[] buffer, uint mode)
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.
debugBatch
Batch debugBatch;
Undocumented in source.
overlayBatch
Batch2d overlayBatch;
Undocumented in source.
renderer
IRenderer renderer;
Undocumented in source.
solidShader2d
SolidShader2d solidShader2d;
Undocumented in source.
solidShader3d
SolidShader3d solidShader3d;
Undocumented in source.
transparentBuffer
Buffer!ColoredVertex transparentBuffer;
Undocumented in source.
transparentShader3d
TransparentShader3d transparentShader3d;
Undocumented in source.
window
IWindow window;
Undocumented in source.

Meta