RigsofRods
Soft-body Physics Simulation
|
Public Types | |
enum | MirrorPropType { MirrorPropType::MPROP_NONE, MirrorPropType::MPROP_LEFT, MirrorPropType::MPROP_RIGHT } |
Public Member Functions | |
CustomMaterial () | |
CustomMaterial (Ogre::MaterialPtr &mat) | |
Data Fields | |
Ogre::MaterialPtr | material |
RigDef::MaterialFlareBinding * | material_flare_def |
RigDef::VideoCamera * | video_camera_def |
MirrorPropType | mirror_prop_type |
Ogre::SceneNode * | mirror_prop_scenenode |
Definition at line 113 of file ActorSpawner.h.
Enumerator | |
---|---|
MPROP_NONE | |
MPROP_LEFT | |
MPROP_RIGHT |
Definition at line 115 of file ActorSpawner.h.
|
inline |
Definition at line 122 of file ActorSpawner.h.
|
inline |
Definition at line 129 of file ActorSpawner.h.
Ogre::MaterialPtr RoR::ActorSpawner::CustomMaterial::material |
Definition at line 137 of file ActorSpawner.h.
RigDef::MaterialFlareBinding* RoR::ActorSpawner::CustomMaterial::material_flare_def |
Definition at line 138 of file ActorSpawner.h.
Ogre::SceneNode* RoR::ActorSpawner::CustomMaterial::mirror_prop_scenenode |
Definition at line 141 of file ActorSpawner.h.
MirrorPropType RoR::ActorSpawner::CustomMaterial::mirror_prop_type |
Definition at line 140 of file ActorSpawner.h.
RigDef::VideoCamera* RoR::ActorSpawner::CustomMaterial::video_camera_def |
Definition at line 139 of file ActorSpawner.h.