Added comment to explain MeshRenderData.orco

This commit is contained in:
Sybren A. Stüvel
2018-04-18 14:13:16 +02:00
parent c67a2bd5ba
commit 3bacd17b1c

View File

@@ -132,7 +132,7 @@ typedef struct MeshRenderData {
MEdge *medge;
MLoop *mloop;
MPoly *mpoly;
float (*orco)[3];
float (*orco)[3]; /* vertex coordinates normalized to bounding box */
MDeformVert *dvert;
MLoopUV *mloopuv;
MLoopCol *mloopcol;