initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef STANDARDVERTEX
|
||||
#define STANDARDVERTEX
|
||||
|
||||
#include <vector>
|
||||
struct StandardVertex
|
||||
{
|
||||
float position[3];
|
||||
float text_coord0[2];
|
||||
uint32_t chunk_id[3];
|
||||
float normal[3];
|
||||
float bitanget[3];
|
||||
float tangent[3];
|
||||
|
||||
};
|
||||
#endif /* STANDARDVERTEX */
|
||||
Reference in New Issue
Block a user