Merge branch 'master' into fs_emboss
This commit is contained in:
commit
34304a40bf
42 changed files with 1155 additions and 695 deletions
|
@ -828,7 +828,7 @@ public:
|
|||
|
||||
class WipeTowerInfo {
|
||||
protected:
|
||||
Vec2d m_pos = {std::nan(""), std::nan("")};
|
||||
Vec2d m_pos = {NaNd, NaNd};
|
||||
double m_rotation = 0.;
|
||||
BoundingBoxf m_bb;
|
||||
friend class GLCanvas3D;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue