Updated Vertex struct
Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
@@ -7,10 +7,11 @@
|
|||||||
#include "MeshLoader.h"
|
#include "MeshLoader.h"
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
Vec4 pos;
|
Vec4 position;
|
||||||
Vec4 nor;
|
Vec4 normal;
|
||||||
Vec4 col;
|
|
||||||
Vec4 uv;
|
Vec4 uv;
|
||||||
|
Vec4 tangent;
|
||||||
|
Vec4 bitangent;
|
||||||
} Vertex;
|
} Vertex;
|
||||||
|
|
||||||
MeshAsset
|
MeshAsset
|
||||||
|
|||||||
Reference in New Issue
Block a user