Class ITCBKey

3DS Max Plug-In SDK

Class ITCBKey

See Also: Class IKey.

class ITCBKey : public IKey

Description:

This is the base class for Tension Continuity and Bias keys.

Data Members:

public:

float tens;

The tension setting. Values are in the range -1.0 to 1.0, where 0.0 is the default.

float cont;

The continuity setting. Values are in the range -1.0 to 1.0, where 0.0 is the default.

float bias;

The bias setting. Values are in the range -1.0 to 1.0, where 0.0 is the default.

float easeIn;

The ease in value. Values are in the range 0.0 to 50.0, where25.0 is the default.

float easeOut;

The ease out value. Values are in the range 0.0 to 50.0, where 25.0 is the default.