Uses of Interface
org.web3d.x3d.sai.Shaders.X3DVertexAttributeNode
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.CADGeometry | |
| org.web3d.x3d.jsail.Geometry3D | |
| org.web3d.x3d.jsail.Rendering | |
| org.web3d.x3d.jsail.Shaders | |
| org.web3d.x3d.sai.Shaders |
-
Uses of X3DVertexAttributeNode in org.web3d.x3d.jsail.CADGeometry
Method parameters in org.web3d.x3d.jsail.CADGeometry with type arguments of type X3DVertexAttributeNode Modifier and Type Method Description IndexedQuadSetObjectIndexedQuadSetObject. setAttrib(java.util.ArrayList<X3DVertexAttributeNode> newValue)Assign ArrayList value of MFNode attrib field, similar toIndexedQuadSetObject.setAttrib(X3DNode[]).QuadSetObjectQuadSetObject. setAttrib(java.util.ArrayList<X3DVertexAttributeNode> newValue)Assign ArrayList value of MFNode attrib field, similar toQuadSetObject.setAttrib(X3DNode[]). -
Uses of X3DVertexAttributeNode in org.web3d.x3d.jsail.Geometry3D
Method parameters in org.web3d.x3d.jsail.Geometry3D with type arguments of type X3DVertexAttributeNode Modifier and Type Method Description ElevationGridObjectElevationGridObject. setAttrib(java.util.ArrayList<X3DVertexAttributeNode> newValue)Assign ArrayList value of MFNode attrib field, similar toElevationGridObject.setAttrib(X3DNode[]).IndexedFaceSetObjectIndexedFaceSetObject. setAttrib(java.util.ArrayList<X3DVertexAttributeNode> newValue)Assign ArrayList value of MFNode attrib field, similar toIndexedFaceSetObject.setAttrib(X3DNode[]). -
Uses of X3DVertexAttributeNode in org.web3d.x3d.jsail.Rendering
Method parameters in org.web3d.x3d.jsail.Rendering with type arguments of type X3DVertexAttributeNode Modifier and Type Method Description IndexedLineSetObjectIndexedLineSetObject. setAttrib(java.util.ArrayList<X3DVertexAttributeNode> newValue)Assign ArrayList value of MFNode attrib field, similar toIndexedLineSetObject.setAttrib(X3DNode[]).IndexedTriangleFanSetObjectIndexedTriangleFanSetObject. setAttrib(java.util.ArrayList<X3DVertexAttributeNode> newValue)Assign ArrayList value of MFNode attrib field, similar toIndexedTriangleFanSetObject.setAttrib(X3DNode[]).IndexedTriangleSetObjectIndexedTriangleSetObject. setAttrib(java.util.ArrayList<X3DVertexAttributeNode> newValue)Assign ArrayList value of MFNode attrib field, similar toIndexedTriangleSetObject.setAttrib(X3DNode[]).IndexedTriangleStripSetObjectIndexedTriangleStripSetObject. setAttrib(java.util.ArrayList<X3DVertexAttributeNode> newValue)Assign ArrayList value of MFNode attrib field, similar toIndexedTriangleStripSetObject.setAttrib(X3DNode[]).LineSetObjectLineSetObject. setAttrib(java.util.ArrayList<X3DVertexAttributeNode> newValue)Assign ArrayList value of MFNode attrib field, similar toLineSetObject.setAttrib(X3DNode[]).PointSetObjectPointSetObject. setAttrib(java.util.ArrayList<X3DVertexAttributeNode> newValue)Assign ArrayList value of MFNode attrib field, similar toPointSetObject.setAttrib(X3DNode[]).TriangleFanSetObjectTriangleFanSetObject. setAttrib(java.util.ArrayList<X3DVertexAttributeNode> newValue)Assign ArrayList value of MFNode attrib field, similar toTriangleFanSetObject.setAttrib(X3DNode[]).TriangleSetObjectTriangleSetObject. setAttrib(java.util.ArrayList<X3DVertexAttributeNode> newValue)Assign ArrayList value of MFNode attrib field, similar toTriangleSetObject.setAttrib(X3DNode[]).TriangleStripSetObjectTriangleStripSetObject. setAttrib(java.util.ArrayList<X3DVertexAttributeNode> newValue)Assign ArrayList value of MFNode attrib field, similar toTriangleStripSetObject.setAttrib(X3DNode[]). -
Uses of X3DVertexAttributeNode in org.web3d.x3d.jsail.Shaders
Classes in org.web3d.x3d.jsail.Shaders that implement X3DVertexAttributeNode Modifier and Type Class Description classFloatVertexAttributeObjectFloatVertexAttribute defines a set of per-vertex single-precision floating-point attributes.classMatrix3VertexAttributeObjectMatrix3VertexAttribute defines a set of per-vertex 3x3 matrix attributes.classMatrix4VertexAttributeObjectMatrix4VertexAttribute defines a set of per-vertex 4x4 matrix attributes. -
Uses of X3DVertexAttributeNode in org.web3d.x3d.sai.Shaders
Subinterfaces of X3DVertexAttributeNode in org.web3d.x3d.sai.Shaders Modifier and Type Interface Description interfaceFloatVertexAttributeFloatVertexAttribute defines a set of per-vertex single-precision floating-point attributes.interfaceMatrix3VertexAttributeMatrix3VertexAttribute defines a set of per-vertex 3x3 matrix attributes.interfaceMatrix4VertexAttributeMatrix4VertexAttribute defines a set of per-vertex 4x4 matrix attributes.Methods in org.web3d.x3d.sai.Shaders that return X3DVertexAttributeNode Modifier and Type Method Description X3DVertexAttributeNodeX3DVertexAttributeNode. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DVertexAttributeNodeX3DVertexAttributeNode. setName(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named name.