Final Changes before submission

This commit is contained in:
IDunnoDev
2025-07-04 17:32:39 +01:00
committed by iDunnoDev
parent eeea920e45
commit ab6deb3cc2
7 changed files with 721 additions and 370 deletions

View File

@ -78,6 +78,8 @@ public:
void CalculateVertexNormals();
void Sort(void);
void CalculateUVPerspective(void);
private:
vector<Polygon3D> _polygons;
vector<Vertex> _vertices;