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 -1
View File
@@ -9,7 +9,7 @@
*/
#include <stdio.h>
#include <string>
#include <iomanip>
#include <sstream>
#include "math/m4x4.hpp"
+2 -1
View File
@@ -8,8 +8,9 @@
# Sandro Sobczyński <sandro.sobczynski@gmail.com>
*/
#include <string>
#include "math/vec4.hpp"
#include <iomanip>
#include <sstream>
#include "math/plane.hpp"
namespace Tyra {
+1
View File
@@ -9,6 +9,7 @@
*/
#include "math/vec2.hpp"
#include <iomanip>
namespace Tyra {
+3
View File
@@ -9,6 +9,9 @@
*/
#include "math/vec4.hpp"
#include <iomanip>
#include <cmath>
#include <sstream>
namespace Tyra {