mesh base
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string>
|
||||
#include <iomanip>
|
||||
#include <sstream>
|
||||
#include "math/m4x4.hpp"
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
*/
|
||||
|
||||
#include "math/vec2.hpp"
|
||||
#include <iomanip>
|
||||
|
||||
namespace Tyra {
|
||||
|
||||
|
||||
@@ -9,6 +9,9 @@
|
||||
*/
|
||||
|
||||
#include "math/vec4.hpp"
|
||||
#include <iomanip>
|
||||
#include <cmath>
|
||||
#include <sstream>
|
||||
|
||||
namespace Tyra {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user