obj2gltf/specs/data
Håkon Åmdal 9c29cc96d7 feat: allow for tab separated obj from Tinkercad
This commit changes patterns for obj line parsing to recognize files where
the elements are separated by any whitespace (regex \s). This way, we support
files exported from Tinkercad.
2021-09-07 14:31:54 +02:00
..
box Reorganization of material loading and returning buffer rather than writing file 2017-08-08 15:09:00 -04:00
box-complex-material Added alpha texture support 2018-01-03 21:01:10 -05:00
box-complex-material-alpha Added alpha texture support 2018-01-03 21:01:10 -05:00
box-external-resources Add missing test files 2017-04-05 10:49:31 -04:00
box-external-resources-in-root Try to load files in root directory when secure is true 2017-11-29 14:21:59 -05:00
box-groups Refactor and tests 2017-03-14 10:43:28 -04:00
box-incomplete-attributes Check for incomplete attributes 2019-10-27 15:00:35 -04:00
box-incorrect-winding-order Added test 2021-08-01 20:20:49 -04:00
box-missing-attributes Handle face signature containing attributes that are missing 2019-10-26 20:15:10 -04:00
box-missing-mtllib Handle absolute paths properly 2019-10-26 20:42:12 -04:00
box-missing-texture Handle absolute paths properly 2019-10-26 20:42:12 -04:00
box-missing-usemtl Set default material if usemtl is missing 2018-03-06 19:22:06 -05:00
box-mixed-attributes Discard faces that don't have the same attributes 2018-08-30 23:37:03 -04:00
box-mixed-attributes-2 Added test 2018-10-29 18:19:55 -04:00
box-mtllib Refactor and tests 2017-03-14 10:43:28 -04:00
box-mtllib-spaces Load mtllib that has spaces in its path 2017-11-17 11:54:32 -05:00
box-multiple-materials Refactor and tests 2017-03-14 10:43:28 -04:00
box-negative-indices Fix negative indices 2019-04-07 17:31:22 -04:00
box-no-materials Refactor and tests 2017-03-14 10:43:28 -04:00
box-normals Refactor and tests 2017-03-14 10:43:28 -04:00
box-objects Refactor and tests 2017-03-14 10:43:28 -04:00
box-objects-groups Refactor and tests 2017-03-14 10:43:28 -04:00
box-objects-groups-materials Misc fixes 2017-07-25 12:32:24 -04:00
box-objects-groups-materials-2 Added test 2017-12-29 11:59:15 -05:00
box-positions-only Fix negative indices 2019-04-07 17:31:22 -04:00
box-resources-in-root Attempt to load missing resources by looking in the same directory as the obj 2017-11-17 15:11:59 -05:00
box-rotated Convert up axis 2017-04-20 14:43:59 -04:00
box-shared-textures Fix for when specular and diffuse reference the same texture 2019-10-26 20:07:29 -04:00
box-shared-textures-2 Fix for when specular and diffuse reference the same texture 2019-10-26 20:07:29 -04:00
box-subdirectories Refactor and tests 2017-03-14 10:43:28 -04:00
box-texture-options Fixed normalizing Windows paths 2018-08-30 12:08:12 -04:00
box-textured Refactor and tests 2017-03-14 10:43:28 -04:00
box-transparent Added test and updated CHANGES.md 2017-09-19 13:10:32 -04:00
box-triangles loads concave faces with more than 3 vertices 2017-06-14 17:08:55 -04:00
box-uncleaned Refactor and tests 2017-03-14 10:43:28 -04:00
box-unnamed-material Fix parsing mtl with newmtl without a name 2019-01-03 20:51:39 -05:00
box-unnormalized Normalize normals 2018-03-20 22:38:37 -04:00
box-usemtl Refactor and tests 2017-03-14 10:43:28 -04:00
box-uvs Refactor and tests 2017-03-14 10:43:28 -04:00
box-windows-paths Fixed normalizing Windows paths 2018-08-30 12:08:12 -04:00
box-with-tabs feat: allow for tab separated obj from Tinkercad 2021-09-07 14:31:54 +02:00
concave loads concave faces with more than 3 vertices 2017-06-14 17:08:55 -04:00