Nick Fisher
|
0461bb364a
|
use getPrimitiveCount method on FilamentApp, rather than direct FFI method
|
2025-06-11 09:52:57 +08:00 |
|
Nick Fisher
|
f78c6f258f
|
add test for getBoundingBox
|
2025-06-11 09:51:24 +08:00 |
|
Nick Fisher
|
b0796f493f
|
(test) move IBL tests to light_tests
|
2025-06-11 09:51:14 +08:00 |
|
Nick Fisher
|
8998f1f740
|
add RenderableManager_getBoundingBox
|
2025-06-11 09:50:48 +08:00 |
|
Nick Fisher
|
6362efcd61
|
add implementations for getPrimitiveCount/getBoundingBox on FFIFilamentApp
|
2025-06-11 09:50:35 +08:00 |
|
Nick Fisher
|
dc5c1161cc
|
add setMaterialInstanceAt to FilamentApp interface
|
2025-06-11 09:50:02 +08:00 |
|
Nick Fisher
|
3e6f95e0bf
|
add removeEntity method on Scene
|
2025-06-11 09:49:05 +08:00 |
|
Nick Fisher
|
f053c2f852
|
add removeEntity method on Scene
|
2025-06-11 09:48:44 +08:00 |
|
Nick Fisher
|
8f1da5e7bd
|
separate skybox/ibl creation from KTX decoding
|
2025-06-11 09:48:17 +08:00 |
|
Nick Fisher
|
641d92515e
|
move VoidCallback typedef to APIBoundaryTypes (now used outside the render thread header for texture upload callbacks)
|
2025-06-11 09:45:23 +08:00 |
|
Nick Fisher
|
d447fb8e2a
|
add RenderableManager_getBoundingBox
|
2025-06-11 09:44:46 +08:00 |
|
Nick Fisher
|
ac87420a87
|
add setPriority to FilamentApp interface
|
2025-06-10 11:49:17 +08:00 |
|
Nick Fisher
|
5669ac5c55
|
Dart wrappers for View/Scene are now stateful
|
2025-06-10 11:48:31 +08:00 |
|
Nick Fisher
|
ae9ce197c1
|
move setStencilHighlight/removeStencilHighlight to Scene
|
2025-06-10 10:27:03 +08:00 |
|
Nick Fisher
|
37c67c2da8
|
(macos) create render target texture with isStencil:false
|
2025-06-10 10:24:01 +08:00 |
|
Nick Fisher
|
66d3bf65fd
|
add view test for multiple views rendering into the same render target
|
2025-06-10 09:08:30 +08:00 |
|
Nick Fisher
|
dba40fb82b
|
update instancing tests
|
2025-06-09 18:28:58 +08:00 |
|
Nick Fisher
|
95db6d7ebb
|
update generated bindings
|
2025-06-09 18:28:43 +08:00 |
|
Nick Fisher
|
fef48940fc
|
add implementation methods for getPrimitiveCount, setMaterialInstancesFromMap, getMaterialInstancesAsMap and setMaterialInstanceForAll
|
2025-06-09 18:28:33 +08:00 |
|
Nick Fisher
|
4086c9bd01
|
add interface methods for getPrimitiveCount, setMaterialInstancesFromMap, getMaterialInstancesAsMap and setMaterialInstanceForAll
|
2025-06-09 18:26:36 +08:00 |
|
Nick Fisher
|
928517f80f
|
update gitignore with generated Swift dylib
|
2025-06-09 18:25:53 +08:00 |
|
Nick Fisher
|
4a9b91c411
|
(test) update helper to add createStencilBuffer flag
|
2025-06-09 18:25:39 +08:00 |
|
Nick Fisher
|
9054879722
|
update Swift bindings and remove dylib from repository (should be recompiled when running via CI/CD?)
|
2025-06-09 18:25:18 +08:00 |
|
Nick Fisher
|
4c95bc5b70
|
(macos) add isStencil argument for creating depth texture on macOS (if true, creates texture with .depth24Unorm_stencil8
|
2025-06-09 18:24:15 +08:00 |
|
Nick Fisher
|
8866ffe210
|
(test) update helper to add createStencilBuffer flag
|
2025-06-09 18:23:22 +08:00 |
|
Nick Fisher
|
c33eaef713
|
replace direct FFI View_ calls with calls to corresponding (Dart) methods on View
|
2025-06-09 18:18:58 +08:00 |
|
Nick Fisher
|
78e14574ef
|
split stencil/depth tests from unlit material tests
|
2025-06-09 18:15:17 +08:00 |
|
Nick Fisher
|
073976b40e
|
logging
|
2025-06-09 18:13:54 +08:00 |
|
Nick Fisher
|
6d0844f873
|
logging
|
2025-06-09 18:13:44 +08:00 |
|
Nick Fisher
|
983d1373ba
|
logging
|
2025-06-09 18:13:35 +08:00 |
|
Nick Fisher
|
0dd64a07bb
|
add helper method to convert between TStencilFace and MaterialInstance::StencilFace (not strictly necessary, but will help if something upstream changes in future
|
2025-06-09 18:12:17 +08:00 |
|
Nick Fisher
|
6055bd3fa7
|
fix FFIMaterial so it correctly translates between StencilFace (Dart) and TStencilFace (Dart FFI) enums
|
2025-06-09 18:10:07 +08:00 |
|
Nick Fisher
|
f3a576005a
|
expose setShadowsEnabled method on View/FFIView
|
2025-06-09 18:09:27 +08:00 |
|
Nick Fisher
|
ff559997dd
|
(web) regenerate JS bindings
|
2025-06-05 21:52:47 +08:00 |
|
Nick Fisher
|
79fea25d1b
|
manually edit JS bindings to remove internal (Dart) struct members and fix TFogOptions
|
2025-06-05 16:42:28 +08:00 |
|
Nick Fisher
|
9ae7c784df
|
pass TFogOptions by value, not pointer, and rearrange struct fields to minimize alignment issues
|
2025-06-05 16:41:08 +08:00 |
|
Nick Fisher
|
acf03ea0c7
|
pass TFogOptions by value, not pointer, and rearrange struct fields to minimize alignment issues
|
2025-06-05 16:40:53 +08:00 |
|
Nick Fisher
|
a9553da1d4
|
(build) remove libpng
|
2025-06-05 10:12:41 +08:00 |
|
Nick Fisher
|
fc4686b20f
|
add documentation for Scene
|
2025-06-04 17:44:24 +08:00 |
|
Nick Fisher
|
ab4743da90
|
pass keepData flag to instances of FFIAsset when creating geometry
|
2025-06-04 11:14:02 +08:00 |
|
Nick Fisher
|
7406662853
|
add nullptr check when loading gltf assets
|
2025-06-04 11:13:39 +08:00 |
|
Nick Fisher
|
aa2f19442b
|
surround frame request hooks with try/catch, and add a check to avoid concurrency exceptions when adding/removing hooks
|
2025-06-04 11:13:15 +08:00 |
|
Nick Fisher
|
cc99905eb8
|
pass through keepData flag when creating geometry via viewer
|
2025-06-04 11:11:42 +08:00 |
|
Nick Fisher
|
1d697037c0
|
gltf animation names are immutable, so cache these in a local copy in FFIAsset
|
2025-06-04 11:10:45 +08:00 |
|
Nick Fisher
|
c024efb8cd
|
store reference to keepData in each FFIAsset and throw exception if an instance is attempted to be created when keepData is false
|
2025-06-04 11:09:28 +08:00 |
|
Nick Fisher
|
150c0227c8
|
(test) remove group from asset_tests
|
2025-06-04 11:08:13 +08:00 |
|
Nick Fisher
|
e594a42496
|
add test for create/destroy geometry instances
|
2025-06-04 11:07:58 +08:00 |
|
Nick Fisher
|
c484eeb37f
|
when destroying an asset, remove/destroy instances before destroying the parent asset
|
2025-06-04 11:07:21 +08:00 |
|
Nick Fisher
|
655ba89b0f
|
logging
|
2025-06-04 11:05:19 +08:00 |
|
Nick Fisher
|
840f3599e7
|
logging
|
2025-06-04 11:04:52 +08:00 |
|