Merge pull request #44044 from Wavesonics/xatlas-options-master

xatlas should be using the options configured here
This commit is contained in:
Rémi Verschelde 2020-12-02 20:53:54 +01:00 committed by GitHub
commit 2a0de6d88c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,7 +145,7 @@ bool xatlas_mesh_lightmap_unwrap_callback(float p_texel_size, const float *p_ver
ERR_FAIL_COND_V_MSG(err != xatlas::AddMeshError::Success, false, xatlas::StringForEnum(err));
printf("Generate..\n");
xatlas::Generate(atlas, chart_options, xatlas::PackOptions());
xatlas::Generate(atlas, chart_options, pack_options);
*r_size_hint_x = atlas->width;
*r_size_hint_y = atlas->height;