RigsofRods
Soft-body Physics Simulation
|
#include "MeshObject.h"
#include "SimData.h"
#include <Ogre.h>
#include <stdint.h>
#include <string>
Go to the source code of this file.
Data Structures | |
struct | RoR::PropAnim |
struct | RoR::Prop |
A mesh attached to vehicle frame via 3 nodes. More... | |
struct | RoR::VideoCamera |
An Ogre::Camera mounted on the actor and rendering into either in-scene texture or external window. More... | |
struct | RoR::NodeGfx |
Gfx attributes/state of a softbody node. More... | |
struct | RoR::BeamGfx |
Visuals of softbody beam (beam_t struct); Partially updated along with SimBuffer. More... | |
struct | RoR::WheelGfx |
struct | RoR::AirbrakeGfx |
struct | RoR::FlareMaterial |
Namespaces | |
RoR | |
Typedefs | |
typedef BitMask64_t | RoR::PropAnimFlag_t |
typedef BitMask_t | RoR::PropAnimMode_t |
typedef int | RoR::CameraMode_t |