#include "coreexp.h"
#include <WTypes.h>
#include "ifnpub.h"
Go to the source
code of this file.
Define Documentation
Function Documentation
CoreExport BOOL GetUsePhysicalScaleUVs |
( |
Animatable * |
pAnim |
) |
|
These methods are used by many objects and modifiers to handle
the app data required to tag an object as using phyically scaled
UVs.
- Parameters:
-
[in] |
pAnim |
- The object to query for the real-world app data. |
- Returns:
- the current value of the flag stored in the app date.
CoreExport void SetUsePhysicalScaleUVs |
( |
Animatable * |
pAnim, |
|
|
BOOL |
flag |
|
) |
|
|
- Parameters:
-
[in] |
pAnim |
- The object to set for the real-world app data on. |
[in] |
flag |
- the new value of the toggle to set in the app data. |
CoreExport BOOL
GetPhysicalScaleUVsDisabled |
( |
|
) |
|
Set/Get the property which says we should use real-world map
size by default.
This value is stored in the market defaults INI file.
- Returns:
- the current value of the flag from the market defaults
file.
CoreExport void
SetPhysicalScaleUVsDisabled |
( |
BOOL |
disable |
) |
|
Set the value of this flag.
- Parameters:
-
[in] |
disable |
- the new value of the flag to store in the market defaults
file. |
Variable Documentation
The unique instance of the real worls map size interface.