#include <istdplug.h>
Class Description
- See also:
- Class Control.
- Description:
- This class provides access to the LookAt Controller
parameters.
Developers may use the following values to access the references of
the Look At controller.
LOOKAT_TARGET_REF
LOOKAT_POS_REF
LOOKAT_ROLL_REF
LOOKAT_SCL_REF
All methods of this class are implemented by the system.
Member Function Documentation
virtual void SetFlip |
( |
BOOL |
f |
) |
[pure virtual] |
- Parameters:
- BOOL f
TRUE for on; FALSE for off.
virtual BOOL GetFlip |
( |
|
) |
[pure virtual] |
virtual void SetAxis |
( |
int |
a |
) |
[pure virtual] |
- Parameters:
- int a
One of the following values:
0: X axis.
1: Y axis.
2: Z axis.
virtual int GetAxis |
( |
|
) |
[pure virtual] |
- Returns:
- One of the following values:
0: X axis.
1: Y axis.
2: Z axis.