groupbar: various visual improvements
added rounding, round at edges, and indicator height
This commit is contained in:
parent
ac5668192e
commit
9c38287410
7 changed files with 121 additions and 22 deletions
|
|
@ -10,6 +10,7 @@ class CRectPassElement : public IPassElement {
|
|||
float roundingPower = 2.0f;
|
||||
bool blur = false, xray = false;
|
||||
float blurA = 1.F;
|
||||
CBox clipBox;
|
||||
};
|
||||
|
||||
CRectPassElement(const SRectData& data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue