# Squeeze-Mesh-Compression **Repository Path**: kolonse_zhjsh/Squeeze-Mesh-Compression ## Basic Information - **Project Name**: Squeeze-Mesh-Compression - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-24 - **Last Updated**: 2024-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **The only file by me is 'squeeze.py', the rest comes from https://gitea.tforgione.fr/tforgione/obja** The program is an implementation of the SQUEEZE mesh compression method described here : https://www.researchgate.net/publication/3852440_SQUEEZE_fast_and_progressive_decompression_of_triangle_meshes ## Creation of obja file - Launch squeeze.py with the obj file name as argument. ex : "py squeeze.py suzanne" for the models/suzanne.obj file ## Visualisation - Launch the server : py obja/server.py - Open web page : localhost:8000/?output/suzanne.obja ## Change display speed - Open js/main.js and change the last value line 10 : 'loader = new Loader(url, 1024, 20);'