![]() |
VR-Forces 4.3.1 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | BHAVE::DtPieCollisionQuery |
Namespaces | |
| namespace | BHAVE |
| Contains BHAVE::BHAVE3DGui::DtAddSpawnSinkPointDialog class. | |
| PIECOLLISION_QUERY_NOT_PROCESSED |
Indicates that the query has not yet been launched.
Referenced by BHAVE::DtPieCollisionQuery::CleanOutput().
| PIECOLLISION_FIT |
Indicates that the disk fits inside the navigable area of the NavMesh.
| PIECOLLISION_CENTER_OUTSIDE |
Indicates that the center point lies outside the navigable area of the NavMesh.
| PIECOLLISION_CENTER_TERRAIN_TYPE_FORBIDDEN |
Indicates that the terrain type at the center point was forbidden.
| PIECOLLISION_DOES_NOT_FIT |
Indicates that the center point lies inside the NavMesh, but that the radius collides with a border or crosses a forbidden terrain.
| PIECOLLISION_TRAVERSAL_ERROR_LACK_OF_RESULT_MEMORY |
Indicates that the query failed due a lack of memory for storing its results.
| PIECOLLISION_TRAVERSAL_ERROR_LACK_OF_WORKING_MEMORY |
Indicates that the query failed due to a lack of working memory.
| PIECOLLISION_TRAVERSAL_ERROR_LACK_OF_PROPAGATION_MEMORY |
Indicates that the query failed due to a lack of memory for storing the triangles crossed by the query.
| PIECOLLISION_UNKNOWN_ERROR |
Indicates that an unknown error occurred during the query processing.