public abstract class MeshColorPalette
extends java.lang.Object
SurfaceMeshRenderableSeries3D
and FreeSurfaceRenderableSeries3D
Constructor and Description |
---|
MeshColorPalette() |
Modifier and Type | Method and Description |
---|---|
abstract Texture2D |
getTexture(int width,
int height)
Gets the
Texture2D to apply to the SurfaceMeshRenderableSeries3D and FreeSurfaceRenderableSeries3D , given the size passed in |
public abstract Texture2D getTexture(int width, int height)
Texture2D
to apply to the SurfaceMeshRenderableSeries3D
and FreeSurfaceRenderableSeries3D
, given the size passed inwidth
- The width of texture to createheight
- The height of texture to create