de.jreality.shader
Interface DefaultPointShader
- All Superinterfaces:
- AttributeCollection, AttributeEntity, PointShader
public interface DefaultPointShader
- extends PointShader
The default point shader for jReality.
- Author:
- Charles Gunn
- See Also:
for general remarks on these shader interfaces.
CREATE_DEFAULT
static final Object CREATE_DEFAULT
DIFFUSE_COLOR_DEFAULT
static final Color DIFFUSE_COLOR_DEFAULT
SPHERES_DRAW_DEFAULT
static final boolean SPHERES_DRAW_DEFAULT
- See Also:
- Constant Field Values
POINT_RADIUS_DEFAULT
static final double POINT_RADIUS_DEFAULT
- See Also:
- Constant Field Values
POINT_SIZE_DEFAULT
static final double POINT_SIZE_DEFAULT
- See Also:
- Constant Field Values
ATTENUATE_POINT_SIZE_DEFAULT
static final boolean ATTENUATE_POINT_SIZE_DEFAULT
- See Also:
- Constant Field Values
RADII_WORLD_COORDINATES_DEFAULT
static final boolean RADII_WORLD_COORDINATES_DEFAULT
- See Also:
- Constant Field Values
getDiffuseColor
Color getDiffuseColor()
setDiffuseColor
void setDiffuseColor(Color c)
setRadiiWorldCoordinates
void setRadiiWorldCoordinates(Boolean b)
getRadiiWorldCoordinates
Boolean getRadiiWorldCoordinates()
getSpheresDraw
Boolean getSpheresDraw()
setSpheresDraw
void setSpheresDraw(Boolean value)
getPointRadius
Double getPointRadius()
setPointRadius
void setPointRadius(Double radius)
getPointSize
Double getPointSize()
setPointSize
void setPointSize(Double size)
getAttenuatePointSize
Boolean getAttenuatePointSize()
setAttenuatePointSize
void setAttenuatePointSize(Boolean b)
getPolygonShader
PolygonShader getPolygonShader()
createPolygonShader
PolygonShader createPolygonShader(String shaderName)
getTextShader
TextShader getTextShader()
createTextShader
TextShader createTextShader(String name)