Contents, API Reference, Interfaces, iTestBed, drawSmallConvexExpansions
iTestBed::drawSmallConvexExpansions()
Description
Draws the part of the minkowski expansion (for the specified shape and on the testbed's current mesh),
that got split off by the small convex obstacles optimisation.
Syntax
void drawSmallConvexExpansions(const iShape* shape);
|
Parameters
| shape | |
Draws boundaries expanded by this agent shape.
|
Remarks
The expansion is drawn as a set of lines on the surface of the mesh.
The lines will be drawn in the testbed's current colour.
If there is no current mesh,
or if pathfind preprocess for the shape is not present on the current mesh,
then this method will return with no effect.
See Also
iTestBed::setColour(),
iTestBed::setColourRGB(),
iTestBed::drawMeshExpansion(),