...
Parameters
Name | Type | Description |
---|---|---|
char* | Particles filenameMaxwellParticles | |
float | Particle radius multiplierMaxwellParticles | |
float | Motion blur multiplierMaxwellParticles | |
float | Camera shutterspeed | |
MaxwellParticles"Load particles %" | float | Percentage of particles to loadMaxwellParticles |
"Create N particles per particle" | unsigned int | Enables Multipoint featureMaxwellParticles |
"Extra particles dispersion" | float | Dispersion of the extra particles cloud |
MaxwellParticles"Extra particles deformation" | float | Deformation of the extra particles cloud |
MaxwellParticles"Load particle Force" | byte | Load or not array of Force vectors |
"Min Force" | float | |
"Max Force" | float | |
"Load particle Vorticity" | byte | Load or not array of Vorticity vectors |
"Min Vorticity" | float | MaxwellParticles |
"Max Vorticity" | float | |
"Load particle Normal" | byte | Load or not array of Normal vectors |
"Load particle neighbors no." | byte | Load or not array of particle neighbors# |
"Min Nneighbors" | unsigned int | |
"Max Nneighbors" | unsigned int | |
"Load particle UV" | byte | Load or not array of particle UV |
"Load particle Age" | byte | Load or not array of particle Age |
"Min Age" | float | |
"Max Age" | float | |
"Load particle Isolation Time" | byte | Load or not array of particle isolation time |
"Min Isolation Time" | float | |
"Max Isolation Time" | float | |
"Load particle Viscosity" | byte | Load or not array of particle viscosity |
"Min Viscosity" | float | |
"Max Viscosity" | float | |
"Load particle Density" | byte | Load or not array of particle density |
"Min Density" | float | MaxwellParticles |
"Max Density" | float | |
"Load particle Pressure" | byte | Load or not array of particle pressure |
"Min Pressure" | float | |
"Max Pressure" | float | |
"Load particle Mass" | byte | Load or not array of particle mass |
"Min Mass" | float | |
"Max Mass" | float | |
"Load particle Temperature" | byte | Load or not array of particle temperature |
"Min Temperature" | float | |
"Max Temperature" | float | |
"Load particle ID" | byte | Load or not array of particle ID |
"PARTICLE_POSITIONS" | float* | Array of particle positions |
"PARTICLE_SPEEDS" | float* | Array of particle speeds |
"PARTICLE_RADII" | float* | Array of particle radii |
"PARTICLE_IDS" | int* | Array of particleID's |
...