Commit Graph

331 Commits

Author SHA1 Message Date
Lucas Dower
20c92e9afd Improved handling of malformed meshes 2022-05-14 20:22:38 +01:00
Lucas Dower
affdf247a9 Place magenta voxel instead of throwing error 2022-05-14 20:06:12 +01:00
Lucas Dower
878ef25f03 Added support for cube_bottom_top models 2022-05-14 19:52:11 +01:00
Lucas Dower
e8f1f45716 Added transparency to debug rendering 2022-05-14 17:41:27 +01:00
Lucas Dower
eea08adf16 Minor changes to grid rendering 2022-05-14 17:25:21 +01:00
Lucas Dower
8b23996c93 Added option to toggle axes rendering 2022-05-14 16:12:43 +01:00
Lucas Dower
4f6aa66d5c Minor changes to axes rendering 2022-05-14 15:48:36 +01:00
Lucas Dower
8e17342413 Added scrolling to sliders, resolves #38 2022-05-12 18:59:36 +01:00
Lucas Dower
9d760b1b84 Merge branch 'main' of https://github.com/LucasDower/ObjToSchematic into main 2022-04-20 18:14:26 +01:00
Lucas Dower
fd3330b383 Removed unused imports 2022-04-20 18:14:06 +01:00
Lucas Dower
5c293e703d Renamed 'palette' to 'assign' 2022-04-17 22:35:57 +01:00
Lucas Dower
de6a7b029f Updated voxel mesh constructor 2022-04-17 22:26:10 +01:00
Lucas Dower
3533f13c85 Updated linting, changes to Vector3 2022-04-17 22:13:59 +01:00
Lucas Dower
bcbda83488
Fixed uniform precision compile error on macOS 2022-04-17 01:02:16 +01:00
Lucas Dower
753e1e1ff1
Added macOS packager 2022-04-17 00:59:26 +01:00
Lucas Dower
390f55d548 Added sample model to resources folder 2022-04-17 00:34:07 +01:00
Lucas Dower
7580f6216a Optimised occlusion calculations, ~6.3x faster 2022-04-17 00:32:13 +01:00
Lucas Dower
a9b555cfb8
Fixed infinite recursion 2022-04-16 20:03:23 +01:00
Lucas Dower
874dcba875
Fixed titlebar git signature for MacOS 2022-04-16 19:58:07 +01:00
Lucas Dower
74be5d0fbb
Fixed atlas script for MacOS 2022-04-16 19:29:20 +01:00
Lucas Dower
8289ba6579 Moved exporters into new folder 2022-04-14 23:35:23 +01:00
Lucas Dower
98d7bb16cd Fixed camera center for large azimuths 2022-04-14 23:13:11 +01:00
Lucas Dower
6c66d1efd9 Refactor constants 2022-04-14 20:33:36 +01:00
Lucas Dower
dd1fd6e96f Added output info to voxelisation 2022-04-14 20:23:12 +01:00
Lucas Dower
8f969a8431 Optimise palette to atlas block conversion 2022-04-14 20:07:59 +01:00
Lucas Dower
5eb07190b2 Added more warnings to atlas and palette loading 2022-04-14 20:02:20 +01:00
Lucas Dower
5e4ea14805 Updated .gitignore 2022-04-14 20:01:42 +01:00
Lucas Dower
6dd471bc32 Pre-allocate voxel mesh buffer, ~3x faster 2022-04-14 19:10:04 +01:00
Lucas Dower
081b602493 New warning handler, minor refactor 2022-04-13 20:10:53 +01:00
Lucas Dower
335f6ed984 Updated switch indentation linting 2022-04-13 20:04:19 +01:00
Lucas Dower
520f31c981 Added config for Node's max old space size for #48 2022-04-12 17:59:32 +01:00
Lucas Dower
9ae35e720c Fixed #46, export with explicit file extension 2022-04-09 15:47:54 +01:00
Lucas Dower
a0e2bf8803 Fixed #44, no longer enable non-existent UI 2022-04-09 00:25:54 +01:00
Lucas Dower
d370e83cc9
Update README.md 2022-04-04 20:02:27 +01:00
Lucas Dower
ee0f7fff49
Merge pull request #43 from LucasDower/workflows
Updated workflows
2022-04-04 19:59:33 +01:00
Lucas Dower
601330904a Updated workflows 2022-04-04 19:56:19 +01:00
Lucas Dower
8701165885
Merge pull request #42 from LucasDower/dependabot/npm_and_yarn/electron-13.6.6
Bump electron from 13.6.2 to 13.6.6
2022-04-04 19:49:37 +01:00
dependabot[bot]
cd8e6bc034
Bump electron from 13.6.2 to 13.6.6
Bumps [electron](https://github.com/electron/electron) from 13.6.2 to 13.6.6.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v13.6.2...v13.6.6)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 18:48:06 +00:00
Lucas Dower
6158f3579d
Merge pull request #41 from LucasDower/dependabot/npm_and_yarn/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6
2022-04-04 19:47:00 +01:00
dependabot[bot]
6154daafe7
Bump minimist from 1.2.5 to 1.2.6
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 18:42:53 +00:00
Lucas Dower
10db1962d7
Merge pull request #40 from LucasDower/dependabot/npm_and_yarn/plist-3.0.5
Bump plist from 3.0.3 to 3.0.5
2022-04-04 19:41:05 +01:00
dependabot[bot]
1dd2c83a34
Bump plist from 3.0.3 to 3.0.5
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.3 to 3.0.5.
- [Release notes](https://github.com/TooTallNate/node-plist/releases)
- [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md)
- [Commits](https://github.com/TooTallNate/node-plist/commits)

---
updated-dependencies:
- dependency-name: plist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 18:39:51 +00:00
Lucas Dower
8c615bf507 Merge branch 'main' of https://github.com/LucasDower/ObjToSchematic into main 2022-04-04 19:37:34 +01:00
Lucas Dower
39369f5326 Added package-lock.json 2022-04-04 19:37:28 +01:00
Lucas Dower
efe2b11783
Update README.md 2022-03-31 21:35:50 +01:00
Lucas Dower
4ba9d367d4 Fix pathing for atlas script 2022-03-31 21:26:13 +01:00
Lucas Dower
71a0cf90da Merge branch 'dev' into main 2022-03-31 20:43:33 +01:00
Lucas Dower
cfc2891c3c Merge branch 'main' into dev 2022-03-31 20:43:09 +01:00
Lucas Dower
eaa47e7d92 Added version to window title bar 2022-03-31 20:37:02 +01:00
Lucas Dower
9bd13ccb1d Merge branch 'dev' of https://github.com/LucasDower/ObjToSchematic into dev 2022-03-31 19:42:19 +01:00