| PathEngine home | previous: | next: |
Draws the result of minkowski expansion for a specified shape on the testbed's current mesh.
void drawMeshExpansion(iShape* shape);
|
| shape | The minkowski expansion for this shape will be drawn. |
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 collision preprocess for the shape is not present on the current mesh, then this method will return with no effect.
If the small convex obstacles optimisation was used when generating collision preprocess
then you will need to call
See
| Documentation for PathEngine release 5.18 - Copyright © 2002-2008 PathEngine | next: |