Uses of Enum Class
com.blackrook.gloop.opengl.enums.TextureGenMode
Packages that use TextureGenMode
Package
Description
Contains encapsulated OpenGL enum values.
Contains OpenGL 1.X implementations.
-
Uses of TextureGenMode in com.blackrook.gloop.opengl.enums
Subclasses with type arguments of type TextureGenMode in com.blackrook.gloop.opengl.enumsMethods in com.blackrook.gloop.opengl.enums that return TextureGenModeModifier and TypeMethodDescriptionstatic TextureGenModeReturns the enum constant of this class with the specified name.static TextureGenMode[]TextureGenMode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TextureGenMode in com.blackrook.gloop.opengl.gl1
Methods in com.blackrook.gloop.opengl.gl1 with parameters of type TextureGenModeModifier and TypeMethodDescriptionvoidOGL11Graphics.setTexGenMode(TextureCoordType coord, TextureGenMode mode) Sets how texture coordinates are to be automatically generated.