Commit Graph

477 Commits

Author SHA1 Message Date
K. S. Ernest (iFire) Lee 5a8369472e Clean github actions. 2022-04-03 16:34:31 -07:00
K. S. Ernest (iFire) Lee 29f7e3dca3 Only build artifacts. 2022-04-03 16:33:34 -07:00
K. S. Ernest (iFire) Lee 90ebabc007 Better the releases. 2022-04-03 16:29:34 -07:00
K. S. Ernest (iFire) Lee 2020b5b66b Merge remote-tracking branch 'origin/master' 2022-04-03 16:20:10 -07:00
K. S. Ernest (iFire) Lee f0fe737cf7 Increment version. 2022-04-03 16:19:48 -07:00
K. S. Ernest (iFire) Lee 7d05890b5c Increment version. 2022-04-03 16:15:13 -07:00
K. S. Ernest (iFire) Lee b994b47970 Merge branch 'geometric_pivot' 2022-04-03 16:14:44 -07:00
K. S. Ernest (iFire) Lee 2bc3fb7bb8 Make release and latest branches. 2022-04-03 16:13:21 -07:00
K. S. Ernest (iFire) Lee f05854f79d Increment the version. 2022-04-03 16:13:13 -07:00
K. S. Ernest (iFire) Lee 124d12cbde Make release and latest branches. 2022-04-03 16:11:01 -07:00
K. S. Ernest (iFire) Lee c8eb9b2f55 Fix geometric pivots. 2022-04-03 16:04:53 -07:00
K. S. Ernest (iFire) Lee 43fc8b3552
Update build.yml 2022-04-01 05:01:52 -07:00
K. S. Ernest (iFire) Lee 31a70b770c
Update build.yml 2022-04-01 04:58:15 -07:00
K. S. Ernest (iFire) Lee 4270ca7ba4 Keep the old releases style for now. 2022-03-30 07:08:47 -07:00
K. S. Ernest (iFire) Lee 60ac615327
Update build.yml 2022-03-30 06:47:41 -07:00
K. S. Ernest (iFire) Lee 8b49ca17af
Update build.yml 2022-03-30 06:07:07 -07:00
K. S. Ernest (iFire) Lee 574bb2138f
Only master should release. 2022-03-30 06:02:49 -07:00
Lyuma d564db9204 attempt to fix conan 2022-03-26 18:28:31 -07:00
K. S. Ernest (iFire) Lee 78a2be353a Update demo. 2021-12-19 13:57:57 -08:00
K. S. Ernest (iFire) Lee f809c0b1e0 Use gltf instead of binary. 2021-11-28 17:03:38 -08:00
K. S. Ernest (iFire) Lee 988f4a90be Revert "Merge branch 'master' into old"
This reverts commit 9763c4b1b3.
2021-11-28 16:54:49 -08:00
K. S. Ernest (iFire) Lee 9763c4b1b3 Merge branch 'master' into old 2021-11-28 16:54:44 -08:00
K. S. Ernest (iFire) Lee 7d564a9b02 Set the default. 2021-11-28 15:47:09 -08:00
K. S. Ernest (iFire) Lee e76d5c2d99 Name the gltf2 buffer uniquely. 2021-11-28 15:23:28 -08:00
K. S. Ernest (iFire) Lee 7063185f9f Typo. 2021-11-28 14:47:17 -08:00
K. S. Ernest (iFire) Lee 401bcccc77 Use input path for keep originals. 2021-11-28 14:42:09 -08:00
K. S. Ernest (iFire) Lee c9396fd2db Add to the keep original functionality. 2021-11-28 14:27:20 -08:00
K. S. Ernest (iFire) Lee 8be4ef3931 Do not auto embed resources. 2021-11-28 13:50:28 -08:00
K. S. Ernest (iFire) Lee 2c4a9ade9f Use keep original textures. 2021-11-28 13:48:43 -08:00
K. S. Ernest (iFire) Lee 9eb3423ca2 Force embed resources. 2021-11-28 13:33:12 -08:00
K. S. Ernest (iFire) Lee 64f4e6515c Simplify. 2021-11-28 13:20:36 -08:00
K. S. Ernest (iFire) Lee eef1a8f153 Sync conan versions and Texturebuilder work. 2021-11-28 13:17:14 -08:00
K. S. Ernest (iFire) Lee 10d8a665e0 Requires c++17. 2021-11-28 12:54:26 -08:00
K. S. Ernest (iFire) Lee 0b1240635b Unused. 2021-11-28 12:51:28 -08:00
K. S. Ernest (iFire) Lee ac35ea351f Add some basic install instructions. 2021-11-28 12:49:14 -08:00
K. S. Ernest (iFire) Lee 073b4dac57 Use gltf instead of binary. 2021-11-28 12:34:07 -08:00
K. S. Ernest (iFire) Lee dedca983d9 I don't use docker. 2021-11-28 12:32:10 -08:00
K. S. Ernest (iFire) Lee 7b1000e1cb CI error. 2021-11-28 12:15:08 -08:00
SeanLin 2b6d95b3b3 Revert "Revert "Fix image file close issue""
This reverts commit 6dd7ba25c8.
2021-11-28 12:09:52 -08:00
SeanLin 6dd7ba25c8 Revert "Fix image file close issue"
This reverts commit d2648c74c7.
2021-11-28 12:09:39 -08:00
K. S. Ernest (iFire) Lee 669985c64c Code style format. 2021-11-28 12:06:46 -08:00
SeanLin a48ab1e377 Support Double Sided Material
The material has the "isDoubleSided" bool parameter. Because some models have double-sided texture settings, the new bool parameter is added to determine whether glTF2 'doubleSided' is enabled. The default value of this parameter is false.
2021-11-28 12:04:15 -08:00
SeanLin d2648c74c7 Fix image file close issue
After file is opened, add fclose to avoid saving buffer data in memory
2021-11-28 12:03:17 -08:00
Gareth Morgan 4cf9f4fd5d Look for filenames using alternative slash characters 2021-11-28 11:59:55 -08:00
K. S. Ernest (iFire) Lee 3d3cf1ae27 Remove commented transparent png. 2021-11-28 11:50:08 -08:00
K. S. Ernest (iFire) Lee a3dfcda66e Add separate textures flag.
Don't convert tga to png/jpg if the texture is already converted
2021-11-28 11:48:54 -08:00
Jason Schutz 762a183b6b Do not copy texture file on itself 2021-11-28 11:45:45 -08:00
K. S. Ernest (iFire) Lee 1bcdf9271e Format everything. 2021-11-28 11:45:31 -08:00
K. S. Ernest (iFire) Lee b89d4cd0e0 Fix for converted texture output folder creation and empty filepath 2021-11-28 11:41:51 -08:00
Jason Schutz 661c99c9cb Make getFolder return '.' instead of empty string 2021-11-28 11:41:07 -08:00