Preparazione per controllo accelerazione tangenziale

This commit is contained in:
2026-06-20 17:40:06 +02:00
parent 51c620ef4d
commit ef2e09ef0f
7 changed files with 16 additions and 2 deletions
@@ -13,6 +13,7 @@ struct collection{
class CollectionInterface{
public:
virtual collection create(ReferencePlane plane) = 0;
virtual void update() = 0;
virtual bool setTransparency(float alpha) = 0;
virtual ~CollectionInterface(){};
};