public class ShapeInfo extends BaseInfo
disposeAfterUse, nativeHandle| Constructor and Description |
|---|
ShapeInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
finalize() |
void |
setCenter(Point3d center)
If set, the center controls the origin for the shapes as they are created.
|
void |
setColor(float r,
float g,
float b,
float a)
Color of the shape
|
void |
setColor(int color)
Color of the shape
|
void |
setInsideOut(boolean insideOut)
Some shapes can be generated inside out (like spheres).
|
void |
setLineWidth(float lineWidth)
If the shape is made of lines, this is the line width.
|
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, setZBufferWritepublic void finalize()
finalize in class java.lang.Objectpublic void setColor(int color)
public void setColor(float r,
float g,
float b,
float a)
public void setLineWidth(float lineWidth)
public void setInsideOut(boolean insideOut)
public void setCenter(Point3d center)