Commit Graph

439 Commits

Author SHA1 Message Date
ankittre2000
3a1f2d080d Update jsdoc (no code change) 2023-02-10 13:18:35 -05:00
ankittre2000
53fd514bb0 Update jasmine (minor code change) 2023-02-10 13:17:47 -05:00
ankittre2000
6ddf1a4fcc Update fs-extra (no code change) 2023-02-10 13:15:01 -05:00
Sean Lilley
b135598dd8
Merge pull request #282 from CesiumGS/node-14
Require Node 14
2023-01-27 08:45:11 -05:00
Sean Lilley
7cf0cb85c7
Require Node 14
obj2gltf depends on CesiumJS which requires Node 14
2023-01-27 08:44:45 -05:00
Sean Lilley
d1c3ed46b7 3.1.5 release 2023-01-25 16:31:31 -05:00
Matthew Amato
81f6d539d3
Merge pull request #280 from CesiumGS/reduce-max-buffer-length
Don't merge buffers if final buffer exceeds fs.write maximum of `2147479552` bytes
2023-01-25 16:21:06 -05:00
Sean Lilley
6ab0dc139b Update CHANGES.md 2023-01-25 16:03:59 -05:00
Sean Lilley
fe86e03cda Don't merge buffers if greater than fs write maximum of 2147479552 2022-12-15 17:24:48 -05:00
Gabby Getz
9b018ff696
Merge pull request #273 from CesiumGS/eslint-update
Upgrades to eslint-config-cesium/node v9.0.0
2022-07-18 11:47:51 -04:00
Sanjeet Suhag
43b104655c Upgrades eslint-config-cesium in package.json 2022-07-06 15:02:20 -04:00
Sanjeet Suhag
e9ccf36169 Updates eslint configuration 2022-05-25 10:18:31 -04:00
Shehzan Mohammed
0c9083a542
Merge pull request #271 from CesiumGS/ThirdParty.json 2022-05-13 12:13:29 -04:00
Sean Lilley
0ba5ad4e51 Add ThirdParty.json 2022-05-06 18:44:59 -04:00
Eli Bogomolny
28fdfc35e4
Merge pull request #270 from CesiumGS/node-16
Upgrade packages and run Node 16 on CI
2021-10-15 15:24:46 -04:00
Sean Lilley
08250bf48c Upgrade packages and run Node 16 on CI 2021-10-15 15:01:14 -04:00
Sean Lilley
359341f50c Update version to 3.1.3 2021-09-15 12:16:51 -04:00
Sean Lilley
39d817da90 Lock CesiumJS to 1.84.0. Fixes https://github.com/CesiumGS/obj2gltf/issues/266 2021-09-15 12:14:45 -04:00
Ian Lilley
049f7af86b
Merge pull request #268 from CesiumGS/fix-missing-mtl
Fix unhandled error when mtl is missing
2021-09-15 12:13:49 -04:00
Sean Lilley
ab060bb185 Update CHANGES.md 2021-09-15 12:08:04 -04:00
Sean Lilley
a62de758dc Fix unhandled error when obj or mtl is missing 2021-09-15 11:57:28 -04:00
Sean Lilley
3f8d2e6af7
Merge pull request #259 from hawkaa/hakon/tinkercad
feat: allow for tab separated obj from Tinkercad
2021-09-07 09:53:54 -04:00
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
Sean Lilley
6e3441319a Update CHANGES.md for 3.1.2 release 2021-08-02 12:00:16 -04:00
Sean Lilley
4d76656b97 Make obj2gltf.js executable 2021-08-02 12:00:16 -04:00
Ian Lilley
09dd1e06ee
Merge pull request #257 from CesiumGS/prettier-auto-formatting
Prettier in travis and on commit
2021-08-02 08:41:12 -07:00
Sean Lilley
944c68a191 Add auto-formatting 2021-08-02 11:34:02 -04:00
Sean Lilley
dc3ec3074f Run prettier 2021-08-02 11:31:59 -04:00
Ian Lilley
bd4b7320fa
Merge pull request #256 from CesiumGS/prettier
Switch to prettier for formatting
2021-08-02 08:28:21 -07:00
Sean Lilley
d782d78f2a Remove auto-formatting temporarily 2021-08-02 10:47:07 -04:00
Sean Lilley
a563a8bccc Switch to prettier for formatting 2021-08-02 10:46:58 -04:00
Ian Lilley
6778d19746
Merge pull request #236 from CesiumGS/remove-triangle-winding-order-check
Remove winding order sanitization for triangles
2021-08-01 17:26:40 -07:00
Sean Lilley
49df1a0655 Added test 2021-08-01 20:20:49 -04:00
Sean Lilley
5fc3ff8d6e Add triangle winding order sanitization option 2021-08-01 20:20:49 -04:00
Sean Lilley
fb491952fc Update CHANGES 2021-08-01 20:20:22 -04:00
Sean Lilley
b69281573f Remove triangle winding order check 2021-08-01 20:19:25 -04:00
Ian Lilley
3283239024
Merge pull request #240 from CesiumGS/remove-sampler-filter
Remove minFilter and magFilter
2021-08-01 17:18:48 -07:00
Sean Lilley
4270358310 Remove minFilter and magFilter 2021-08-01 18:25:56 -04:00
Sean Lilley
2634c25e33 Update to 3.1.1 2021-07-22 20:02:59 -04:00
Ian Lilley
edc8e8e063
Merge pull request #254 from CesiumGS/update-npm-libraries
Update npm dependencies
2021-07-22 16:56:06 -07:00
Sean Lilley
0a496ccef7 Update travis to Node 12 2021-07-22 19:46:35 -04:00
Sean Lilley
bf4f5fd973 Fix coerce usage 2021-07-22 19:42:28 -04:00
Sean Lilley
2516510682 Update npm libraries 2021-07-22 19:39:43 -04:00
Sean Lilley
beb8ce095d master -> main 2021-07-16 19:19:16 -04:00
Sean Lilley
79848febe3
Merge pull request #245 from CesiumGS/update-packages
Update packages
2020-07-27 13:37:13 -04:00
Sean Lilley
2f31f636b6 Update packages 2020-07-27 13:29:52 -04:00
Sean Lilley
53beb9852f
Merge pull request #237 from CesiumGS/update-packages
Update packages
2020-04-02 11:48:16 -04:00
Sean Lilley
b6c5bc9fe5 Update packages 2020-04-02 11:46:37 -04:00
Sean Lilley
fb641e8c16 Remove greenkeeper badge 2020-03-19 14:27:54 -04:00
Sean Lilley
c5aaa64d09 3.1.0 release 2020-03-13 11:15:40 -04:00