#include "maxheap.h"
#include "matrix3.h"
#include "ipoint2.h"
#include "quat.h"
#include "sceneapi.h"
#include "ref.h"
#include "mouseman.h"
#include "maxapi.h"
Go to the source code of this
file.
Define Documentation
#define
MOVE_INTERSECTION 1 |
#define MOVE_PROJECTION 2 |
Function Documentation
CoreExport float GetPerspMouseSpeed |
( |
|
) |
|
CoreExport void SetPerspMouseSpeed |
( |
float |
speed |
) |
|
- Parameters:
- float speed
The value to set.
CoreExport void SetMoveModeType |
( |
int |
moveType |
) |
|
- Parameters:
- int moveType
One of the following values:
MOVE_INTERSECTION
MOVE_PROJECTION
CoreExport int GetMoveModeType |
( |
|
) |
|
- Returns:
- One of the following values:
MOVE_INTERSECTION
MOVE_PROJECTION
CoreExport void SetRotationIncrement |
( |
float |
inc |
) |
|
CoreExport float GetRotationIncrement |
( |
|
) |
|
CoreExport int GetPaintSelBrushSize |
( |
|
) |
|
CoreExport void SetPaintSelBrushSize |
( |
int |
size |
) |
|