Then you would just multiply the vertex with a scale factor (float) or scale vector .
for each vertex: vertex *= scale
OR
you can just set a different transform (“meshToWorld”) for the exported mesh data.
Then you would just multiply the vertex with a scale factor (float) or scale vector .
for each vertex: vertex *= scale
OR
you can just set a different transform (“meshToWorld”) for the exported mesh data.