Virtual Testbed
Ship dynamics simulator for extreme conditions
|
Public Types | |
using | compartment_type = vtb::core::Compartment< T > |
Public Member Functions | |
ShipCompartmentObject (const compartment_type &compartment) | |
void | draw (const Matrix4 &m, Camera3D &camera) override |
void | show (bool b) |
const Vector3 & | color () const |
void | color (Vector3 v) |
void | alpha (Float a) |
const std::string & | name () const |
bool | fire () const |
void | fire (bool rhs) |
bool | flooding () const |
void | flooding (bool rhs) |
Definition at line 19 of file ShipCompartmentObject.hh.