Browse Source

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

xatlas should be using the options configured here
Rémi Verschelde 4 years ago
parent
commit
2a0de6d88c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/xatlas_unwrap/register_types.cpp

+ 1 - 1
modules/xatlas_unwrap/register_types.cpp

@@ -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));
 	ERR_FAIL_COND_V_MSG(err != xatlas::AddMeshError::Success, false, xatlas::StringForEnum(err));
 
 
 	printf("Generate..\n");
 	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_x = atlas->width;
 	*r_size_hint_y = atlas->height;
 	*r_size_hint_y = atlas->height;