public class ColormapTexture extends Object
| Constructor and Description |
|---|
ColormapTexture(ColorMapper mapper) |
ColormapTexture(ColorMapper mapper,
String name,
int id) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(com.jogamp.opengl.GL gl) |
int |
getID() |
void |
setTextureData(com.jogamp.opengl.GL gl,
Buffer buffer,
int[] shape) |
void |
update(com.jogamp.opengl.GL gl) |
void |
updateColormap(ColorMapper mapper) |
public ColormapTexture(ColorMapper mapper, String name, int id)
public ColormapTexture(ColorMapper mapper)
public void updateColormap(ColorMapper mapper)
public void update(com.jogamp.opengl.GL gl)
public void bind(com.jogamp.opengl.GL gl)
throws com.jogamp.opengl.GLException
com.jogamp.opengl.GLExceptionpublic void setTextureData(com.jogamp.opengl.GL gl,
Buffer buffer,
int[] shape)
public int getID()
Copyright © 2021. All rights reserved.