Uses of Enum Class
com.blackrook.gloop.opengl.enums.HintValue
Packages that use HintValue
Package
Description
Contains encapsulated OpenGL enum values.
Contains OpenGL 1.X implementations.
Contains node types for use with OGLScene.
-
Uses of HintValue in com.blackrook.gloop.opengl.enums
Subclasses with type arguments of type HintValue in com.blackrook.gloop.opengl.enumsMethods in com.blackrook.gloop.opengl.enums that return HintValue -
Uses of HintValue in com.blackrook.gloop.opengl.gl1
Methods in com.blackrook.gloop.opengl.gl1 with parameters of type HintValue -
Uses of HintValue in com.blackrook.gloop.opengl.node
Methods in com.blackrook.gloop.opengl.node that return HintValueModifier and TypeMethodDescriptionOGLInitNode.getFogCalculationHint()OGLInitNode.getGenerateMipmapHint()OGLInitNode.getLineSmoothHint()OGLInitNode.getPerspectiveCorrectionHint()OGLInitNode.getPointSmoothHint()OGLInitNode.getPolygonSmoothHint()OGLInitNode.getTextureCompressionHint()Methods in com.blackrook.gloop.opengl.node with parameters of type HintValueModifier and TypeMethodDescriptionvoidOGLInitNode.setAllHintsTo(HintValue hint) Sets all hint options to a single value.voidOGLInitNode.setFogCalculationHint(HintValue value) Set fog calculation hint.voidOGLInitNode.setGenerateMipmapHint(HintValue value) Set mipmap generation hint.voidOGLInitNode.setLineSmoothHint(HintValue value) Set line smooth hint value.voidOGLInitNode.setPerspectiveCorrectionHint(HintValue value) Set prespective correction hint.voidOGLInitNode.setPointSmoothHint(HintValue value) Set point smooth hint value.voidOGLInitNode.setPolygonSmoothHint(HintValue value) Set polygon smooth hint value.voidOGLInitNode.setTextureCompressionHint(HintValue value) Set texture compression hint.