mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
cleanup comments
This commit is contained in:
parent
6b03e671d8
commit
cd6bf9d461
2 changed files with 1 additions and 4 deletions
|
@ -36,7 +36,7 @@ void PhysicalEntitySimulation::init(
|
||||||
|
|
||||||
// begin EntitySimulation overrides
|
// begin EntitySimulation overrides
|
||||||
void PhysicalEntitySimulation::updateEntitiesInternal(const quint64& now) {
|
void PhysicalEntitySimulation::updateEntitiesInternal(const quint64& now) {
|
||||||
// TODO: add back non-physical kinematic objects and step them forward here
|
// Do nothing here because the "internal" update the PhysicsEngine::stepSimualtion() which is done elsewhere.
|
||||||
}
|
}
|
||||||
|
|
||||||
void PhysicalEntitySimulation::addEntityInternal(EntityItemPointer entity) {
|
void PhysicalEntitySimulation::addEntityInternal(EntityItemPointer entity) {
|
||||||
|
|
|
@ -19,11 +19,8 @@
|
||||||
|
|
||||||
// translates between ShapeInfo and btShape
|
// translates between ShapeInfo and btShape
|
||||||
|
|
||||||
// TODO: rename this to ShapeFactory
|
|
||||||
namespace ShapeFactory {
|
namespace ShapeFactory {
|
||||||
|
|
||||||
btConvexHullShape* createConvexHull(const QVector<glm::vec3>& points);
|
btConvexHullShape* createConvexHull(const QVector<glm::vec3>& points);
|
||||||
|
|
||||||
btCollisionShape* createShapeFromInfo(const ShapeInfo& info);
|
btCollisionShape* createShapeFromInfo(const ShapeInfo& info);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue