split transform into cut and copy commands and implement history
This commit is contained in:
@@ -97,6 +97,7 @@ public:
|
||||
return create_buffers(vertices, sizeof(vertex_t) * vcount);
|
||||
}
|
||||
void update_vertices(vertex_t* vertices, int vcount);
|
||||
void clear() { update_vertices(nullptr, 0); }
|
||||
};
|
||||
|
||||
class Plane : public Shape
|
||||
|
||||
Reference in New Issue
Block a user