Nick Fisher
|
08e1eb7778
|
feat: expose setLayerEnabled, viewportDimensions and getCameraFov on ThermionView
|
2024-08-24 16:22:12 +08:00 |
|
Nick Fisher
|
d6713c090c
|
stub out new methods
|
2024-08-24 16:21:35 +08:00 |
|
Nick Fisher
|
497ecbf881
|
fix!: (flutter) pass pixelRatio to createTexture
|
2024-08-24 16:20:06 +08:00 |
|
Nick Fisher
|
6f7d03737e
|
fix!: (flutter) pass pixelRatio to createTexture
|
2024-08-24 16:19:50 +08:00 |
|
Nick Fisher
|
ad60c6bbe1
|
chore: update bindings
|
2024-08-24 16:19:07 +08:00 |
|
Nick Fisher
|
92fdda722b
|
chore: add viewport test
|
2024-08-24 16:18:53 +08:00 |
|
Nick Fisher
|
3cc876f972
|
feat: layers, grid
|
2024-08-24 16:18:23 +08:00 |
|
Nick Fisher
|
7d1e706045
|
feat: layers, grid
|
2024-08-24 16:18:12 +08:00 |
|
Nick Fisher
|
11756fcedd
|
feat: ignore grid overlay and gizmo center when picking, implement highlighting
|
2024-08-24 16:17:34 +08:00 |
|
Nick Fisher
|
2e1f2cd56d
|
feat: SceneManager updates (setLayer, add grid, queueRelativePositionUpdateWorld
|
2024-08-24 16:02:54 +08:00 |
|
Nick Fisher
|
c08611b2c3
|
feat: expose set_layer_enabled, get_camera_fov and queue_relative_position_updateg_world_axis to ThermionDartApi.h
|
2024-08-24 16:02:06 +08:00 |
|
Nick Fisher
|
f87f89427d
|
feat: add getCameraFov to FilamentViewer
|
2024-08-24 16:01:03 +08:00 |
|
Nick Fisher
|
c3319ebbf3
|
feat: add new grid overlay files to web CmakeLists
|
2024-08-24 16:00:15 +08:00 |
|
Nick Fisher
|
f7b765c5d0
|
chore: rebuild materials
|
2024-08-24 15:59:55 +08:00 |
|
Nick Fisher
|
9512b74008
|
fix: update material output path in Makefile
|
2024-08-24 15:59:36 +08:00 |
|
Nick Fisher
|
5a3517f953
|
add grid overlay
|
2024-08-24 15:59:04 +08:00 |
|
Nick Fisher
|
731c4981c9
|
use inactive/active color gizmo
|
2024-08-24 15:58:49 +08:00 |
|
Nick Fisher
|
8f20a8a859
|
chore: don't use shader to overlay gizmo
|
2024-08-24 15:21:36 +08:00 |
|
Nick Fisher
|
7693a0fe14
|
feat: re-implement (native) Gizmo class, expose preserveScaling parameter for setParent, add methods for getting viewport bounding box from renderable entity
|
2024-08-22 18:04:06 +08:00 |
|
Nick Fisher
|
98c3676fdf
|
fix: (web) add emscripten guards for flushAndWait call when swapchain destroyed
|
2024-08-21 17:18:37 +08:00 |
|
Nick Fisher
|
d7664a9746
|
feat!: (web) (flutter) create canvas when createViewer is called (no longer need to manually add canvas element to web HTML)
|
2024-08-21 17:17:58 +08:00 |
|
Nick Fisher
|
d868fd6970
|
feat: add capture() function and expose viewportDimensions on ThermionViewer (allows easier saving of captured images to PNG)
|
2024-08-21 14:33:48 +08:00 |
|
Nick Fisher
|
300396b97e
|
feat: (web) allow table growth in emscripten module for passing C-style callback function pointers
|
2024-08-21 14:30:17 +08:00 |
|
Nick Fisher
|
1d8faa70a1
|
feat: (web) add capture() method and missing camera navigation controls
|
2024-08-21 14:29:40 +08:00 |
|
Nick Fisher
|
1051b1bb0e
|
feat!: resize canvas on web
|
2024-08-17 11:43:43 +08:00 |
|
Nick Fisher
|
c367824041
|
feat!: update web/http dependencies
|
2024-08-17 11:43:03 +08:00 |
|
Nick Fisher
|
81cedf0d43
|
feat: download WASM module directly on web (no need to embed in index.html any more) and expose updateViewportAndCameraProjection
|
2024-08-17 11:42:25 +08:00 |
|
Nick Fisher
|
16c6203b97
|
feat: add startOffset parameter to gltf playAnimation
|
2024-07-29 16:13:45 +08:00 |
|
Nick Fisher
|
b7c0eeb7b4
|
chore(release): publish packages
- thermion_dart@0.1.3
- thermion_flutter_ffi@0.1.0+12
- thermion_flutter_web@0.0.3
- thermion_flutter_platform_interface@0.1.0+11
- thermion_flutter@0.1.1+13
thermion_dart-v0.1.3
thermion_flutter-v0.1.1+13
thermion_flutter_ffi-v0.1.0+12
thermion_flutter_platform_interface-v0.1.0+11
thermion_flutter_web-v0.0.3
|
2024-07-23 09:40:05 +08:00 |
|
Nick Fisher
|
fd31b4dcad
|
docs: rename examples to showcase
|
2024-07-23 09:38:26 +08:00 |
|
Nick Fisher
|
41bf9ededa
|
feat: add clearMorphAnimationData function
|
2024-07-23 09:38:26 +08:00 |
|
Hannes Hultergård
|
d745712650
|
Add example files that can be parsed by pub.dev
|
2024-07-23 09:38:26 +08:00 |
|
Nick Fisher
|
1df732be7c
|
chore(release): publish packages
- thermion_flutter_ffi@0.1.0+11
- thermion_flutter@0.1.1+12
|
2024-07-23 09:38:26 +08:00 |
|
Nick Fisher
|
8b413eca52
|
fix: add logging dependency
|
2024-07-23 09:38:25 +08:00 |
|
Nick Fisher
|
3597077d39
|
chore(release): publish packages
- thermion_dart@0.1.2
- thermion_flutter_ffi@0.1.0+10
- thermion_flutter_web@0.0.2
- thermion_flutter@0.1.1+11
- thermion_flutter_platform_interface@0.1.0+10
|
2024-07-23 09:38:25 +08:00 |
|
Nick Fisher
|
7704a06601
|
fix: manually remove leading slash for compiler path on Windows when building for Android
|
2024-07-23 09:38:25 +08:00 |
|
Paul Ampadu
|
7b3ad027bf
|
Update quickstart.mdx
|
2024-07-23 09:38:25 +08:00 |
|
Nick Fisher
|
cde3af08aa
|
fix: web/JS bool checks need to compare to int
|
2024-07-23 09:38:25 +08:00 |
|
Nick Fisher
|
7418fb867d
|
feat: allow passing assetPathPrefix to ThermionViewerWasm to account for Flutter build asset paths
|
2024-07-23 09:38:25 +08:00 |
|
Nick Fisher
|
ce71e09f65
|
fix: shadow JS<->WASM bridge methods
|
2024-07-23 09:38:25 +08:00 |
|
Nick Fisher
|
5dec13f00b
|
chore(release): publish packages
- thermion_dart@0.1.1+5
- thermion_flutter_web@0.0.1+9
- thermion_flutter@0.1.1+10
- thermion_flutter_platform_interface@0.1.0+9
- thermion_flutter_ffi@0.1.0+9
thermion_dart-v0.1.1+5
thermion_flutter-v0.1.1+10
thermion_flutter_ffi-v0.1.0+9
thermion_flutter_platform_interface-v0.1.0+9
thermion_flutter_web-v0.0.1+9
|
2024-07-04 14:44:04 +08:00 |
|
Nick Fisher
|
7464c05483
|
Merge pull request #55 from nmfisher/develop
feat: shadows, web, docs, image material
|
2024-07-04 16:42:25 +10:00 |
|
Nick Fisher
|
7b97b2e6c3
|
save fetched resources to IndexedDB on web
|
2024-07-04 14:19:37 +08:00 |
|
Nick Fisher
|
168f46cf56
|
add shadow methods to wasm/js viewers
|
2024-07-04 14:19:04 +08:00 |
|
Nick Fisher
|
5622b0ce9f
|
chore(release): publish packages
- thermion_dart@0.1.1+4
- thermion_flutter_web@0.0.1+8
- thermion_flutter@0.1.1+9
- thermion_flutter_platform_interface@0.1.0+8
- thermion_flutter_ffi@0.1.0+8
thermion_dart-v0.1.1+4
thermion_flutter-v0.1.1+9
thermion_flutter_ffi-v0.1.0+8
thermion_flutter_platform_interface-v0.1.0+8
thermion_flutter_web-v0.0.1+8
|
2024-07-02 16:18:17 +08:00 |
|
Nick Fisher
|
c7a0b2f5cc
|
fix: defer creating image entity/material/etc until actually requested
feat: expose shadow options
|
2024-07-02 16:17:36 +08:00 |
|
Nick Fisher
|
7546b2a6c5
|
Merge pull request #51 from payl-ampa/patch-1
Update quickstart.mdx - Simple link fix
|
2024-06-30 16:15:39 +10:00 |
|
Paul Ampadu
|
e363c82f2d
|
Update quickstart.mdx
Simple link fix
|
2024-06-29 00:13:59 -07:00 |
|
Nick Fisher
|
b9643dbd94
|
Merge pull request #49 from nmfisher/develop
docs: Update docs
|
2024-06-28 00:03:18 +10:00 |
|
Nick Fisher
|
2664e08eb3
|
update README
|
2024-06-27 21:57:23 +08:00 |
|