refactor export equirectangular
This commit is contained in:
@@ -188,7 +188,7 @@ public:
|
||||
void stroke_end();
|
||||
void stroke_cancel();
|
||||
void stroke_commit();
|
||||
void draw_merge(std::array<bool, 6> faces = SIXPLETTE(true));
|
||||
void draw_merge(bool draw_checkerboard, std::array<bool, 6> faces = SIXPLETTE(true));
|
||||
void clear(const glm::vec4& color = { 1, 1, 1, 0 });
|
||||
void clear_all();
|
||||
void pick_start();
|
||||
|
||||
Reference in New Issue
Block a user