HDK
|
#include <SIM_RenderParmsVolatile.h>
Public Member Functions | |
void | getMaterialShop (const SIM_Object *obj, UT_String &str) const override |
bool | getForDisplay (const SIM_Object *obj) const override |
bool | getForRender (const SIM_Object *obj) const override |
Protected Member Functions | |
SIM_RenderParmsVolatile (const SIM_DataFactory *factory) | |
~SIM_RenderParmsVolatile () override | |
This class holds rendering options much like object rendering parameters. To use this data type, attach it as subdata to a SIM_Geometry that is being rendered. This is a volatile version that reloads its value directly from the opnode rather than using the data.
Definition at line 20 of file SIM_RenderParmsVolatile.h.
|
explicitprotected |
|
overrideprotected |
|
overridevirtual |
Reimplemented from SIM_RenderParms.
|
overridevirtual |
Reimplemented from SIM_RenderParms.
|
overridevirtual |
These methods check the creatorNode to query its current parm value and will pass down to the actual options only if the creator node can't be found.
Reimplemented from SIM_RenderParms.