goat3d

view libs/openctm/liblzma/readme.txt @ 40:a5c5cec3cb88

- added mesh attribute and face append functions - added Int4 constructor - continued the blender exporter - fixed a bug in clean_filename which made it produce unterminated strings - renamed clean_filename to goat3d_clean_filename and made it extern - added call to goat3d_clean_filename in the mesh XML export code to cleanup ctm filenames
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 13 Oct 2013 10:14:19 +0300
parents
children
line source
1 This is the C library implementation of LZMA compression/decompression by Igor Pavlov.
3 Author: Igor Pavlov
4 License: Public domain
5 Version: 4.65 (2009-02-03)
7 Some administrative adaptations for integration in OpenCTM were made by Marcus Geelnard.