add instructions

This commit is contained in:
ABelliqueux 2020-12-29 15:32:14 +01:00
parent 8260b4b33c
commit d2b1e839ba

View File

@ -8,6 +8,7 @@ Specifically, it generates a C file containing :
* an array of SVECTOR containing the vertices coordinates
* an array of SVECTOR containing the normals
* an array of SVECTOR containing the UV coordinates of the texture
* an array of CVECTOR containing the color of each vertex
* an array of int that describe the relation between the tri meshes
* a TMESH struct to ease access to those arrays