maths/
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#include "Texture.hpp"
|
||||
#include "ImageData.hpp"
|
||||
#include "../../maths/LMPacker.hpp"
|
||||
#include <maths/LMPacker.hpp>
|
||||
|
||||
#include <stdexcept>
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <vector>
|
||||
#include <optional>
|
||||
#include <unordered_map>
|
||||
#include "../../maths/UVRegion.hpp"
|
||||
#include <maths/UVRegion.hpp>
|
||||
#include <typedefs.hpp>
|
||||
|
||||
class ImageData;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include "Mesh.hpp"
|
||||
#include "Texture.hpp"
|
||||
#include "gl_util.hpp"
|
||||
#include "../../maths/UVRegion.hpp"
|
||||
#include <maths/UVRegion.hpp>
|
||||
|
||||
#include <GL/glew.h>
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
#include "commons.hpp"
|
||||
#include "../../maths/UVRegion.hpp"
|
||||
#include <maths/UVRegion.hpp>
|
||||
|
||||
class Mesh;
|
||||
class Texture;
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
#include <GL/glew.h>
|
||||
#include <typedefs.hpp>
|
||||
#include "../../maths/UVRegion.hpp"
|
||||
#include <maths/UVRegion.hpp>
|
||||
|
||||
/// xyz, uv, rgba
|
||||
inline constexpr uint B3D_VERTEX_SIZE = 9;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#define GRAPHICS_CORE_TEXTURE_HPP_
|
||||
|
||||
#include <typedefs.hpp>
|
||||
#include "../../maths/UVRegion.hpp"
|
||||
#include <maths/UVRegion.hpp>
|
||||
#include "ImageData.hpp"
|
||||
|
||||
#include <memory>
|
||||
|
||||
Reference in New Issue
Block a user