Uses of Class
com.blackrook.gloop.opengl.gl1.OGLMaterial
Packages that use OGLMaterial
-
Uses of OGLMaterial in com.blackrook.gloop.opengl.gl1
Fields in com.blackrook.gloop.opengl.gl1 declared as OGLMaterialModifier and TypeFieldDescriptionstatic final OGLMaterialOGLMaterial.BLACK_PLASTICstatic final OGLMaterialOGLMaterial.BLACK_RUBBERstatic final OGLMaterialOGLMaterial.BRASSstatic final OGLMaterialOGLMaterial.BRONZEstatic final OGLMaterialOGLMaterial.CHROMEstatic final OGLMaterialOGLMaterial.COPPERstatic final OGLMaterialOGLMaterial.DEFAULTstatic final OGLMaterialOGLMaterial.EMERALDstatic final OGLMaterialOGLMaterial.GOLDstatic final OGLMaterialOGLMaterial.JADEstatic final OGLMaterialOGLMaterial.OBSIDIANstatic final OGLMaterialOGLMaterial.PEARLstatic final OGLMaterialOGLMaterial.PEWTERstatic final OGLMaterialOGLMaterial.POLISHED_BRONZEstatic final OGLMaterialOGLMaterial.POLISHED_COPPERstatic final OGLMaterialOGLMaterial.POLISHED_GOLDstatic final OGLMaterialOGLMaterial.POLISHED_SILVERstatic final OGLMaterialOGLMaterial.RUBYstatic final OGLMaterialOGLMaterial.SILVERstatic final OGLMaterialOGLMaterial.TURQUOISEMethods in com.blackrook.gloop.opengl.gl1 with parameters of type OGLMaterialModifier and TypeMethodDescriptionvoidOGL11Graphics.setMaterial(FaceSide faceside, OGLMaterial material) Sets the current material used for drawing polygons and other geometry, and will remain doing so until this is changed.voidOGL11Graphics.setMaterial(OGLMaterial material) Sets the current material used for drawing polygons and other geometry.