Uses of Interface
com.blackrook.gloop.opengl.util.TextureBuilder
Packages that use TextureBuilder
Package
Description
Contains OpenGL 1.X implementations.
Utility classes for OpenGL stuff.
-
Uses of TextureBuilder in com.blackrook.gloop.opengl.gl1
Methods in com.blackrook.gloop.opengl.gl1 that return TextureBuilderModifier and TypeMethodDescriptionOGL11Graphics.createTextureBuilder()Creates a texture builder.OGL12Graphics.createTextureBuilder()Creates a texture builder.OGL13Graphics.createTextureBuilder()Creates a texture builder.OGL14Graphics.createTextureBuilder()Creates a texture builder. -
Uses of TextureBuilder in com.blackrook.gloop.opengl.util
Classes in com.blackrook.gloop.opengl.util that implement TextureBuilderModifier and TypeClassDescriptionstatic classTextureBuilder.Abstract<GL extends OGLGraphics>Texture builder utility class.Methods in com.blackrook.gloop.opengl.util that return TextureBuilderModifier and TypeMethodDescriptionTextureBuilder.Abstract.addTextureImage(BufferedImage... images) TextureBuilder.addTextureImage(BufferedImage... images) Adds one or more textures to a mipmap level.TextureBuilder.Abstract.setAnisotropy(float anisotropy) TextureBuilder.setAnisotropy(float anisotropy) Sets texture anisotropy level.TextureBuilder.Abstract.setAutoGenerateMipMaps(boolean autoGenerateMipMaps) TextureBuilder.setAutoGenerateMipMaps(boolean autoGenerateMipMaps) Sets if this generator auto-generates mipmaps on or after data transfer.TextureBuilder.Abstract.setBorder(int texels) TextureBuilder.setBorder(int texels) Sets the border size on the texture in texels.TextureBuilder.Abstract.setCompressed(boolean enabled) TextureBuilder.setCompressed(boolean enabled) Sets if the texture is stored in a compressed format.TextureBuilder.Abstract.setFiltering(TextureMinFilter minFilter, TextureMagFilter magFilter) TextureBuilder.setFiltering(TextureMinFilter minFilter, TextureMagFilter magFilter) Sets the minification and magnification filter on the texture.TextureBuilder.Abstract.setTargetType(TextureTargetType targetType) TextureBuilder.setTargetType(TextureTargetType targetType) Sets the texture target type.TextureBuilder.Abstract.setWrapping(TextureWrapType wrapS) TextureBuilder.Abstract.setWrapping(TextureWrapType wrapS, TextureWrapType wrapT) TextureBuilder.Abstract.setWrapping(TextureWrapType wrapS, TextureWrapType wrapT, TextureWrapType wrapR) TextureBuilder.setWrapping(TextureWrapType wrapS) Sets the wrapping on the texture.TextureBuilder.setWrapping(TextureWrapType wrapS, TextureWrapType wrapT) Sets the wrapping on the texture.TextureBuilder.setWrapping(TextureWrapType wrapS, TextureWrapType wrapT, TextureWrapType wrapR) Sets the wrapping on the texture.