Class QuadSetObject

java.lang.Object
All Implemented Interfaces:
QuadSet, X3DNode, X3DComposedGeometryNode, X3DGeometryNode

public class QuadSetObject
extends X3DConcreteNode
implements QuadSet
QuadSet is a geometry node that defines quadrilaterals.

X3D node tooltip: (X3D version 3.1 or later) [X3DComposedGeometryNode] QuadSet is a geometry node that defines planar quadrilaterals. QuadSet contains a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
  • Hint: Quadrilateral https://en.wikipedia.org/wiki/Quadrilateral
  • 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 http://x3dgraphics.com/slidesets/X3dForAdvancedModeling/ComputerAidedDesignInterchangeProfile.pdf
  • Warning: requires X3D profile='Full' or else include <component name='CADGeometry' level='1'/>
  • 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 org.web3d.x3d.jsail concrete class is used for implementing a standalone X3D object as a Plain Old Java Object (POJO). If you are writing Java code for use inside an X3D Script node, compile separate code using only the org.web3d.x3d.sai package instead.
See Also:
X3D Abstract Specification: QuadSet, X3D Tooltips: QuadSet, X3D Scene Authoring Hints: Meshes