Skip to content

Releases: DavidPeicho/tiny3Dloader

Tiny3DLoader C++ Version 0.2.0

16 Apr 14:54
Compare
Choose a tag to compare

Summary

The Tiny3DLoader library now works with obj geometries.

Major Features

  • obj
    • parses vertices, normals
    • makes small optimization avoiding to create copy of vertices shared by faces

Tiny3DLoader C++ Version 0.1.0

20 Mar 01:01
Compare
Choose a tag to compare

Summary

This is the first release of the Tiny3DLoader single-header library.
For now, it only loads everything related to the geometry.

Major Features

  • glTF
    • parses vertices, normals, and indices
    • parses transforms