![]() |
RigsofRods
Soft-body Physics Simulation
|
Visuals of a 'freebeam' (a pair of HALFBEAM_ freeforces) More...
#include <GfxData.h>
Data Fields | |
FreeBeamGfxID_t | fbx_id = FREEBEAMGFXID_INVALID |
ID of the freebeam gfx, use GfxScene::GetFreeBeamGfxNextId() More... | |
FreeForceID_t | fbx_freeforce_primary = FREEFORCEID_INVALID |
Required. More... | |
FreeForceID_t | fbx_freeforce_secondary = FREEFORCEID_INVALID |
Not required for fixed-end beams. More... | |
Ogre::SceneNode * | fbx_scenenode = nullptr |
float | fbx_diameter = DEFAULT_BEAM_DIAMETER |
meters More... | |
bool | fbx_is_visible = false |
float RoR::FreeBeamGfx::fbx_diameter = DEFAULT_BEAM_DIAMETER |
FreeForceID_t RoR::FreeBeamGfx::fbx_freeforce_primary = FREEFORCEID_INVALID |
FreeForceID_t RoR::FreeBeamGfx::fbx_freeforce_secondary = FREEFORCEID_INVALID |
FreeBeamGfxID_t RoR::FreeBeamGfx::fbx_id = FREEBEAMGFXID_INVALID |
ID of the freebeam gfx, use GfxScene::GetFreeBeamGfxNextId()
Ogre::SceneNode* RoR::FreeBeamGfx::fbx_scenenode = nullptr |