From f8b1d8095eb87a927750c3ceeff4cc7d4138a077 Mon Sep 17 00:00:00 2001 From: Rye Mutt Date: Tue, 9 Jul 2024 20:51:38 -0400 Subject: Update meshoptimizer package to 0.21 (#1948) --- autobuild.xml | 24 +++++++++++++++++++----- indra/llmeshoptimizer/llmeshoptimizer.cpp | 2 ++ 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/autobuild.xml b/autobuild.xml index 9be112524b..beabf2fd06 100644 --- a/autobuild.xml +++ b/autobuild.xml @@ -1603,11 +1603,11 @@ archive hash - 3bf88febd23656327a4ee2a3ebe99cae4b15573e + 3d173e176e9777f1b10f54fe0bd1c735a65b56e5 hash_algorithm sha1 url - https://github.com/secondlife/3p-meshoptimizer/releases/download/v160-032f20a/meshoptimizer-160-darwin64-032f20a.tar.zst + https://github.com/secondlife/3p-meshoptimizer/releases/download/v210-r1/meshoptimizer-210-darwin64-9846246058.tar.zst name darwin64 @@ -1617,15 +1617,29 @@ archive hash - 13c0a33d9c49cc07b354527c7ef992d33f854c59 + 6777467d1d06064351c27f70d556fdcba8420c52 hash_algorithm sha1 url - https://github.com/secondlife/3p-meshoptimizer/releases/download/v160-032f20a/meshoptimizer-160-windows64-032f20a.tar.zst + https://github.com/secondlife/3p-meshoptimizer/releases/download/v210-r1/meshoptimizer-210-windows64-9846246058.tar.zst name windows64 + linux64 + + archive + + hash + 17eb4a03f94d363e9ad8b096ac590e0649cf91fa + hash_algorithm + sha1 + url + https://github.com/secondlife/3p-meshoptimizer/releases/download/v210-r1/meshoptimizer-210-linux64-9846246058.tar.zst + + name + linux64 + license meshoptimizer @@ -1634,7 +1648,7 @@ copyright Copyright (c) 2016-2021 Arseny Kapoulkine version - 160 + 210 name meshoptimizer canonical_repo diff --git a/indra/llmeshoptimizer/llmeshoptimizer.cpp b/indra/llmeshoptimizer/llmeshoptimizer.cpp index 52ed9b9526..7339454367 100644 --- a/indra/llmeshoptimizer/llmeshoptimizer.cpp +++ b/indra/llmeshoptimizer/llmeshoptimizer.cpp @@ -291,6 +291,7 @@ U64 LLMeshOptimizer::simplifyU32(U32 *destination, vertex_positions_stride, target_index_count, target_error, + 0, result_error ); } @@ -332,6 +333,7 @@ U64 LLMeshOptimizer::simplify(U16 *destination, vertex_positions_stride, target_index_count, target_error, + 0, result_error ); } -- cgit v1.2.3