
Public Member Functions | |
| vray_ChildBox (UT_Vector3 ¢er, fpreal size) | |
| virtual | ~vray_ChildBox () |
| virtual const char * | getClassName () |
| virtual int | initialize (const UT_BoundingBox *) |
| virtual void | getBoundingBox (UT_BoundingBox &box) |
| virtual void | render () |
Definition at line 37 of file VRAY_DemoStamp.C.
| HDK_Sample::vray_ChildBox::vray_ChildBox | ( | UT_Vector3 & | center, | |
| fpreal | size | |||
| ) | [inline] |
| virtual HDK_Sample::vray_ChildBox::~vray_ChildBox | ( | ) | [inline, virtual] |
| virtual void HDK_Sample::vray_ChildBox::getBoundingBox | ( | UT_BoundingBox & | box | ) | [inline, virtual] |
Implements VRAY_Procedural.
Definition at line 52 of file VRAY_DemoStamp.C.
| virtual const char* HDK_Sample::vray_ChildBox::getClassName | ( | ) | [inline, virtual] |
Implements VRAY_Procedural.
Definition at line 45 of file VRAY_DemoStamp.C.
| virtual int HDK_Sample::vray_ChildBox::initialize | ( | const UT_BoundingBox * | ) | [inline, virtual] |
Since the procedural is generated by stamp, this method will never be called.
Implements VRAY_Procedural.
Definition at line 48 of file VRAY_DemoStamp.C.
| virtual void HDK_Sample::vray_ChildBox::render | ( | ) | [inline, virtual] |
Implements VRAY_Procedural.
Definition at line 57 of file VRAY_DemoStamp.C.
1.5.9