feat: friend class mesh for vertex
This commit is contained in:
@ -3,7 +3,10 @@
|
|||||||
|
|
||||||
#include <glm/glm.hpp>
|
#include <glm/glm.hpp>
|
||||||
|
|
||||||
|
#include "renderer/mesh.h"
|
||||||
|
|
||||||
class Vertex {
|
class Vertex {
|
||||||
|
friend class Mesh;
|
||||||
private:
|
private:
|
||||||
glm::vec3 m_position;
|
glm::vec3 m_position;
|
||||||
glm::vec3 m_normal;
|
glm::vec3 m_normal;
|
||||||
|
Reference in New Issue
Block a user