Uses of Interface
org.web3d.x3d.sai.Shaders.FloatVertexAttribute
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Shaders | |
| org.web3d.x3d.sai.Shaders |
-
Uses of FloatVertexAttribute in org.web3d.x3d.jsail.Shaders
Classes in org.web3d.x3d.jsail.Shaders that implement FloatVertexAttribute Modifier and Type Class Description classFloatVertexAttributeObjectFloatVertexAttribute defines a set of per-vertex single-precision floating-point attributes. -
Uses of FloatVertexAttribute in org.web3d.x3d.sai.Shaders
Methods in org.web3d.x3d.sai.Shaders that return FloatVertexAttribute Modifier and Type Method Description FloatVertexAttributeFloatVertexAttribute. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.FloatVertexAttributeFloatVertexAttribute. setName(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named name.FloatVertexAttributeFloatVertexAttribute. setNumComponents(int newValue)Accessor method to assign int value to initializeOnly SFInt32 field named numComponents.FloatVertexAttributeFloatVertexAttribute. setValue(float[] newValue)Accessor method to assign float array to inputOutput MFFloat field named value.