template <class T>
class vtb::graphics::ShipCompartmentObject
Base classes
  • public Object3D
  • public Drawable3D
Types
Methods
  • flooded_volume(T rhs) -> void
  • flooded_volume() const -> T
  • flooding(bool rhs) -> void
  • flooding() const -> bool
  • fire(bool rhs) -> void
  • fire() const -> bool
  • name() const -> const std::string &
  • alpha(Float a) -> void
  • color(Vector3 v) -> void
  • color() const -> const Vector3 &
  • show(bool b) -> void
  • draw(const Matrix4 & m, Camera3D & camera) -> void
  • ShipCompartmentObject(const compartment_type & compartment)explicit
  • ShipCompartmentObject()