Urho3D::SimpleNavBuildData Struct Reference
Inheritance diagram for Urho3D::SimpleNavBuildData:
[legend]
Collaboration diagram for Urho3D::SimpleNavBuildData:
[legend]

Public Member Functions

 SimpleNavBuildData ()
 Constructor.
 
virtual ~SimpleNavBuildData ()
 Descturctor.
 
- Public Member Functions inherited from Urho3D::NavBuildData
 NavBuildData ()
 Constructor.
 
virtual ~NavBuildData ()
 Destructor.
 

Public Attributes

rcContourSet * contourSet_
 Recast contour set.
 
rcPolyMesh * polyMesh_
 Recast poly mesh.
 
rcPolyMeshDetail * polyMeshDetail_
 Recast detail poly mesh.
 
- Public Attributes inherited from Urho3D::NavBuildData
BoundingBox worldBoundingBox_
 World-space bounding box of the navigation mesh tile.
 
PODVector< Vector3vertices_
 Vertices from geometries.
 
PODVector< int > indices_
 Triangle indices from geometries.
 
PODVector< Vector3offMeshVertices_
 Offmesh connection vertices.
 
PODVector< float > offMeshRadii_
 Offmesh connection radii.
 
PODVector< unsigned short > offMeshFlags_
 Offmesh connection flags.
 
PODVector< unsigned char > offMeshAreas_
 Offmesh connection areas.
 
PODVector< unsigned char > offMeshDir_
 Offmesh connection direction.
 
rcContext * ctx_
 Recast context.
 
rcHeightfield * heightField_
 Recast heightfield.
 
rcCompactHeightfield * compactHeightField_
 Recast compact heightfield.
 
PODVector< NavAreaStubnavAreas_
 Pretransformed navigation areas, no correlation to the geometry above.
 

The documentation for this struct was generated from the following files:
  • /home/travis/build/urho3d/Urho3D/Source/Urho3D/Navigation/NavBuildData.h
  • /home/travis/build/urho3d/Urho3D/Source/Urho3D/Navigation/NavBuildData.cpp