![]() |
RigsofRods
Soft-body Physics Simulation
|
#include <ProceduralManager.h>
Public Member Functions | |
ProceduralPoint () | |
ProceduralPoint (const ProceduralPoint &orig) | |
virtual | ~ProceduralPoint () override |
![]() | |
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. More... | |
![]() | |
int | m_refcount |
std::mutex | m_refcount_mtx |
Additional Inherited Members | |
![]() | |
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.