Skip to content

Commit 6a5e654

Browse files
committed
vertexfilter: Mark meshopt_EncodeExpClamped as stable
Exponent clamping works well and we do not seem to urgently require further customization options; if needed, they can be provided additively in the future via extra enum values or functions.
1 parent 4cee4aa commit 6a5e654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meshoptimizer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ enum meshopt_EncodeExpMode
358358
meshopt_EncodeExpSharedVector,
359359
/* When encoding exponents, use shared value for each component of all vectors (best compression) */
360360
meshopt_EncodeExpSharedComponent,
361-
/* Experimental: When encoding exponents, use separate values for each component, but clamp to 0 (good quality if very small values are not important) */
361+
/* When encoding exponents, use separate values for each component, but clamp to 0 (good quality if very small values are not important) */
362362
meshopt_EncodeExpClamped,
363363
};
364364

0 commit comments

Comments
 (0)