Aggiuto controllo trasparenza nelle collezioni

This commit is contained in:
2026-06-20 09:57:53 +02:00
parent 83f132a1c4
commit fc5eba1279
5 changed files with 20 additions and 1 deletions
@@ -13,6 +13,7 @@ struct collection{
class CollectionInterface{
public:
virtual collection create(ReferencePlane plane) = 0;
virtual bool setTransparency(float alpha) = 0;
virtual ~CollectionInterface(){};
};