Developer Documentation
|
Interface for modifying render objects. More...
Public Member Functions | |
virtual void | apply (RenderObject *_obj)=0 |
apply the modifier More... | |
virtual void | apply (RenderObject *_obj)=0 |
apply the modifier More... | |
Interface for modifying render objects.
This class has to be implemented by a user, and could be set to nodes that allow modification of render-objects. The modifier is then applied directly before adding an object to a renderer. It allows low-level access to all settings in a render-objects.
Definition at line 533 of file MeshNode2T.cc.
|
pure virtual |
apply the modifier
_obj | modifiable render-object |
|
pure virtual |
apply the modifier
_obj | modifiable render-object |