Appearance
GlStateManager
Allows you to access GlStateManager(please do some research before using this global. i have no idea what the methods/properties in this global do). ModAPI.GlStateManager.(methods/properties)
Has the following properties:
stateDepthMask : BooleanstateCull : BooleanstateFog : BooleanstateGlobalBlend : BooleanstateLighting : Boolean
It has the following methods:
pushMatrix() : voidpopMatrix() : voidrecompileShaders() : voidscale({x: Float, y: Float, z: Float})translate({x: Float, y: Float, z: Float})color({colorRed: Float, colorGreen: Float, colorBlue: Float, colorAlpha: Float})rotate({angle: Float, x: Float, y: Float, z: Float})matrixMode({mode: Integer})