draw onion

This commit is contained in:
2019-10-15 18:12:23 +02:00
parent b096d250e2
commit f7baa9083f
3 changed files with 55 additions and 30 deletions

View File

@@ -54,9 +54,9 @@ public:
void optimize();
int memsize() const;
};
RTT& rtt(int i);
glm::vec4& box(int i);
bool& face(int i);
RTT& rtt(int i, int frame = -1);
glm::vec4& box(int i, int frame = -1);
bool& face(int i, int frame = -1);
LayerFrame& frame();
void resize(int width, int height);
bool create(int width, int height, std::string name);