Nick Fisher
322e77d2b7
add additional camera geometry object
2025-07-03 15:00:02 +08:00
Nick Fisher
c7dfd293e2
(web) add cplusplus guards for material header
2025-07-03 14:22:26 +08:00
Nick Fisher
2e28b0379d
bump min Dart constraint to satisfy pub.dev
2025-07-03 13:09:36 +08:00
Nick Fisher
c899e30a7b
chore(release): publish packages
...
- thermion_dart@0.3.0
- thermion_flutter@0.3.0
- thermion_flutter_method_channel@0.3.0
- thermion_flutter_web@0.3.0
- thermion_flutter_platform_interface@0.3.0
2025-07-03 13:04:44 +08:00
Nick Fisher
37f8558794
add stub method for resizeWebCanvas to make pub.dev happy
2025-07-03 13:04:24 +08:00
Nick Fisher
b22a82e181
delete swift bindings from thermion_dart package
2025-07-03 12:59:28 +08:00
Nick Fisher
3d072594b5
chore(release): publish packages
...
- thermion_dart@0.3.0
- thermion_flutter@0.3.0
- thermion_flutter_method_channel@0.3.0
- thermion_flutter_web@0.3.0
- thermion_flutter_platform_interface@0.3.0
2025-07-03 12:56:51 +08:00
Nick Fisher
ddc5af376a
update grid material
2025-07-03 11:54:06 +08:00
Nick Fisher
f706f54eb2
update outline material
2025-07-03 11:53:06 +08:00
Nick Fisher
c12ec892f3
add bbCenter to outline material
2025-07-03 11:52:50 +08:00
Nick Fisher
8e88252337
attach highlight to all entities, not the ultimate owning asset entity
2025-07-03 11:51:42 +08:00
Nick Fisher
23e34e6da4
expose isRenderable
2025-07-03 11:50:18 +08:00
Nick Fisher
5aa14ff5f6
update bindings
2025-07-01 17:00:34 +08:00
Nick Fisher
c0cc9fc26a
use premultiplied alpha for grid material
2025-07-01 16:59:48 +08:00
Nick Fisher
73e6597301
replace overlay render target when viewport resizes
2025-07-01 16:58:46 +08:00
Nick Fisher
e731556e6f
add scale parameter to outline material
2025-07-01 14:28:19 +08:00
Nick Fisher
f9a7ac49a1
expose View methods for transparent picking
2025-07-01 14:20:02 +08:00
Nick Fisher
4b9870244a
fix material headers for web
2025-07-01 13:16:07 +08:00
Nick Fisher
ce2dc9b1cb
update FFI/JS bindings
2025-07-01 13:11:24 +08:00
Nick Fisher
1a2b3b7b59
(test) pass-through render arg to capture()
2025-07-01 13:10:15 +08:00
Nick Fisher
c0ed7cbc90
(test) remove stencil highlight from scene_test.dart
2025-07-01 13:10:02 +08:00
Nick Fisher
a5eab305da
add bool render argument to capture()
2025-07-01 13:09:42 +08:00
Nick Fisher
c467e3ca69
(test) add stencil highlight to view_tests
2025-07-01 13:09:20 +08:00
Nick Fisher
e984d8cf71
don't pass View to readPixels (only width/height, x/y offsets needed, and optionally rendertarget)
2025-07-01 13:03:06 +08:00
Nick Fisher
0693a2a95b
update overlay tests
2025-07-01 12:17:17 +08:00
Nick Fisher
a2883fbee9
update overlay tests
2025-07-01 12:17:09 +08:00
Nick Fisher
dbcf463fd1
use buildMode from user defines (if present)
2025-07-01 12:14:53 +08:00
Nick Fisher
a9b5ca786e
update grid material
2025-07-01 12:12:33 +08:00
Nick Fisher
4379313932
move grid material instantiation to GridOverlay
2025-07-01 11:07:44 +08:00
Nick Fisher
8a997d533a
remove stencil highlight on remove from scene or destroyAsset
2025-07-01 11:07:17 +08:00
Nick Fisher
9a5b737391
move outline material to embedded binary
2025-07-01 11:06:51 +08:00
Nick Fisher
215515a4fc
use RenderTarget nativeHandle and don't cast to FFIMaterialInstance
2025-07-01 10:52:04 +08:00
Nick Fisher
3ca1cc0747
add OverlayComponentManager destructor
2025-07-01 10:51:00 +08:00
Nick Fisher
0c2e4e6faa
(material) set gridColor when instantiating grid material
2025-07-01 10:42:42 +08:00
Nick Fisher
e50a1b6002
implement RenderTicker::removeSwapChain
2025-07-01 10:42:21 +08:00
Nick Fisher
70c67b59f7
(test) use DEPTH24_STENCIL8
2025-07-01 10:41:32 +08:00
Nick Fisher
2022fa97cc
use DEPTH24_STENCIL8 as depth attachment for render target.
...
I'm not sure this is even used; the backend always allocate its own internal depth/stencil buffer. There may be a final blit from the internal buffer to the render target buffer, but I haven't actually confirmed this yet
2025-07-01 10:28:36 +08:00
Nick Fisher
809f84e1fa
logging
2025-07-01 10:27:00 +08:00
Nick Fisher
932971c872
use generic parameter in FilamentApp for renderableManager/transformManager/etc, and only expose as getters in the interface
2025-07-01 10:26:30 +08:00
Nick Fisher
7ed120e854
call removeSwapChain when swapChain is destroyed
2025-07-01 10:25:36 +08:00
Nick Fisher
45c4cea6aa
add setBackgroundImageFromTexture method to ThermionViewer
2025-07-01 10:23:25 +08:00
Nick Fisher
2545bbbd35
move set/remove stencilHighlight to View and implement via OverlayManager
2025-07-01 10:22:15 +08:00
Nick Fisher
584abd6086
on macOS, always create stencil buffer by default
2025-07-01 10:21:39 +08:00
Nick Fisher
4b9c20eaa6
move set/remove stencilHighlight to View and implement via OverlayManager
2025-07-01 10:15:41 +08:00
Nick Fisher
0f9d2492e6
move set/remove stencilHighlight to View and implement via OverlayManager
2025-07-01 10:13:47 +08:00
Nick Fisher
96ef070be7
add linear_depth material
2025-07-01 10:08:36 +08:00
Nick Fisher
506d2fb562
expose Material->getFeautureLevel
2025-07-01 10:07:35 +08:00
Nick Fisher
0b18caf4ff
expose Engine->getSupportedFeatureLevel()
2025-07-01 10:07:10 +08:00
Nick Fisher
b3b0e2bae1
Material now implements NativeHandle
2025-07-01 10:06:05 +08:00
Nick Fisher
35369b890f
Camera now implements NativeHandle
2025-07-01 10:05:47 +08:00