| PathEngine home | previous: | next: |
Draws all agents in the specified collision context.
void drawAgentsInContext(iCollisionContext* context, tSigned32 height);
|
| context | All agents in this context will be drawn. | ||
| height | Specifies how tall to make the objects. |
Agents are drawn as prisms constructed by extruding their collision shape vertically by height.
If there is no currently set mesh then this function returns with no effect.
The agents will be drawn in the testbed's current colour.
| Documentation for PathEngine release 5.29 - Copyright © 2002-2012 PathEngine | next: |