Update meshoptimizer package to 0.21 (#1948)

master
Rye Mutt 2024-07-09 20:51:38 -04:00 committed by GitHub
parent e101d1aa28
commit f8b1d8095e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 21 additions and 5 deletions

View File

@ -1603,11 +1603,11 @@
<key>archive</key> <key>archive</key>
<map> <map>
<key>hash</key> <key>hash</key>
<string>3bf88febd23656327a4ee2a3ebe99cae4b15573e</string> <string>3d173e176e9777f1b10f54fe0bd1c735a65b56e5</string>
<key>hash_algorithm</key> <key>hash_algorithm</key>
<string>sha1</string> <string>sha1</string>
<key>url</key> <key>url</key>
<string>https://github.com/secondlife/3p-meshoptimizer/releases/download/v160-032f20a/meshoptimizer-160-darwin64-032f20a.tar.zst</string> <string>https://github.com/secondlife/3p-meshoptimizer/releases/download/v210-r1/meshoptimizer-210-darwin64-9846246058.tar.zst</string>
</map> </map>
<key>name</key> <key>name</key>
<string>darwin64</string> <string>darwin64</string>
@ -1617,15 +1617,29 @@
<key>archive</key> <key>archive</key>
<map> <map>
<key>hash</key> <key>hash</key>
<string>13c0a33d9c49cc07b354527c7ef992d33f854c59</string> <string>6777467d1d06064351c27f70d556fdcba8420c52</string>
<key>hash_algorithm</key> <key>hash_algorithm</key>
<string>sha1</string> <string>sha1</string>
<key>url</key> <key>url</key>
<string>https://github.com/secondlife/3p-meshoptimizer/releases/download/v160-032f20a/meshoptimizer-160-windows64-032f20a.tar.zst</string> <string>https://github.com/secondlife/3p-meshoptimizer/releases/download/v210-r1/meshoptimizer-210-windows64-9846246058.tar.zst</string>
</map> </map>
<key>name</key> <key>name</key>
<string>windows64</string> <string>windows64</string>
</map> </map>
<key>linux64</key>
<map>
<key>archive</key>
<map>
<key>hash</key>
<string>17eb4a03f94d363e9ad8b096ac590e0649cf91fa</string>
<key>hash_algorithm</key>
<string>sha1</string>
<key>url</key>
<string>https://github.com/secondlife/3p-meshoptimizer/releases/download/v210-r1/meshoptimizer-210-linux64-9846246058.tar.zst</string>
</map>
<key>name</key>
<string>linux64</string>
</map>
</map> </map>
<key>license</key> <key>license</key>
<string>meshoptimizer</string> <string>meshoptimizer</string>
@ -1634,7 +1648,7 @@
<key>copyright</key> <key>copyright</key>
<string>Copyright (c) 2016-2021 Arseny Kapoulkine</string> <string>Copyright (c) 2016-2021 Arseny Kapoulkine</string>
<key>version</key> <key>version</key>
<string>160</string> <string>210</string>
<key>name</key> <key>name</key>
<string>meshoptimizer</string> <string>meshoptimizer</string>
<key>canonical_repo</key> <key>canonical_repo</key>

View File

@ -291,6 +291,7 @@ U64 LLMeshOptimizer::simplifyU32(U32 *destination,
vertex_positions_stride, vertex_positions_stride,
target_index_count, target_index_count,
target_error, target_error,
0,
result_error result_error
); );
} }
@ -332,6 +333,7 @@ U64 LLMeshOptimizer::simplify(U16 *destination,
vertex_positions_stride, vertex_positions_stride,
target_index_count, target_index_count,
target_error, target_error,
0,
result_error result_error
); );
} }