#include <VRAY_DemoMountain.h>

Public Member Functions | |
| VRAY_DemoMountain (int splits=1) | |
| virtual | ~VRAY_DemoMountain () |
| virtual const char * | getClassName () |
| virtual int | initialize (const UT_BoundingBox *) |
| virtual void | getBoundingBox (UT_BoundingBox &box) |
| virtual void | render () |
| void | fractalSplit () |
| Split into 4 new procedurals (each rendering a triangle). | |
| void | fractalRender () |
| Render triangle geometry. | |
Definition at line 48 of file VRAY_DemoMountain.h.
| VRAY_DemoMountain::VRAY_DemoMountain | ( | int | splits = 1 |
) |
Definition at line 62 of file VRAY_DemoMountain.C.
| VRAY_DemoMountain::~VRAY_DemoMountain | ( | ) | [virtual] |
| void VRAY_DemoMountain::fractalRender | ( | ) |
Render triangle geometry.
Definition at line 193 of file VRAY_DemoMountain.C.
| void VRAY_DemoMountain::fractalSplit | ( | ) |
Split into 4 new procedurals (each rendering a triangle).
Definition at line 165 of file VRAY_DemoMountain.C.
| void VRAY_DemoMountain::getBoundingBox | ( | UT_BoundingBox & | box | ) | [virtual] |
Implements VRAY_Procedural.
Definition at line 114 of file VRAY_DemoMountain.C.
| const char * VRAY_DemoMountain::getClassName | ( | ) | [virtual] |
Implements VRAY_Procedural.
Definition at line 75 of file VRAY_DemoMountain.C.
| int VRAY_DemoMountain::initialize | ( | const UT_BoundingBox * | ) | [virtual] |
Implements VRAY_Procedural.
Definition at line 81 of file VRAY_DemoMountain.C.
| void VRAY_DemoMountain::render | ( | ) | [virtual] |
Implements VRAY_Procedural.
Definition at line 125 of file VRAY_DemoMountain.C.
1.5.9