mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 10:36:22 +02:00
remove cruft, formatting
This commit is contained in:
parent
0c803cd82b
commit
a58f0fe76e
2 changed files with 0 additions and 6 deletions
|
@ -1002,12 +1002,8 @@ float EntityItem::getRadius() const {
|
||||||
return 0.5f * glm::length(_dimensions);
|
return 0.5f * glm::length(_dimensions);
|
||||||
}
|
}
|
||||||
|
|
||||||
void EntityItem::getReadyToComputeShape() {
|
|
||||||
}
|
|
||||||
|
|
||||||
void EntityItem::computeShapeInfo(ShapeInfo& info) {
|
void EntityItem::computeShapeInfo(ShapeInfo& info) {
|
||||||
info.setParams(getShapeType(), 0.5f * getDimensions());
|
info.setParams(getShapeType(), 0.5f * getDimensions());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const float MIN_POSITION_DELTA = 0.0001f;
|
const float MIN_POSITION_DELTA = 0.0001f;
|
||||||
|
|
|
@ -299,8 +299,6 @@ public:
|
||||||
static void setSendPhysicsUpdates(bool value) { _sendPhysicsUpdates = value; }
|
static void setSendPhysicsUpdates(bool value) { _sendPhysicsUpdates = value; }
|
||||||
static bool getSendPhysicsUpdates() { return _sendPhysicsUpdates; }
|
static bool getSendPhysicsUpdates() { return _sendPhysicsUpdates; }
|
||||||
|
|
||||||
virtual void getReadyToComputeShape();
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
static bool _sendPhysicsUpdates;
|
static bool _sendPhysicsUpdates;
|
||||||
|
|
Loading…
Reference in a new issue