3D editor stable with path tracer
This commit is contained in:
parent
19706ed738
commit
e8001cd95b
11 changed files with 144 additions and 19 deletions
|
|
@ -80,8 +80,6 @@ namespace tp {
|
|||
bool operator==(const RGBA& in) const { return r == in.r && g == in.g && b == in.b && a == in.a; }
|
||||
|
||||
public:
|
||||
flt4 a;
|
||||
|
||||
union {
|
||||
RGB rgbs;
|
||||
|
||||
|
|
@ -91,6 +89,8 @@ namespace tp {
|
|||
flt4 b;
|
||||
};
|
||||
};
|
||||
|
||||
flt4 a;
|
||||
};
|
||||
|
||||
class HSVA {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue