template <class T>
class vtb::graphics::Hull
Base classes
  • public Object3D
  • public Drawable3D
Types
Methods
  • setCameraObject(Object3D * rhs) -> void
  • diffuseColor() -> Color4 &
  • transparent(bool b) -> void
  • showForcesPtr() -> bool *
  • showForces(bool b) -> void
  • show(bool b) -> void
  • setColor(const vec3 & color) -> void
  • init(const testbed_type & testbed) -> void
  • step(const testbed_type & testbed) -> void
  • clear() -> void
  • setHull(const polyhedron_type & hull) -> void
  • draw(const Matrix4 & m, Camera3D & camera) -> void
  • Hull()