![]() |
Rigs of Rods 2023.09
Soft-body Physics Simulation
|
#include <DataManager.h>
Data Fields | |
| bool | hum |
| Humidity, phase and cloud. | |
| bool | act |
| bool | cld |
| float | phum |
| Probabilities. | |
| float | pext |
| float | pact |
| float | dens |
| Continous density. | |
| float | light |
| Light absorcion. | |
Cell struct.
Definition at line 41 of file DataManager.h.
| bool SkyX::VClouds::DataManager::Cell::act |
Definition at line 44 of file DataManager.h.
| bool SkyX::VClouds::DataManager::Cell::cld |
Definition at line 44 of file DataManager.h.
| float SkyX::VClouds::DataManager::Cell::dens |
Continous density.
Definition at line 50 of file DataManager.h.
| bool SkyX::VClouds::DataManager::Cell::hum |
Humidity, phase and cloud.
Definition at line 44 of file DataManager.h.
| float SkyX::VClouds::DataManager::Cell::light |
Light absorcion.
Definition at line 53 of file DataManager.h.
| float SkyX::VClouds::DataManager::Cell::pact |
Definition at line 47 of file DataManager.h.
| float SkyX::VClouds::DataManager::Cell::pext |
Definition at line 47 of file DataManager.h.
| float SkyX::VClouds::DataManager::Cell::phum |
Probabilities.
Definition at line 47 of file DataManager.h.