V0.0.1 Alpha Released
Welcome to Java Mesh Optimizer Tool!
Version: 0.0.1 Alpha
- PAGE_UP: Camera zoom in
- PAGE_DOWN: Camera zoom out
- HOME: Reset camera
- F KEY: Toggle FullScreen Mode
- ESC: Exit application
This app will simplify and optimize a 3D model for faster GPU rendering.
Workflow:
Simplify and Optimize > Export Model
DEFINITIONS:
SIMPLIFY FACTOR: is the reduction ratio of the target index count. A 10% simplify factor means algorithm will try to target 10% of the original index count.
TARGET ERROR: is an approximate measure of the deviation from the original mesh using distance normalized to [0..1] range. A 10% target error means that simplifier will try to maintain the error to be below 10% of the mesh extents.
For more info > https://meshoptimizer.org
NOTES:
To just optimize your loaded model, set SIMPLIFY FACTOR to 1.0 (100%) and then click SIMPLIFY and OPTIMIZE button.
SLOPPY only works on meshes with only color attributes and is completely ignored on meshes with textures.
Loading a new model, will make that model reload when you click RESET MODEL button.
© 2024 AntzGames - Developed by Antz
Files
Get libGDX Mesh Optimizer Tool
libGDX Mesh Optimizer Tool
Simplify and optimize your 3D meshes
More posts
- 0.0.3 AlphaMar 29, 2024
- 0.0.2 AlphaMar 26, 2024
Leave a comment
Log in with itch.io to leave a comment.