Class BufferedImageTexture
java.lang.Object
org.jzy3d.plot3d.rendering.textures.SharedTexture
org.jzy3d.plot3d.rendering.textures.BufferedImageTexture
- All Implemented Interfaces:
IGLBindedResource
-
Field Summary
FieldsFields inherited from class org.jzy3d.plot3d.rendering.textures.SharedTexture
coords, file, halfHeight, halfWidth, texture, textureMagnificationFilter, textureMinificationFilter, useMipMap -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.jogamp.opengl.util.texture.TexturegetTexture(IPainter painter) protected voidload(com.jogamp.opengl.GL gl, BufferedImage image) voidA GL2 context MUST be current.Methods inherited from class org.jzy3d.plot3d.rendering.textures.SharedTexture
getCoords, getFile, getHalfHeight, getHalfWidth, getTextureMagnificationFilter, getTextureMinificationFilter, hasMountedOnce, isUseMipMap, load, setTextureMagnificationFilter, setTextureMinificationFilter, setUseMipMap
-
Field Details
-
image
-
-
Constructor Details
-
BufferedImageTexture
-
-
Method Details
-
getTexture
- Overrides:
getTexturein classSharedTexture
-
mount
A GL2 context MUST be current.- Specified by:
mountin interfaceIGLBindedResource- Overrides:
mountin classSharedTexture
-
load
-