mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
add polyvox entities to physics engine
This commit is contained in:
parent
ef7e908675
commit
22b6607760
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ public:
|
||||||
glm::mat4 localToVoxelMatrix() const;
|
glm::mat4 localToVoxelMatrix() const;
|
||||||
|
|
||||||
virtual ShapeType getShapeType() const;
|
virtual ShapeType getShapeType() const;
|
||||||
|
virtual bool shouldBePhysical() const { return true; }
|
||||||
virtual bool isReadyToComputeShape();
|
virtual bool isReadyToComputeShape();
|
||||||
virtual void computeShapeInfo(ShapeInfo& info);
|
virtual void computeShapeInfo(ShapeInfo& info);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue