|
SO3Engine
|
Go to the source code of this file.
Functions | |
| int | SO3ParticleSystemCreateFromTemplate (mmachine m) |
| main include | |
| int | SO3ParticleSystemGetTemplate (mmachine m) |
| SO3ParticleSystemGetTemplate : Get the template for particle system. | |
| int | SO3ParticleSystemSetEnable (mmachine m) |
| SO3ParticleSystemSetEnable : Set the Enable state for particle system. | |
| int | SO3ParticleSystemGetEnable (mmachine m) |
| SO3ParticleSystemGetEnable : Get the enable state for particle system. | |
| int | SO3ParticleSystemSetPause (mmachine m) |
| SO3ParticleSystemSetPause : Set the pause state for particle system. | |
| int | SO3ParticleSystemGetPause (mmachine m) |
| SO3ParticleSystemGetPause : Get the pause state for particle system. | |
| int | SO3ParticleSystemSetSpeedFactor (mmachine m) |
| SO3ParticleSystemSetSpeedFactor : Set the speed factor for particle system. | |
| int | SO3ParticleSystemGetSpeedFactor (mmachine m) |
| SO3ParticleSystemGetSpeedFactor : Get the speed factor for particle system. | |
| int | SO3ParticleSystemClear (mmachine m) |
| SO3ParticleSystemClear : Clear a set of particle for a given particle system. | |
| int | SCOLloadParticle (mmachine m, cbmachine w) |
| Load the SO3Engine Viewport function. | |
| int | SCOLfreeParticle () |
| free the SO3Engine Viewport function | |
Variables | |
| NativeDefinition | natSO3Particle [] |
Function Documentation
◆ SCOLfreeParticle()
| int SCOLfreeParticle | ( | ) |
free the SO3Engine Viewport function
- Parameters
-
m : The VM
Definition at line 475 of file SCOLParticle.cpp.
◆ SCOLloadParticle()
| int SCOLloadParticle | ( | mmachine | m, |
| cbmachine | w | ||
| ) |
Load the SO3Engine Viewport function.
- Parameters
-
m : The VM w : The Callback VM
Definition at line 465 of file SCOLParticle.cpp.
Variable Documentation
◆ natSO3Particle
| NativeDefinition natSO3Particle[] |
Initial value:
= {
{ "SO3ParticleSystemCreateFromTemplate", 3, "fun [SO3_SCENE S S] SO3_OBJECT", SO3ParticleSystemCreateFromTemplate },
}
int SO3ParticleSystemGetTemplate(mmachine m)
SO3ParticleSystemGetTemplate : Get the template for particle system.
Definition SCOLParticle.cpp:103
int SO3ParticleSystemGetSpeedFactor(mmachine m)
SO3ParticleSystemGetSpeedFactor : Get the speed factor for particle system.
Definition SCOLParticle.cpp:374
int SO3ParticleSystemSetEnable(mmachine m)
SO3ParticleSystemSetEnable : Set the Enable state for particle system.
Definition SCOLParticle.cpp:149
int SO3ParticleSystemSetSpeedFactor(mmachine m)
SO3ParticleSystemSetSpeedFactor : Set the speed factor for particle system.
Definition SCOLParticle.cpp:332
int SO3ParticleSystemClear(mmachine m)
SO3ParticleSystemClear : Clear a set of particle for a given particle system.
Definition SCOLParticle.cpp:414
int SO3ParticleSystemGetEnable(mmachine m)
SO3ParticleSystemGetEnable : Get the enable state for particle system.
Definition SCOLParticle.cpp:196
int SO3ParticleSystemGetPause(mmachine m)
SO3ParticleSystemGetPause : Get the pause state for particle system.
Definition SCOLParticle.cpp:287
int SO3ParticleSystemSetPause(mmachine m)
SO3ParticleSystemSetPause : Set the pause state for particle system.
Definition SCOLParticle.cpp:241
Definition at line 447 of file SCOLParticle.cpp.
Generated by