![]() |
Public API Reference |
This interface is implemented by the seqop that transforms meshes. More...
#include <tools/sequences.h>
Public Member Functions | |
| virtual void | SetEntityParameter (const char *entity, const char *tag=0)=0 |
| Set the entity containing the pcmesh (either entity name or a parameter if it starts with '$'). | |
| virtual void | SetRotationParameter (int rot_axis, const char *rot_angle)=0 |
| Set the relative rotation parameter. | |
| virtual void | SetVectorParameter (const char *vectorx, const char *vectory, const char *vectorz)=0 |
| Set the relative movement vector parameter. | |
This interface is implemented by the seqop that transforms meshes.
You can query this interface from the seqop factory if you want to manually control this factory as opposed to loading its definition from an XML document.
The predefined name of this seqop type is 'cel.seqops.transform'.
In XML, factories recognize the following attributes on the 'op' node:
Definition at line 467 of file sequences.h.
| virtual void iTransformSeqOpFactory::SetEntityParameter | ( | const char * | entity, |
| const char * | tag = 0 |
||
| ) | [pure virtual] |
Set the entity containing the pcmesh (either entity name or a parameter if it starts with '$').
| tag | is the optional tag of the entity or a parameter (starts with '$'). |
| virtual void iTransformSeqOpFactory::SetRotationParameter | ( | int | rot_axis, |
| const char * | rot_angle | ||
| ) | [pure virtual] |
Set the relative rotation parameter.
| rot_axis | is 0, 1, or 2 for x, y, or z axis. |
| rot_angle | the amount of rotation. |
| virtual void iTransformSeqOpFactory::SetVectorParameter | ( | const char * | vectorx, |
| const char * | vectory, | ||
| const char * | vectorz | ||
| ) | [pure virtual] |
Set the relative movement vector parameter.