Uses of Interface
org.web3d.x3d.sai.Shaders.X3DVertexAttributeNode
Package
Description
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere).
The Rendering component includes fundamental rendering primitives such as TriangleSet and PointSet nodes, as well as geometric properties nodes that define how coordinate indices, colors, normals and texture coordinates are specified.
The Programmable Shaders component describes how programmable shaders are specified and how they affect the visual appearance of geometry.
The Programmable Shaders component describes how programmable shaders are specified and how they affect the visual appearance of geometry.
-
Uses of X3DVertexAttributeNode in org.web3d.x3d.jsail.CADGeometry
Modifier and TypeMethodDescriptionIndexedQuadSet.setAttrib
(ArrayList<X3DVertexAttributeNode> newValue) Assign ArrayList value of MFNode attrib field, similar toIndexedQuadSet.setAttrib(org.web3d.x3d.sai.Core.X3DNode[])
.QuadSet.setAttrib
(ArrayList<X3DVertexAttributeNode> newValue) Assign ArrayList value of MFNode attrib field, similar toQuadSet.setAttrib(org.web3d.x3d.sai.Core.X3DNode[])
. -
Uses of X3DVertexAttributeNode in org.web3d.x3d.jsail.Geometry3D
Modifier and TypeMethodDescriptionElevationGrid.setAttrib
(ArrayList<X3DVertexAttributeNode> newValue) Assign ArrayList value of MFNode attrib field, similar toElevationGrid.setAttrib(org.web3d.x3d.sai.Core.X3DNode[])
.IndexedFaceSet.setAttrib
(ArrayList<X3DVertexAttributeNode> newValue) Assign ArrayList value of MFNode attrib field, similar toIndexedFaceSet.setAttrib(org.web3d.x3d.sai.Core.X3DNode[])
. -
Uses of X3DVertexAttributeNode in org.web3d.x3d.jsail.Rendering
Modifier and TypeMethodDescriptionIndexedLineSet.setAttrib
(ArrayList<X3DVertexAttributeNode> newValue) Assign ArrayList value of MFNode attrib field, similar toIndexedLineSet.setAttrib(org.web3d.x3d.sai.Core.X3DNode[])
.IndexedTriangleFanSet.setAttrib
(ArrayList<X3DVertexAttributeNode> newValue) Assign ArrayList value of MFNode attrib field, similar toIndexedTriangleFanSet.setAttrib(org.web3d.x3d.sai.Core.X3DNode[])
.IndexedTriangleSet.setAttrib
(ArrayList<X3DVertexAttributeNode> newValue) Assign ArrayList value of MFNode attrib field, similar toIndexedTriangleSet.setAttrib(org.web3d.x3d.sai.Core.X3DNode[])
.IndexedTriangleStripSet.setAttrib
(ArrayList<X3DVertexAttributeNode> newValue) Assign ArrayList value of MFNode attrib field, similar toIndexedTriangleStripSet.setAttrib(org.web3d.x3d.sai.Core.X3DNode[])
.LineSet.setAttrib
(ArrayList<X3DVertexAttributeNode> newValue) Assign ArrayList value of MFNode attrib field, similar toLineSet.setAttrib(org.web3d.x3d.sai.Core.X3DNode[])
.PointSet.setAttrib
(ArrayList<X3DVertexAttributeNode> newValue) Assign ArrayList value of MFNode attrib field, similar toPointSet.setAttrib(org.web3d.x3d.sai.Core.X3DNode[])
.TriangleFanSet.setAttrib
(ArrayList<X3DVertexAttributeNode> newValue) Assign ArrayList value of MFNode attrib field, similar toTriangleFanSet.setAttrib(org.web3d.x3d.sai.Core.X3DNode[])
.TriangleSet.setAttrib
(ArrayList<X3DVertexAttributeNode> newValue) Assign ArrayList value of MFNode attrib field, similar toTriangleSet.setAttrib(org.web3d.x3d.sai.Core.X3DNode[])
.TriangleStripSet.setAttrib
(ArrayList<X3DVertexAttributeNode> newValue) Assign ArrayList value of MFNode attrib field, similar toTriangleStripSet.setAttrib(org.web3d.x3d.sai.Core.X3DNode[])
. -
Uses of X3DVertexAttributeNode in org.web3d.x3d.jsail.Shaders
Modifier and TypeClassDescriptionclass
FloatVertexAttribute defines a set of per-vertex single-precision floating-point attributes.class
Matrix3VertexAttribute defines a set of per-vertex 3x3 matrix attributes.class
Matrix4VertexAttribute defines a set of per-vertex 4x4 matrix attributes. -
Uses of X3DVertexAttributeNode in org.web3d.x3d.sai.Shaders
Modifier and TypeInterfaceDescriptioninterface
FloatVertexAttribute defines a set of per-vertex single-precision floating-point attributes.interface
Matrix3VertexAttribute defines a set of per-vertex 3x3 matrix attributes.interface
Matrix4VertexAttribute defines a set of per-vertex 4x4 matrix attributes.Modifier and TypeMethodDescriptionX3DVertexAttributeNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Accessor method to assign String value to initializeOnly xs:NMTOKEN field named name.