ikctrl.h File Reference

ikctrl.h File Reference
#include "ref.h"
#include "control.h"

Classes

class  IKMasterControl
 
class  IKSlaveControl
 

Macros

#define IKMASTER_CLASSID   Class_ID(0xa91004be,0x9901fe83)
 
#define IKSLAVE_CLASSID   Class_ID(0xbe380a31,0x310dc9e4)
 

Functions

CoreExport IKMasterControlCreateIKMasterControl ()
 
CoreExport IKSlaveControlCreateIKSlaveControl (IKMasterControl *master, INode *slaveNode)
 

Macro Definition Documentation

#define IKMASTER_CLASSID   Class_ID(0xa91004be,0x9901fe83)
#define IKSLAVE_CLASSID   Class_ID(0xbe380a31,0x310dc9e4)

Function Documentation

CoreExport IKMasterControl* CreateIKMasterControl ( )
Remarks
This global function creates a new IK master controller.
CoreExport IKSlaveControl* CreateIKSlaveControl ( IKMasterControl master,
INode slaveNode 
)
Remarks
This global function creates and returns a pointer to a new IK slave controller by specifying the master controller and a node to which the slave controller is assigned.
Parameters:
IKMasterControl *master

Points to the master controller to use.

INode *slaveNode

Points to the slave node to use.