GraphicsPlugin

Undocumented in source.

Members

Functions

draw
void draw(Armature armature, Matrix4f modelMatrix)
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.
draw
void draw(Batch batch, Matrix4f modelMatrix)
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.
drawDebugText
void drawDebugText()
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.
registerResourceManagers
void registerResourceManagers(void delegate(IResourceManager) registerResourceManager)
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.
debugText
LineBuffer debugText;
Undocumented in source.
gl_debug_context
ConfigOption gl_debug_context;
Undocumented in source.
overlayBatch
Batch2d overlayBatch;
Undocumented in source.
overlayDepth
int overlayDepth;
Undocumented in source.
renderQueue
RenderQueue renderQueue;
Undocumented in source.
renderer
IRenderer renderer;
Undocumented in source.
resolution
ConfigOption resolution;
Undocumented in source.
resourceManager
ResourceManager resourceManager;
Undocumented in source.
showDebugInfo
bool showDebugInfo;
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.
vsync
ConfigOption vsync;
Undocumented in source.
window
IWindow window;
Undocumented in source.

Meta