Registry / other / meshoptimizer

meshoptimizer

JSON →
library1.0.1vcpkgunverified

Mesh optimization library that makes meshes smaller and faster to render

vcpkg install meshoptimizer
INSTALL
IMPORT
SIG · MESHOPTIMIZER
M
meshoptimizer
othercppv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

meshoptimizer.h
#include <meshoptimizer.h>

Optimize mesh indices for vertex cache efficiency

#include <meshoptimizer.h> // Optimize a mesh for vertex cache std::vector<unsigned int> indices = { /* original indices */ }; std::vector<unsigned int> optimized(indices.size()); meshopt_optimizeVertexCache(optimized.data(), indices.data(), indices.size(), vertex_count); // Use optimized indices for rendering
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

meshoptimizer — pip install meshoptimizer · libregistry