Uses of Interface
org.web3d.x3d.sai.Shape.PointProperties
Package
Description
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
The Shape component defines nodes for associating geometry with their visible properties and the scene environment.
-
Uses of PointProperties in org.web3d.x3d.jsail.Shape
Modifier and TypeClassDescriptionclass
PointProperties allows precise fine-grained control over the rendering style of PointSet node points inside the same Shape.Modifier and TypeFieldDescriptionstatic final PointProperties
Appearance.POINTPROPERTIES_DEFAULT_VALUE
SFNode field named pointProperties has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionAppearance.getPointProperties()
Provide org.web3d.x3d.sai.Shape.PointProperties instance (using a properly typed node) from inputOutput SFNode field pointProperties.Modifier and TypeMethodDescriptionAppearance.setPointProperties
(PointProperties newValue) Accessor method to assign org.web3d.x3d.sai.Shape.PointProperties instance (using a properly typed node) to inputOutput SFNode field pointProperties. -
Uses of PointProperties in org.web3d.x3d.sai.Shape
Modifier and TypeMethodDescriptionAppearance.getPointProperties()
Provide org.web3d.x3d.sai.Shape.PointProperties instance (using a properly typed node) from inputOutput SFNode field pointProperties.PointProperties.setAttenuation
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named attenuation.PointProperties.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.PointProperties.setPointSizeMaxValue
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named pointSizeMaxValue.PointProperties.setPointSizeMinValue
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named pointSizeMinValue.PointProperties.setPointSizeScaleFactor
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named pointSizeScaleFactor.Modifier and TypeMethodDescriptionAppearance.setPointProperties
(PointProperties newValue) Accessor method to assign org.web3d.x3d.sai.Shape.PointProperties instance (using a properly typed node) to inputOutput SFNode field pointProperties.