![]() |
Public API Reference |
#include <iso.h>
Inheritance diagram for iIsoRenderView:
Public Methods | |
virtual iIsoView * | GetView () const=0 |
get the view for this rendering. More... | |
virtual iGraphics3D * | GetG3D () const=0 |
get g3d. More... | |
virtual int | GetRenderPass () const=0 |
get the pass number, see CSISO_RENDERPASS_... defines. More... | |
virtual iClipper2D * | GetClipper () const=0 |
get the clipper. More... | |
virtual void | GetPrecalcGrid (int &startx, int &starty, int &scanw, int &scanh, float &cellpery) const=0 |
get precalc grid values. More... | |
virtual float | GetMinZ () const=0 |
get minimum z value (screen.z - minz is > 1), a lower bound. More... | |
virtual void | SetMinZ (float val)=0 |
set the minimum z value. More... | |
virtual void | AddPolyFX (int materialindex, G3DPolygonDPFX *g3dpolyfx, uint mixmode)=0 |
add a component to draw between MAIN and FG passes, give materialindex. More... |
Definition at line 368 of file iso.h.
|
add a component to draw between MAIN and FG passes, give materialindex.
|
|
get the clipper.
|
|
get g3d.
|
|
get minimum z value (screen.z - minz is > 1), a lower bound.
|
|
get precalc grid values.
|
|
get the pass number, see CSISO_RENDERPASS_... defines.
|
|
get the view for this rendering.
|
|
set the minimum z value.
|