WIP crafter.math
This commit is contained in:
parent
98b775e33e
commit
84099f07ed
11 changed files with 139 additions and 310 deletions
|
|
@ -29,7 +29,7 @@ namespace Crafter {
|
|||
float z;
|
||||
float w;
|
||||
};
|
||||
export struct Vertex_xf32_yf32_zf32_wf32_uf32_vf32 {
|
||||
export struct __attribute__((packed)) VertexUV {
|
||||
float x;
|
||||
float y;
|
||||
float z;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue