Brunot
Loading...
Searching...
No Matches
Mesh.cpp File Reference
#include "Mesh.h"
#include <filesystem>
#include "System/opengl.h"
#include <Eigen/Dense>
#include <utility>
#include <spdlog/common.h>
#include "Shader.h"
#include "Texture.h"
#include "Utility/Math/AffineMatrix.h"
#include "System/Logging.h"
#include "Vertex.h"
#include "imgui.h"
Include dependency graph for Mesh.cpp:

Classes

struct  Vertex

Functions

auto to_json (json &j, const Mesh &a) ->void
auto from_json (const json &j, Mesh &a) ->void

Function Documentation

◆ from_json()

auto from_json ( const json & j,
Mesh & a )->void

◆ to_json()

auto to_json ( json & j,
const Mesh & a )->void