Go to the source code of this file.
Classes |
|
| class | RadiosityMesh |
Defines |
|
| #define | RADIOSITY_MESH_INTERFACE_ID Interface_ID(0x3b004730, 0x7957272c) |
Functions |
|
| RadiosityMesh * | GetRadiosityMesh (RadiosityEffect *rad) |
| #define RADIOSITY_MESH_INTERFACE_ID Interface_ID(0x3b004730, 0x7957272c) |
Definition at line 19 of file radiosityMesh.h.
| RadiosityMesh* GetRadiosityMesh | ( | RadiosityEffect * | rad | ) | [inline] |
Definition at line 100 of file radiosityMesh.h.
{
return static_cast<RadiosityMesh*>(rad->GetInterface(
RADIOSITY_MESH_INTERFACE_ID));
}