implemented overlays and text, need depth configuration

This commit is contained in:
devZoGok
2021-10-18 19:05:04 +03:00
parent d1f2f9b152
commit 7a8a178a74
26 changed files with 544 additions and 73 deletions
+3
View File
@@ -7,6 +7,9 @@ namespace vb01{
class Box : public Mesh{
public:
Box(Vector3);
void setSize(Vector3);
private:
Vector3 size;
};
}