Contents, API Reference, Interfaces, iTestBed, drawRenderPreprocessAtPosition
iTestBed::drawRenderPreprocessAtPosition()
Description
Draws preprocessed geometry, translated to a specified position.
Syntax
void drawRenderPreprocessAtPosition(cRenderPreprocess* renderPreprocess, const cPosition& position);
|
Parameters
| preprocess | |
A previously created preprocess object.
|
| position | |
The geometry will be offset to this position.
|
Remarks
Should normally only be used for preprocessed generated at the coordinate origin,
e.g. as returned by
iTestBed::preprocessShapeWithHeight().
The geometry will be drawn in the testbed's current colour.
See Also
iTestBed::drawRenderPreprocess()