public class GeometryInfo extends BaseInfo
disposeAfterUse, nativeHandle
Constructor and Description |
---|
GeometryInfo() |
Modifier and Type | Method and Description |
---|---|
void |
finalize() |
void |
setColor(float r,
float g,
float b,
float a)
Set the color used by the geometry.
|
void |
setColor(int color)
Set the color used by the geometry.
|
void |
setPointSize(float pointSize)
Set the point size when using points.
|
getDrawOffset, getDrawPriority, getEnable, getFadeIn, getFadeOut, getFadeOutTime, getShaderID, getViewDistRangeMax, getViewDistRangeMin, getViewerCenter, getVisibleHeightMax, getVisibleHeightMin, setDrawOffset, setDrawPriority, setEnable, setEnableTimes, setFade, setFadeInOut, setFadeOutTime, setMaxVis, setMinVis, setRenderTarget, setShader, setShaderID, setViewDistRange, setViewerCenter, setVisibleHeightRange, setZBufferRead, setZBufferWrite
public void setColor(float r, float g, float b, float a)
r
- Red component.g
- Green component.b
- Blue component.a
- Alpha component.public void setColor(int color)
public void setPointSize(float pointSize)
public void finalize()
finalize
in class java.lang.Object