The LPM format is a lightweight, human-readable format designed to store low-polygon 3D models. It supports vertices, normals, UVs, faces, and skeletal animations. Its simplicity makes it easy to parse and implement in custom tools.
- Single texture per model
- Comments supported (lines starting with
#
) - Compact and straightforward structure
- Skeletal animations support (optional)