Blender
V3.3
|
Public Member Functions | |
ProcessVBoundsAction (const btAlignedObjectArray< btHeightfieldTerrainShape::Range > &bnd, int *indices) | |
void | operator() (const GridRaycastState &rs) const |
Public Attributes | |
const btAlignedObjectArray< btHeightfieldTerrainShape::Range > & | vbounds |
int | width |
int | length |
int | chunkSize |
btVector3 | rayBegin |
btVector3 | rayEnd |
btVector3 | rayDir |
int * | m_indices |
ProcessTrianglesAction | processTriangles |
Definition at line 610 of file btHeightfieldTerrainShape.cpp.
|
inline |
Definition at line 624 of file btHeightfieldTerrainShape.cpp.
|
inline |
Definition at line 629 of file btHeightfieldTerrainShape.cpp.
References btVector3, chunkSize, gridRaycast(), length, m_indices, processTriangles, rayBegin, rayDir, rayEnd, vbounds, width, x, and z.
int ProcessVBoundsAction::chunkSize |
Definition at line 615 of file btHeightfieldTerrainShape.cpp.
Referenced by operator()().
int ProcessVBoundsAction::length |
Definition at line 614 of file btHeightfieldTerrainShape.cpp.
Referenced by operator()().
int* ProcessVBoundsAction::m_indices |
Definition at line 621 of file btHeightfieldTerrainShape.cpp.
Referenced by operator()().
ProcessTrianglesAction ProcessVBoundsAction::processTriangles |
Definition at line 622 of file btHeightfieldTerrainShape.cpp.
Referenced by operator()().
btVector3 ProcessVBoundsAction::rayBegin |
Definition at line 617 of file btHeightfieldTerrainShape.cpp.
Referenced by operator()().
btVector3 ProcessVBoundsAction::rayDir |
Definition at line 619 of file btHeightfieldTerrainShape.cpp.
Referenced by operator()().
btVector3 ProcessVBoundsAction::rayEnd |
Definition at line 618 of file btHeightfieldTerrainShape.cpp.
Referenced by operator()().
const btAlignedObjectArray<btHeightfieldTerrainShape::Range>& ProcessVBoundsAction::vbounds |
Definition at line 612 of file btHeightfieldTerrainShape.cpp.
Referenced by operator()().
int ProcessVBoundsAction::width |
Definition at line 613 of file btHeightfieldTerrainShape.cpp.
Referenced by operator()().