Class BufferedImageTexture
java.lang.Object
org.jzy3d.plot3d.rendering.textures.SharedTexture
org.jzy3d.plot3d.rendering.textures.BufferedImageTexture
- All Implemented Interfaces:
IGLBindedResource
-
Field Summary
Fields inherited from class org.jzy3d.plot3d.rendering.textures.SharedTexture
coords, file, halfHeight, halfWidth, texture, textureMagnificationFilter, textureMinificationFilter, useMipMap
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.jogamp.opengl.util.texture.Texture
getTexture
(IPainter painter) protected void
load
(com.jogamp.opengl.GL gl, BufferedImage image) void
A 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:
getTexture
in classSharedTexture
-
mount
A GL2 context MUST be current.- Specified by:
mount
in interfaceIGLBindedResource
- Overrides:
mount
in classSharedTexture
-
load
-