]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/Reve/TriangleSet.h
Record changes.
[u/mrichter/AliRoot.git] / EVE / Reve / TriangleSet.h
index 2231455b119dd9f6b4b4f0c28f6413852d7a4de8..59780219d96bace4821b9bfe2edcaab94fe951bf 100644 (file)
@@ -40,6 +40,7 @@ protected:
   // --------------------------------------------------------------
 
   Color_t  fColor;
+  UShort_t fTransp;
   ZTrans   fHMTrans;
 
 public:
@@ -72,6 +73,9 @@ public:
   Color_t GetColor() const { return fColor; }
   void SetColor(Color_t c) { fColor = c; }
 
+  UShort_t GetTransparency() const { return fTransp; }
+  void SetTransparency(UShort_t tr) { fTransp = tr; } // *MENU*
+
   ZTrans& RefHMTrans() { return fHMTrans; }
   void SetTransMatrix(Double_t* carr)        { fHMTrans.SetFrom(carr); }
   void SetTransMatrix(const TGeoMatrix& mat) { fHMTrans.SetFrom(mat);  }