Gorilla.X3D.Types

Unit Gorilla.X3D.Types.pas

Records

Enumerations

  • enum  TX3DFaceIndexKind  = ( Triangle, Face, Polygon ) ;

Constants

  • const GORILLA_X3D_POLYGON_MAXSIZE : Integer = $10;

Mics. types

  • type TX3DTriangle = array  [0..2]  of TPoint3D;
  • type TX3DTriangleIndex = array  [0..2]  of Integer;
  • type PX3DVertexData = pointer to TX3DVertexData;
  • type TX3DVertexTriangle = array  [0..2]  of TX3DVertexData;
  • type PX3DPolygonVertices = pointer to TX3DPolygonVertices;