Skip to content

ExeVirus/Compress-Obj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Compress-Obj

Lossless and lossy Obj Compression Utility in Lua

Usage

Simple usage:

lua compress.lua -f test.obj

Advanced Parameters:

-f

  • specify the file to compress

-o

  • specify the filename of the output (default is to overwrite original file)

-precision

  • Specify the precision of decimals to output for all values (1-6). Default is 6, smallest file size is 1. Typically a good number for most use cases is 2 or 3. This is a lossy operation!

-comments

  • Keep comments in the file. (removed by default)

-h

  • Show this usage information

About

Lossless and lossy Obj Compression Utility in Lua

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages