#include <stdmat.h>
Class Description
- See also:
- Class Texmap.
- Description:
- This class provides access to the parameters of the standard
3ds Max Reflect/Refract texture. All methods of this class are
implemented by the system.
Member Function Documentation
virtual void SetSize |
( |
int |
n, |
|
|
TimeValue |
t |
|
) |
|
[pure virtual] |
- Parameters:
- int n
The size in pixels.
TimeValue t
The time to set the value.
virtual void SetDoNth |
( |
BOOL |
onoff |
) |
[pure virtual] |
- Parameters:
- BOOL onoff
TRUE for 'Every Nth Frame'; FALSE for 'First Frame Only'.
virtual void SetNth |
( |
int |
n |
) |
[pure virtual] |
- Parameters:
- int n
The Nth Frame setting.
virtual void SetApplyBlur |
( |
BOOL |
onoff |
) |
[pure virtual] |
- Parameters:
- BOOL onoff
TRUE for on; FALSE for off.
virtual void SetBlur |
( |
float |
b, |
|
|
TimeValue |
t |
|
) |
|
[pure virtual] |
- Parameters:
- float b
The value to set.
TimeValue t
The time to set the value.
virtual void SetBlurOffset |
( |
float |
b, |
|
|
TimeValue |
t |
|
) |
|
[pure virtual] |
- Parameters:
- float b
The value to set.
TimeValue t
The time to set the value.
virtual void UseHighDynamicRange |
( |
BOOL |
onoff |
) |
[pure virtual] |
- Parameters:
- BOOL onoff
Pass TRUE for on; FALSE for off.
virtual int GetSize |
( |
TimeValue |
t |
) |
[pure virtual] |
- Parameters:
- TimeValue t
The time to retrieve the value.
virtual BOOL GetDoNth |
( |
|
) |
[pure virtual] |
- Returns:
- BOOL onoff
TRUE is 'Every Nth Frame'; FALSE is 'First Frame Only'.
virtual int GetNth |
( |
|
) |
[pure virtual] |
virtual BOOL GetApplyBlur |
( |
|
) |
[pure virtual] |
- Returns:
- TRUE is on; FALSE is off.
virtual float GetBlur |
( |
TimeValue |
t |
) |
[pure virtual] |
- Parameters:
- TimeValue t
The time to retrieve the value.
virtual float GetBlurOffset |
( |
TimeValue |
t |
) |
[pure virtual] |
- Parameters:
- TimeValue t
The time to retrieve the value.