![]() |
Rigs of Rods 2023.09
Soft-body Physics Simulation
|
#include <ProceduralManager.h>
Inheritance diagram for RoR::ProceduralPoint:Public Member Functions | |
| ProceduralPoint () | |
| ProceduralPoint (const ProceduralPoint &orig) | |
| virtual | ~ProceduralPoint () override |
Public Member Functions inherited from RefCountingObject< ProceduralPoint > | |
| RefCountingObject () | |
| virtual | ~RefCountingObject () |
| void | AddRef () |
| void | Release () |
Data Fields | |
| Ogre::Vector3 | position = Ogre::Vector3::ZERO |
| Ogre::Quaternion | rotation = Ogre::Quaternion::IDENTITY |
| RoadType | type = RoadType::ROAD_AUTOMATIC |
| float | width = 0.f |
| float | bwidth = 0.f |
| float | bheight = 0.f |
| int | pillartype = 0 |
| std::string | comments |
| Comment line(s) preceding the point-line in the .TOBJ file. | |
Data Fields inherited from RefCountingObject< ProceduralPoint > | |
| int | m_refcount |
| std::mutex | m_refcount_mtx |
Additional Inherited Members | |
Static Public Member Functions inherited from RefCountingObject< ProceduralPoint > | |
| static void | RegisterRefCountingObject (AS_NAMESPACE_QUALIFIER asIScriptEngine *engine, const char *name) |
Definition at line 34 of file ProceduralManager.h.
|
inline |
Definition at line 36 of file ProceduralManager.h.
|
inline |
Definition at line 39 of file ProceduralManager.h.
|
inlineoverridevirtual |
Definition at line 49 of file ProceduralManager.h.
| float RoR::ProceduralPoint::bheight = 0.f |
Definition at line 56 of file ProceduralManager.h.
| float RoR::ProceduralPoint::bwidth = 0.f |
Definition at line 55 of file ProceduralManager.h.
| std::string RoR::ProceduralPoint::comments |
Comment line(s) preceding the point-line in the .TOBJ file.
Definition at line 58 of file ProceduralManager.h.
| int RoR::ProceduralPoint::pillartype = 0 |
Definition at line 57 of file ProceduralManager.h.
| Ogre::Vector3 RoR::ProceduralPoint::position = Ogre::Vector3::ZERO |
Definition at line 51 of file ProceduralManager.h.
| Ogre::Quaternion RoR::ProceduralPoint::rotation = Ogre::Quaternion::IDENTITY |
Definition at line 52 of file ProceduralManager.h.
| RoadType RoR::ProceduralPoint::type = RoadType::ROAD_AUTOMATIC |
Definition at line 53 of file ProceduralManager.h.
| float RoR::ProceduralPoint::width = 0.f |
Definition at line 54 of file ProceduralManager.h.