Variant Parameter Tweak types


Defines

#define  SI_TT_NONE   0
#define  SI_TT_POSITION   1
#define  SI_TT_NORMAL   2
#define  SI_TT_TEXCOORD   3
#define  SI_TT_COLOR   4
#define  SI_TT_TRANSFO   5
#define  SI_TT_INTEGER   6
#define  SI_TT_FLOAT   7
#define  SI_TT_TINYFLOAT   8

Detailed Description

These defines represent the different tweaking controls associated with modifying values within CdotXSIParam objects.

Define Documentation

#define SI_TT_NONE   0

No tweaking control is associated with the parameter.

#define SI_TT_POSITION   1

The tweaking control is a position adjuster.

#define SI_TT_NORMAL   2

The tweaking control is a default control for the data type.

#define SI_TT_TEXCOORD   3

The tweaking control is a texture coordinate adjuster.

#define SI_TT_COLOR   4

The tweaking control is a color chooser.

#define SI_TT_TRANSFO   5

The tweaking control is a transformation adjuster.

#define SI_TT_INTEGER   6

The tweaking control is an integer slider.

#define SI_TT_FLOAT   7

The tweaking control is an floating-point slider.

#define SI_TT_TINYFLOAT   8

The tweaking control is a tiny-floating-point slider.