PathEngine home | previous: | next: |
A helper method for drawing unobstructed space boundary lines.
void renderObstacleSetUnobstructedSpace(const iObstacleSet& set, const iShape& shape, int32_t originX, int32_t originY, iRender3DLinesCallBack& callBack) const; |
set | The obstacle set for which expanded boundaries should be rendered. | ||
shape | The agent shape for which expanded boundaries should be rendered. | ||
originX | X coordinate for the rendering origin. | ||
originY | Y coordinate for the rendering origin. | ||
callBack |
An instance of
|
Unobstructed space must be present (on the base mesh) for the specified agent shape.
This helper method is provided to enable you to implement visualisation of primitives within your own 3D engine.
Boundary lines are drawn to show the edges of the (expanded) unobstructed space for the specified agent shape.
void renderObstacleSetUnobstructedSpace(ObstacleSet set, Shape shape, int originX, int originY, Render3DLinesCallBack callBack); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |