Public Member Functions | Public Attributes

VR3PhyMesh::Shape Struct Reference

A shape in the physical object representation. More...

List of all members.

Public Member Functions

 Shape ()
 Shape constructor.

Public Attributes

int ID
 Shape ID in the object's shape group.
NxU32 vernum
 Number of vertices in the shape.
NxReal * vertices
 Array of vertices.
NxU32 trinum
 Number of triangles in the shape.
NxU32 * indices
 Array of triangle indices.

Detailed Description

A shape in the physical object representation.

Definition at line 75 of file VR3PhyMesh.h.


Constructor & Destructor Documentation

VR3PhyMesh::Shape::Shape (  )

Shape constructor.

This constructor merely sets default NULL values to dinamically allocated arrays


Member Data Documentation

Shape ID in the object's shape group.

Definition at line 77 of file VR3PhyMesh.h.

Array of triangle indices.

Definition at line 85 of file VR3PhyMesh.h.

Number of triangles in the shape.

Definition at line 83 of file VR3PhyMesh.h.

Number of vertices in the shape.

Definition at line 79 of file VR3PhyMesh.h.

Array of vertices.

Definition at line 81 of file VR3PhyMesh.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines