text uses material

This commit is contained in:
devZoGok
2021-10-19 19:06:41 +03:00
parent 808bb4cbfa
commit a4fed6f062
8 changed files with 29 additions and 25 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#ifndef QUAD_H
#define QUAD_H
#include"vector.h"
#include"mesh.h"
#include "vector.h"
#include "mesh.h"
namespace vb01{
class Quad : public Mesh{