Uses of Enum Class
com.blackrook.gloop.opengl.enums.FillMode
Packages that use FillMode
Package
Description
Contains encapsulated OpenGL enum values.
Contains OpenGL 1.X implementations.
Contains node types for use with OGLScene.
-
Uses of FillMode in com.blackrook.gloop.opengl.enums
Subclasses with type arguments of type FillMode in com.blackrook.gloop.opengl.enumsMethods in com.blackrook.gloop.opengl.enums that return FillMode -
Uses of FillMode in com.blackrook.gloop.opengl.gl1
Methods in com.blackrook.gloop.opengl.gl1 with parameters of type FillModeModifier and TypeMethodDescriptionvoidOGL11Graphics.setBackFillMode(FillMode mode) Set back polygon fill mode.voidOGL11Graphics.setFillMode(FillMode mode) Set polygon fill mode.voidOGL11Graphics.setFrontFillMode(FillMode mode) Set front polygon fill mode. -
Uses of FillMode in com.blackrook.gloop.opengl.node
Methods in com.blackrook.gloop.opengl.node that return FillModeMethods in com.blackrook.gloop.opengl.node with parameters of type FillModeModifier and TypeMethodDescriptionvoidOGLInitNode.setFillMode(FillMode fillMode) Sets the global filling mode.