![]() |
VR-Forces 4.8 Class Documentation
|
Rotorwash and rotorwash collision object information. More...
Go to the source code of this file.
Classes | |
| struct | makVrv::DtRotorWashInfo |
| Position and type of a rotorwash. More... | |
| struct | makVrv::DtParticleCollisionObjectInfo |
Namespaces | |
| makVrv | |
| Declare & export the plugin initialization function (bool initDeModule(DtDe* de)) | |
Macros | |
| #define | VRF_ROTORWASH_CUTOFF 50.0f |
| #define | USE_VRV_UPDATER 1 |
Enumerations | |
| enum | makVrv::RotorWashSoilType { makVrv::SOIL_NONE = 0, makVrv::SOIL_HARD_PACKED = 1, makVrv::SOIL_SHALLOW_WATER = 2, makVrv::SOIL_SNOW = 3, makVrv::SOIL_SAND = 4, makVrv::SOIL_PAVED_ROAD = 5, makVrv::SOIL_GRAVEL = 6, makVrv::SOIL_ROCKS = 7, makVrv::SOIL_MUCK = 8, makVrv::SOIL_DEEP_WATER = 9 } |
| Soil type (from VRF) See VRF: data rotary-wing-*.sysdef. More... | |
| enum | makVrv::ParticleCollisionObjectType { makVrv::COLLISION_OBJECT_NONE, makVrv::COLLISION_OBJECT_PLANE, makVrv::COLLISION_OBJECT_SPHERE, makVrv::COLLISION_OBJECT_ELLIPSOID } |
| Particles from particle systems will bounce off of collision objects. More... | |
Rotorwash and rotorwash collision object information.
| #define VRF_ROTORWASH_CUTOFF 50.0f |
| #define USE_VRV_UPDATER 1 |