Classes | Defines | Functions

ikctrl.h File Reference

#include "ref.h"
#include "control.h"

Go to the source code of this file.

Classes

class   IKMasterControl
class   IKSlaveControl

Defines

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

Functions

CoreExport IKMasterControl CreateIKMasterControl ()
CoreExport IKSlaveControl CreateIKSlaveControl (IKMasterControl *master, INode *slaveNode)

Define Documentation

#define IKMASTER_CLASSID   Class_ID(0xa91004be,0x9901fe83)

Definition at line 18 of file ikctrl.h.

#define IKSLAVE_CLASSID   Class_ID(0xbe380a31,0x310dc9e4)

Definition at line 19 of file ikctrl.h.


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.