#include <tessellation.h>
Public Member Functions | |
CRdrTileId () | |
CRdrTileId * | getNext () |
Data Fields | |
CPatchRdrPass * | PatchRdrPass |
CTileMaterial * | TileMaterial |
Private Attributes | |
CRdrTileId * | _Next |
Friends | |
class | CPatchRdrPass |
|
Definition at line 37 of file patch_rdr_pass.cpp. References PatchRdrPass.
00038 { 00039 PatchRdrPass= NULL; 00040 TileMaterial= NULL; 00041 _Next= NULL; 00042 } |
|
Definition at line 163 of file tessellation.h. Referenced by NL3D::CLandscape::render().
00163 {return _Next;} |
|
Definition at line 166 of file tessellation.h. |
|
Definition at line 167 of file tessellation.h. Referenced by NL3D::CPatchRdrPass::appendRdrPatchTile(). |
|
|
Definition at line 158 of file tessellation.h. Referenced by NL3D::CTessFace::computeTileMaterial(), and NL3D::CLandscape::render(). |