Conversation
... except .js files that will be bulk rebuilt instead.
Clusterizer gains fp consistency improvements, encoder gains the fix to exp0 handling; all other files just get version updates as the binaries are already up to date.
Add missing documentation for simplifyWithUpdate and simplifySloppy; nothing changed in this release but these have been stable since 1.0.
There are no expected changes in the function interfaces at this point, and the encoding format is stable. Future implementation-only changes may include encoding improvements, decoding performance tweaks and relaxing some limits (e.g. triangle_count is currently limited to 256 but might go up to 512 in the future), but all of these can be done after stabilization.
Mark meshlet functions as stable and add a note to data compatibility section for meshlet encoding; it's frameless so future versions will not change the format, but applications may want a version number in case they decide to adopt future improvements distributed as new functions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Targeting next week, pending more testing and documentation updates.
Stabilized in this release:
meshopt_SimplifyVertex_Priorityflag forvertex_lockparameter tomeshopt_simplify*functionsmeshopt_SimplifyRegularizeLightflag formeshopt_simplify*functionsmeshopt_encode/decodeMeshlet*functions (meshopt_encodeMeshlet,meshopt_encodeMeshletBound,meshopt_decodeMeshlet,meshopt_decodeMeshletRaw)meshopt_extractMeshletIndicesandmeshopt_optimizeMeshletLevelfunctionsStill experimental in this release:
meshopt_SimplifyPermissivemode formeshopt_simplify*functionsmeshopt_opacityMap*functions (meshopt_opacityMapMeasure,meshopt_opacityMapRasterize,meshopt_opacityMapCompact,meshopt_opacityMapEntrySize)New experimental functionality in this release:
meshopt_generateTangentsfunction andmeshopt_Tangent*flagsmeshopt_filterIndexBufferandmeshopt_filterIndexBufferMultifunctionsmeshopt_computePositionExponentfunctionThe next release will likely stabilize all of the above; permissive mode may need a few more behavior changes, the other functions might be stabilized as is or might see interface/implementation tweaks.