Aggiunto cambio direzione per corretta visualizzaione dx/sx

This commit is contained in:
2026-06-19 19:04:28 +02:00
parent a16cc97048
commit fa6d6cf76e
7 changed files with 30 additions and 8 deletions
+1
View File
@@ -13,6 +13,7 @@ class Gamba : public CollectionInterface {
Gamba(rb::Vector3 pos, unsigned int* dataPos, std::string cosciaData, std::string cavigliaData);
collection create(ReferencePlane plane) override;
PieceInterface* getJointPiece();
void setDirection(Direction dir);
};
#endif