SO3Engine
|
Go to the source code of this file.
Functions | |
int | SO3DynamicReflectionMapCreate (mmachine m) |
main include | |
int | SO3DynamicReflectionMapSetTargetMaterial (mmachine m) |
SO3DynamicReflectionMapSetTargetMaterial : Set the material on wich the rendered texture will be setted. The plane reflection map is automatically setted to enable when a valid material is passed. | |
int | SO3DynamicReflectionMapGetEnable (mmachine m) |
SO3DynamicReflectionMapGetEnable : Get the enable state for the dynamic reflection map. | |
int | SO3DynamicReflectionMapSetEnable (mmachine m) |
SO3DynamicReflectionMapSetEnable : Set the Enable state for dynamic reflection map. | |
int | SO3DynamicReflectionMapGetRevertClipPlane (mmachine m) |
SO3DynamicReflectionMapGetRevertClipPlane : Get the revert clip plane state (is the camera clip plane up or down?) for the dynamic reflection map. | |
int | SO3DynamicReflectionMapSetRevertClipPlane (mmachine m) |
SO3DynamicReflectionMapSetRevertClipPlane : Set the revert clip plane state for dynamic reflection map. | |
int | SO3DynamicReflectionMapGetTextureSize (mmachine m) |
SO3DynamicReflectionMapGetTextureSize : Get the size of the dynamic reflection map texture. | |
int | SO3DynamicReflectionMapSetTextureSize (mmachine m) |
SO3DynamicReflectionMapSetTextureSize : Set the size of the dynamic reflection map texture. | |
int | SCOLloadDynamicReflectionMap (mmachine m, cbmachine w) |
Load the SO3Engine DynamicReflectionMap function. | |
int | SCOLfreeDynamicReflectionMap () |
free the SO3Engine DynamicReflectionMap function | |
Variables | |
NativeDefinition | natSO3RefMap [] |
Function Documentation
◆ SCOLfreeDynamicReflectionMap()
int SCOLfreeDynamicReflectionMap | ( | ) |
free the SO3Engine DynamicReflectionMap function
- Parameters
-
m : The VM
Definition at line 490 of file SCOLDynamicReflectionMap.cpp.
◆ SCOLloadDynamicReflectionMap()
int SCOLloadDynamicReflectionMap | ( | mmachine | m, |
cbmachine | w | ||
) |
Load the SO3Engine DynamicReflectionMap function.
- Parameters
-
m : The VM w : The Callback VM
Definition at line 481 of file SCOLDynamicReflectionMap.cpp.
Variable Documentation
◆ natSO3RefMap
NativeDefinition natSO3RefMap[] |
Initial value:
= {
{ "SO3DynamicReflectionMapCreate", 3, "fun [SO3_SCENE SO3_VIEWPORT S] SO3_OBJECT", SO3DynamicReflectionMapCreate, },
{ "SO3DynamicReflectionMapSetTargetMaterial", 5, "fun [SO3_OBJECT SO3_MATERIAL I I I] SO3_OBJECT", SO3DynamicReflectionMapSetTargetMaterial, },
{ "SO3DynamicReflectionMapSetEnable", 2, "fun [SO3_OBJECT I] I", SO3DynamicReflectionMapSetEnable, },
{ "SO3DynamicReflectionMapGetTextureSize", 1, "fun [SO3_OBJECT] I", SO3DynamicReflectionMapGetTextureSize, },
{ "SO3DynamicReflectionMapSetTextureSize", 2, "fun [SO3_OBJECT I] I", SO3DynamicReflectionMapSetTextureSize, },
{ "SO3DynamicReflectionMapGetRevertClipPlane", 1, "fun [SO3_OBJECT] I", SO3DynamicReflectionMapGetRevertClipPlane, },
{ "SO3DynamicReflectionMapSetRevertClipPlane", 2, "fun [SO3_OBJECT I] I", SO3DynamicReflectionMapSetRevertClipPlane, }
}
int SO3DynamicReflectionMapSetTextureSize(mmachine m)
SO3DynamicReflectionMapSetTextureSize : Set the size of the dynamic reflection map texture.
Definition SCOLDynamicReflectionMap.cpp:421
int SO3DynamicReflectionMapSetTargetMaterial(mmachine m)
SO3DynamicReflectionMapSetTargetMaterial : Set the material on wich the rendered texture will be sett...
Definition SCOLDynamicReflectionMap.cpp:130
int SO3DynamicReflectionMapGetTextureSize(mmachine m)
SO3DynamicReflectionMapGetTextureSize : Get the size of the dynamic reflection map texture.
Definition SCOLDynamicReflectionMap.cpp:381
int SO3DynamicReflectionMapSetRevertClipPlane(mmachine m)
SO3DynamicReflectionMapSetRevertClipPlane : Set the revert clip plane state for dynamic reflection ma...
Definition SCOLDynamicReflectionMap.cpp:334
int SO3DynamicReflectionMapSetEnable(mmachine m)
SO3DynamicReflectionMapSetEnable : Set the Enable state for dynamic reflection map.
Definition SCOLDynamicReflectionMap.cpp:243
int SO3DynamicReflectionMapGetEnable(mmachine m)
SO3DynamicReflectionMapGetEnable : Get the enable state for the dynamic reflection map.
Definition SCOLDynamicReflectionMap.cpp:198
int SO3DynamicReflectionMapGetRevertClipPlane(mmachine m)
SO3DynamicReflectionMapGetRevertClipPlane : Get the revert clip plane state (is the camera clip plane...
Definition SCOLDynamicReflectionMap.cpp:289
Definition at line 464 of file SCOLDynamicReflectionMap.cpp.
Generated by 1.9.8