Engine
Frameworkcreatedbymeusableforthecreationofsimplegames.CurrentlysupportsOpenGL(Verysimple)andVulkan.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
Engine
Utility
Vertex.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <ThirdParty/glm/glm/glm.hpp>
6
class
Vertex
7
{
8
public
:
9
glm::vec3
position
;
10
glm::vec3
normal
;
11
glm::vec2
texCoords
;
12
float
boneWeights
[4];
13
uint32_t
boneIds
[4];
14
};
Vertex::texCoords
glm::vec2 texCoords
Definition:
Vertex.hpp:11
Vertex::normal
glm::vec3 normal
Definition:
Vertex.hpp:10
Vertex::position
glm::vec3 position
Definition:
Vertex.hpp:9
Vertex::boneWeights
float boneWeights[4]
Definition:
Vertex.hpp:12
Vertex::boneIds
uint32_t boneIds[4]
Definition:
Vertex.hpp:13
Vertex
This object is used to store general data for a vertex.
Definition:
Vertex.hpp:6
Generated by
1.8.11