meshoptimizer.txt 531 B

12345678910
  1. The meshoptimizer library is not included as part of the O3DE.
  2. When adding and compiling this Gem, compile the meshoptimizer
  3. library and add it as part of Meshlets.Static project (for example, in
  4. Visual Studio you simply add the library file to the project).
  5. Once this is done, the Gem should compile and link properly to allow you
  6. to run the ASV sample 'Meshlets' (created with the MeshletsExampleComponent)
  7. The meshoptimizer library and source can be found in the following Github link:
  8. https://github.com/zeux/meshoptimizer