RigsofRods
Soft-body Physics Simulation
|
< Data of 'addonpart_tweak_prop <prop ID> <offsetX> <offsetY> <offsetZ> <rotX> <rotY> <rotZ> <media1> <media2>' More...
#include <TuneupFileFormat.h>
Data Fields | |
PropID_t | tpt_prop_id = PROPID_INVALID |
std::array< std::string, 2 > | tpt_media |
Media1 = prop mesh; Media2: Steering wheel mesh or beacon flare material. More... | |
Ogre::Vector3 | tpt_offset = Ogre::Vector3::ZERO |
Ogre::Vector3 | tpt_rotation = Ogre::Vector3::ZERO |
std::string | tpt_origin |
Addonpart filename. More... | |
< Data of 'addonpart_tweak_prop <prop ID> <offsetX> <offsetY> <offsetZ> <rotX> <rotY> <rotZ> <media1> <media2>'
Definition at line 64 of file TuneupFileFormat.h.
std::array<std::string, 2> RoR::TuneupPropTweak::tpt_media |
Media1 = prop mesh; Media2: Steering wheel mesh or beacon flare material.
Definition at line 67 of file TuneupFileFormat.h.
Ogre::Vector3 RoR::TuneupPropTweak::tpt_offset = Ogre::Vector3::ZERO |
Definition at line 68 of file TuneupFileFormat.h.
std::string RoR::TuneupPropTweak::tpt_origin |
Addonpart filename.
Definition at line 70 of file TuneupFileFormat.h.
PropID_t RoR::TuneupPropTweak::tpt_prop_id = PROPID_INVALID |
Definition at line 66 of file TuneupFileFormat.h.
Ogre::Vector3 RoR::TuneupPropTweak::tpt_rotation = Ogre::Vector3::ZERO |
Definition at line 69 of file TuneupFileFormat.h.