SO3Engine
|
Go to the source code of this file.
Functions | |
int | SO3EntityNumOfSubEntities (mmachine m) |
main include | |
int | SO3EntitySetVisibilityFlags (mmachine m) |
SO3EntitySetVisibilityFlags : Set the visibility flags corresponding to viewports masks. | |
int | SO3EntityGetVisibilityFlags (mmachine m) |
SO3EntityGetVisibilityFlags : Get the visibility flags corresponding to viewports masks. | |
int | SO3EntitySetVisibilityFlagIndexEnable (mmachine m) |
SO3EntitySetVisibilityFlagIndexEnable : Set the visibility flag at the given index (do not change other flags!). | |
int | SO3EntityGetVisibilityFlagIndexEnable (mmachine m) |
SO3EntityGetVisibilityFlagIndexEnable : Retrieve if the visibility flag at the given index is enabled or not (do not returns other flags!). | |
int | SO3EntityGenerateLOD (mmachine m) |
SO3EntityGenerateLOD : Generate LOD on an entity. | |
int | SO3EntityGetMaterialByIndex (mmachine m) |
SO3EntityGetMaterialByIndex : Return the material associated with a given subEntity for a given node. | |
int | SO3EntityMaterialList (mmachine m) |
SO3EntityMaterialList : return the list of material applied on an Entity. | |
int | SO3EntityAttachSkeleton (mmachine m) |
SO3EntityAttachSkeleton : Load a skeleton resource in Scene. | |
int | SO3EntityGetSkeleton (mmachine m) |
SO3EntityGetSkeleton : Get a skeleton resource from the entity. | |
int | SO3EntitySetMaterial (mmachine m) |
SO3EntitySetMaterial : Set a material on Entity. | |
int | SO3EntityGetResourceGroup (mmachine m) |
SO3EntityGetResourceGroup : Get the resource group of an Entity. | |
int | SO3EntitySetMinPixelSize (mmachine m) |
SO3EntitySetMinPixelSize : Set the visibility minmum pixel size. | |
int | SO3EntityGetMinPixelSize (mmachine m) |
SO3EntityGetMinPixelSize : Get the visibility minimum pixel size. | |
int | SCOLloadEntity (mmachine m, cbmachine w) |
Load the SO3Engine Entity function. | |
int | SCOLfreeEntity () |
free the SO3Engine Entity function | |
Variables | |
NativeDefinition | natSO3Entity [] |
Function Documentation
◆ SCOLfreeEntity()
int SCOLfreeEntity | ( | ) |
free the SO3Engine Entity function
- Parameters
-
m : The VM
Definition at line 908 of file SCOLEntity.cpp.
◆ SCOLloadEntity()
int SCOLloadEntity | ( | mmachine | m, |
cbmachine | w | ||
) |
Load the SO3Engine Entity function.
- Parameters
-
m : The VM w : The Callback VM
Definition at line 898 of file SCOLEntity.cpp.
Variable Documentation
◆ natSO3Entity
NativeDefinition natSO3Entity[] |
Initial value:
= {
{ "SO3EntityGetMaterialByIndex", 2, "fun [SO3_OBJECT I] SO3_MATERIAL", SO3EntityGetMaterialByIndex },
{ "SO3EntitySetVisibilityFlagIndexEnable", 3, "fun [SO3_OBJECT I I] I", SO3EntitySetVisibilityFlagIndexEnable },
{ "SO3EntityGetVisibilityFlagIndexEnable", 2, "fun [SO3_OBJECT I] I", SO3EntityGetVisibilityFlagIndexEnable },
}
int SO3EntityGetMaterialByIndex(mmachine m)
SO3EntityGetMaterialByIndex : Return the material associated with a given subEntity for a given node.
Definition SCOLEntity.cpp:337
int SO3EntitySetMinPixelSize(mmachine m)
SO3EntitySetMinPixelSize : Set the visibility minmum pixel size.
Definition SCOLEntity.cpp:797
int SO3EntityMaterialList(mmachine m)
SO3EntityMaterialList : return the list of material applied on an Entity.
Definition SCOLEntity.cpp:394
int SO3EntitySetMaterial(mmachine m)
SO3EntitySetMaterial : Set a material on Entity.
Definition SCOLEntity.cpp:701
int SO3EntityGetMinPixelSize(mmachine m)
SO3EntityGetMinPixelSize : Get the visibility minimum pixel size.
Definition SCOLEntity.cpp:844
int SO3EntityGetVisibilityFlagIndexEnable(mmachine m)
SO3EntityGetVisibilityFlagIndexEnable : Retrieve if the visibility flag at the given index is enabled...
Definition SCOLEntity.cpp:229
int SO3EntityAttachSkeleton(mmachine m)
SO3EntityAttachSkeleton : Load a skeleton resource in Scene.
Definition SCOLEntity.cpp:472
int SO3EntitySetVisibilityFlags(mmachine m)
SO3EntitySetVisibilityFlags : Set the visibility flags corresponding to viewports masks.
Definition SCOLEntity.cpp:94
int SO3EntityGetVisibilityFlags(mmachine m)
SO3EntityGetVisibilityFlags : Get the visibility flags corresponding to viewports masks.
Definition SCOLEntity.cpp:137
int SO3EntitySetVisibilityFlagIndexEnable(mmachine m)
SO3EntitySetVisibilityFlagIndexEnable : Set the visibility flag at the given index (do not change oth...
Definition SCOLEntity.cpp:178
int SO3EntityGetSkeleton(mmachine m)
SO3EntityGetSkeleton : Get a skeleton resource from the entity.
Definition SCOLEntity.cpp:650
int SO3EntityGetResourceGroup(mmachine m)
SO3EntityGetResourceGroup : Get the resource group of an Entity.
Definition SCOLEntity.cpp:752
int SO3EntityGenerateLOD(mmachine m)
SO3EntityGenerateLOD : Generate LOD on an entity.
Definition SCOLEntity.cpp:282
Definition at line 875 of file SCOLEntity.cpp.
Generated by 1.9.8