Interface IndexedQuadSet

All Superinterfaces:
X3DComposedGeometryNode, X3DGeometryNode, X3DNode
All Known Implementing Classes:
IndexedQuadSet

public interface IndexedQuadSet extends X3DComposedGeometryNode
IndexedQuadSet is a geometry node that defines quadrilaterals.

Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the org.web3d.x3d.jsail classes. X3D node tooltip: (X3D version 3.1 or later) [X3DComposedGeometryNode] IndexedQuadSet is a geometry node that defines planar quadrilaterals. IndexedQuadSet contains a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes. Hint: Quadrilateral <a href="https://en.wikipedia.org/wiki/Quadrilateral" target="_blank">https://en.wikipedia.org/wiki/Quadrilateral</a> Hint: Quadrilateral <a href="https://en.wikipedia.org/wiki/Quadrilateral" target="_blank">https://en.wikipedia.org/wiki/Quadrilateral</a> Hint: color, normal and texCoord values are applied in the same order as coord values. Hint: insert a Shape node before adding geometry or Appearance. Hint: for advanced extensibility, authors can substitute a type-matched ProtoInstance node (with correct containerField value) for contained node content. Hint: X3D for Advanced Modeling (X3D4AM) slideset <a href="https://x3dgraphics.com/slidesets/X3dForAdvancedModeling/ComputerAidedDesignInterchangeProfile.pdf" target="_blank">https://x3dgraphics.com/slidesets/X3dForAdvancedModeling/ComputerAidedDesignInterchangeProfile.pdf</a> Warning: requires X3D profile='Full' or else include &lt;component name='CADGeometry' level='1'/&gt; Warning: rendering characteristics are undefined if polygons are not planar. Warning: avoid self-intersecting polygon line segments, otherwise defined geometry is irregular and rendering results are undefined. *


Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
See Also: