Coordinate

From Web3D.org
Revision as of 16:07, 1 February 2006 by Abergstrom (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Coordinate

Coordinate : X3DCoordinateNode { 
  SFNode  [in,out] metadata NULL   [X3DMetadataObject]
  MFVec3f [in,out] point    [NULL] (-∞,∞)
}

This node defines a set of 3D coordinates to be used in the coord field of vertex-based geometry nodes including:

  1. IndexedFaceSet
  2. IndexedLineSet
  3. IndexedTriangleFanSet
  4. IndexedTriangleSet
  5. IndexedTriangleStripSet
  6. PointSet
  7. TriangleFanSet
  8. TriangleSet
  9. TriangleStripSet