|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <physicmesh.h>
Public Member Functions | |
| PhysicMesh ()=default | |
| PhysicMesh (const ProtoMesh &proto, DynamicWorld &owner, bool movable) | |
| bool | isEmpty () const |
| void | setObjMatrix (const Tempest::Matrix4x4 &m) |
| void | setSkeleton (const Skeleton *sk) |
| void | setPose (const Pose &p) |
| void | setInteractive (Interactive *it) |
Definition at line 10 of file physicmesh.h.
|
default |
| PhysicMesh::PhysicMesh | ( | const ProtoMesh & | proto, |
| DynamicWorld & | owner, | ||
| bool | movable | ||
| ) |
Definition at line 8 of file physicmesh.cpp.
| bool PhysicMesh::isEmpty | ( | ) | const |
Definition at line 22 of file physicmesh.cpp.
| void PhysicMesh::setInteractive | ( | Interactive * | it | ) |
Definition at line 55 of file physicmesh.cpp.
| void PhysicMesh::setObjMatrix | ( | const Tempest::Matrix4x4 & | m | ) |
Definition at line 26 of file physicmesh.cpp.
| void PhysicMesh::setPose | ( | const Pose & | p | ) |
Definition at line 36 of file physicmesh.cpp.
| void PhysicMesh::setSkeleton | ( | const Skeleton * | sk | ) |
Definition at line 30 of file physicmesh.cpp.