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>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "BlocksRenderer.hpp"
|
||||
|
||||
#include <graphics/core/Mesh.hpp>
|
||||
#include "../../maths/UVRegion.hpp"
|
||||
#include <maths/UVRegion.hpp>
|
||||
#include <constants.hpp>
|
||||
#include <content/Content.hpp>
|
||||
#include <voxels/Block.hpp>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#ifndef GRAPHICS_RENDER_MODEL_BATCH_HPP_
|
||||
#define GRAPHICS_RENDER_MODEL_BATCH_HPP_
|
||||
|
||||
#include "../../maths/UVRegion.hpp"
|
||||
#include <maths/UVRegion.hpp>
|
||||
|
||||
#include <memory>
|
||||
#include <vector>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <graphics/core/DrawContext.hpp>
|
||||
#include "../../window/Window.hpp"
|
||||
#include "../../window/Camera.hpp"
|
||||
#include "../../maths/UVRegion.hpp"
|
||||
#include <maths/UVRegion.hpp>
|
||||
|
||||
#include <cmath>
|
||||
#include <iostream>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <typedefs.hpp>
|
||||
#include "../../maths/fastmaths.hpp"
|
||||
#include <maths/fastmaths.hpp>
|
||||
|
||||
class Mesh;
|
||||
class Shader;
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
#include <items/ItemStack.hpp>
|
||||
#include <logic/PlayerController.hpp>
|
||||
#include <logic/scripting/scripting_hud.hpp>
|
||||
#include "../../maths/FrustumCulling.hpp"
|
||||
#include "../../maths/voxmaths.hpp"
|
||||
#include <maths/FrustumCulling.hpp>
|
||||
#include <maths/voxmaths.hpp>
|
||||
#include <objects/Entities.hpp>
|
||||
#include <objects/Player.hpp>
|
||||
#include <settings.hpp>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <graphics/core/Texture.hpp>
|
||||
#include <graphics/core/Atlas.hpp>
|
||||
#include <assets/Assets.hpp>
|
||||
#include "../../../maths/UVRegion.hpp"
|
||||
#include <maths/UVRegion.hpp>
|
||||
|
||||
using namespace gui;
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <items/ItemDef.hpp>
|
||||
#include <items/ItemStack.hpp>
|
||||
#include <logic/scripting/scripting.hpp>
|
||||
#include "../../../maths/voxmaths.hpp"
|
||||
#include <maths/voxmaths.hpp>
|
||||
#include <objects/Player.hpp>
|
||||
#include <util/stringutil.hpp>
|
||||
#include <voxels/Block.hpp>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include <frontend/locale.hpp>
|
||||
#include <items/Inventory.hpp>
|
||||
#include <logic/scripting/scripting.hpp>
|
||||
#include "../../maths/voxmaths.hpp"
|
||||
#include <maths/voxmaths.hpp>
|
||||
#include <util/stringutil.hpp>
|
||||
#include "../../window/Events.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user