mesh base

This commit is contained in:
h4570
2022-07-18 20:08:57 +02:00
parent ecfaef1b85
commit c56c3d76db
24 changed files with 86 additions and 27 deletions
+1
View File
@@ -12,6 +12,7 @@
#include "math/vec4.hpp"
#include "math/math.hpp"
#include <string>
namespace Tyra {
+2
View File
@@ -10,6 +10,8 @@
#pragma once
#include "./vec4.hpp"
#include <string>
namespace Tyra {
-1
View File
@@ -15,7 +15,6 @@ extern "C" {
#include <tamtypes.h>
}
#include <iomanip>
#include <string>
#include "math/math.hpp"
-3
View File
@@ -16,9 +16,6 @@ extern "C" {
}
#include <math3d.h>
#include <iomanip>
#include <cmath>
#include <sstream>
#include <string>
#include "math/math.hpp"