Skip to content

Releases: Twinklebear/tobj

Release 0.1.8

24 Jul 13:17
Compare
Choose a tag to compare

Changes

  • #12 Fix support for handling texture filenames with spaces, thanks @Skynoodle !

Release 0.1.7

02 Apr 16:09
Compare
Choose a tag to compare

Changes

  • #11 Fix multiple usemtl statements not being handled, now a model will be emitted for each usemtl call, if the material changes within the group or object being parsed before encountering a new object or group tag. Thanks @Skynoodle

Release 0.1.6

20 Jun 23:31
Compare
Choose a tag to compare

Changes

  • Merge #7 To expose support for loading OBJ models from in memory buffers, allowing to use tobj to parse OBJs from network streams, memory buffers and so on. Anything implementing BufRead! See the documentation for more details. Thanks @dylanmckay !

Release 0.1.5

03 Jun 03:35
Compare
Choose a tag to compare

Changes

Release 0.1.4

14 May 03:33
Compare
Choose a tag to compare

Changes

Release 0.1.3

24 Apr 00:35
Compare
Choose a tag to compare

Changes

  • Add support for parsing refraction index in MTL files in #4 , thanks @k0nserv !

Release 0.1.2

30 Sep 16:14
Compare
Choose a tag to compare

Changes

  • Implement Error and Display traits for LoadError in 1ce3ceb , thanks @mrZalli !