Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@Twinklebear Twinklebear released this 10 May 21:50
· 118 commits to master since this release

Changes

  • Fix mistake in MTL normal map parsing. These were incorrectly parsed as map_Ns when they should be reading map_Bump. Thanks @azymohliad !

  • Added support for material names with spaces. Thanks @CheezBarger !

  • Breaking change: Added an option to not triangulate the faces when loading an OBJ file, passed as an additional bool param to load_obj. Resolves #22