Atoms Crowd
7.0.0
|
Container for all agent types. More...
#include <MeshHeightField.h>
Public Member Functions | |
MeshHeightField (const AtomsUtils::Mesh &mesh) | |
virtual bool | intersect (const AtomsCore::Vector3f &orig, const AtomsCore::Vector3f &dir, HitResult &result, bool bothDirection=false) const |
virtual bool | closestPoint (const AtomsCore::Vector3f &orig, HitResult &result) const |
virtual void | buildIntersectionGrid (short gridMode) |
const AtomsUtils::Mesh & | mesh () const |
AtomsUtils::Mesh & | mesh () |
size_t | typeId () const |
Static Public Member Functions | |
static size_t | staticTypeId () |
Additional Inherited Members | |
Public Types inherited from Atoms::HeightField | |
enum | FieldType { kDefault = 0 , kMesh , kHeightField } |
Container for all agent types.