PathEngine home | previous: | next: |
A helper method for visualising horizontal range boundaries.
void renderRangeBounds_Local(const cHorizontalRange& range, const cPosition& root, int32_t originX, int32_t originY, iRender3DLinesCallBack& callBack) const; |
range | The horizontal range for which bounds should be drawn. | ||
root | A root position to specify which parts of the mesh geometry should be considered for rendering the bounds. | ||
originX | X coordinate for the rendering origin. | ||
originY | Y coordinate for the rendering origin. | ||
callBack |
An instance of
|
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 specified horizontal range, as reached through local mesh geometry from the specified root position.
void renderRangeBounds_Local(PathEngine.HorizontalRange range, PathEngine.Position root, int originX, int originY, Render3DLinesCallBack callBack); |
void renderRangeBounds_Local(HorizontalRange range, Position root, int originX, int originY, Render3DLinesCallBack callBack); |
Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEngine | next: |