Skip to content

Tags: zeux/meshoptimizer

Tags

v0.21

Toggle v0.21's commit message
js: Adjust simplify/simplifyWithAttributes assertions

To make ErrorAbsolute mode useful in JS, it needs to allow values
outside of 0..1 range; for simplicity we just remove the upper bound for
now.

Also, previously flags could contain values that are not recognized as
valid options and this would silently work; these are now checked with
assertions to prevent mistakes.

v0.20

Toggle v0.20's commit message
Update version to 0.20

v0.19

Toggle v0.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #554 from zeux/update-node

Update versions of setup-node and upload-artifact

v0.18

Toggle v0.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #447 from zeux/nextver

Update version to 0.18 and copyright year to 2022

v0.17

Toggle v0.17's commit message
js: Update meshopt_encoder.module from NPM builds

v0.16

Toggle v0.16's commit message
Update README.md

The previous change missed one version number due to the use of "whole
word" string search.

v0.15

Toggle v0.15's commit message
gltfpack: Update npm version to 0.15.1

This is to fix the I/O issue with node.js and small files.

v0.14

Toggle v0.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

Mention meshopt_optimizeVertexCacheStrip and meshopt_encodeIndexVersion.

v0.13

Toggle v0.13's commit message
demo: Update to three.js r111

Cloudflare has r109 as the latest version, so switch to jsdelivr.

v0.12

Toggle v0.12's commit message
gltfpack: Fix bufferView alignment

Instead of aligning *after* the offset for a buffer view was computed,
we now align each chunk that is written to the binary. This makes sure
that the start of the next chunk as well as the entire resulting buffer
is 4b aligned.