#include "scene/GameObject.h"
#include "Engine.h"
#include "graphics/VertexLayout.h"
#include "graphics/Texture.h"
#include "render/Material.h"
#include "render/Mesh.h"
#include "scene/components/MeshComponent.h"
#include "scene/components/AnimationComponent.h"
#include <glm/gtc/matrix_transform.hpp>
#include <glm/glm.hpp>
#include <glm/gtc/type_ptr.hpp>
#include <glm/gtx/matrix_decompose.hpp>
#include <cgltf.h>
Go to the source code of this file.
◆ CGLTF_IMPLEMENTATION
| #define CGLTF_IMPLEMENTATION |
◆ GLM_ENABLE_EXPERIMENTAL
| #define GLM_ENABLE_EXPERIMENTAL |