Commit Graph

68 Commits

Author SHA1 Message Date
Nick Fisher
0c9e051baf rename plugin files 2024-03-05 10:21:26 +08:00
Nick Fisher
8b9e6a2b3a rename plugin from PolyvoxFilament to FlutterFilament
rename plugin from PolyvoxFilament to FlutterFilament
2023-10-26 14:08:20 +11:00
Nick Fisher
2fd6f44785 fixes for window resizing on Windows 2023-10-26 02:10:22 +11:00
Nick Fisher
3640e27324 remove superseded resize method call handler
remove superseded resize method call handler
2023-10-17 18:25:38 +08:00
Nick Fisher
6327c8063b fix missing return values on platform channels for destroyTexture 2023-10-13 11:22:08 +08:00
Nick Fisher
138309da21 standardize on Int32 for ResourceBuffer size/id 2023-10-03 00:22:09 +08:00
Nick Fisher
2e207e636a iOS fixes for direct FFI 2023-09-29 21:51:33 +08:00
Nick Fisher
dd88c45536 more FFI work 2023-09-29 14:55:40 +08:00
Nick Fisher
a6506e6346 initial work to re-implement FFI with background thread render loop 2023-09-29 13:54:04 +08:00
Nick Fisher
c033dd51cf whitespace 2023-09-22 08:22:56 +08:00
Nick Fisher
98fd6a1157 remove unused iOS OpenGL texture creation 2023-09-19 17:53:43 +08:00
Nick Fisher
f72ffd6c6a add fillHeight option to setBackgroundImage 2023-09-15 13:00:58 +08:00
Nick Fisher
0c6d0890c2 add setBloom Swift method handler, fix types and add createGlTexture (unused) 2023-09-14 09:52:27 +08:00
Nick Fisher
b739976c24 add lifecycle listeners 2023-09-01 12:49:54 +08:00
Nick Fisher
042439a72b add method for setting material color 2023-08-19 13:52:57 +08:00
Nick Fisher
ed72c16724 allow partial morph animations 2023-08-18 15:43:20 +08:00
Nick Fisher
73a1df18dd set framerate correctly in iOS 2023-08-18 12:01:42 +08:00
Nick Fisher
e62bf64c04 allow multiple simultaneous gltf animatiosn 2023-08-09 13:59:10 +08:00
Nick Fisher
fa8c6b1ca0 add getAnimationDuration method 2023-08-08 14:34:15 +08:00
Nick Fisher
fb53881183 fix setMorphTargetAnimation 2023-08-08 14:19:17 +08:00
Nick Fisher
3e982e2993 fix aspect 2023-08-08 13:05:08 +08:00
Nick Fisher
4ec9dbe756 fix resizing 2023-08-08 11:16:34 +08:00
Nick Fisher
44aa3109bc add animation fading and revert to platform channel handler 2023-08-08 10:44:10 +08:00
Nick Fisher
6ec9fc2988 iOS fixes 2023-04-23 11:33:23 +08:00
Nick Fisher
a692e4b7b7 fix resourceLoader 2023-04-21 09:12:34 +08:00
Nick Fisher
80a781a3c4 iOS fixes 2023-04-20 22:15:50 +08:00
Nick Fisher
b224086254 update iOS swift plugin 2023-04-20 16:01:27 +08:00
Nick Fisher
c91362eefe use threadpool on C API 2023-04-20 11:49:12 +08:00
Nick Fisher
8298e473c2 work 2023-04-18 14:17:05 +08:00
Nick Fisher
67ac8990b8 add arg for ibl intensity 2023-03-12 14:41:25 +08:00
Nick Fisher
26fba3cbf0 add setExposure, forceRender and update hot reload asset check for iOS 2023-03-12 14:01:58 +08:00
Nick Fisher
74df7a6da3 lookup by asset:// uri 2023-03-07 21:39:40 +08:00
Nick Fisher
b543183402 fix Swift bindings for new set animation method 2023-02-26 13:09:04 +08:00
Nick Fisher
d7c93e4a95 add setAnimationFrame 2023-02-26 12:21:36 +08:00
Nick Fisher
6576d59900 add hacky workaround for hot reloaded assets and clear scene on initialize 2023-02-13 15:58:17 +08:00
Nick Fisher
713e4e8112 add setCameraModelMatrix method for iOS 2023-01-06 13:41:50 +08:00
Nick Fisher
b9ddadd437 fix resizing on iOS 2022-12-20 11:30:40 +08:00
Nick Fisher
5731265b5b fix iOS implementation for set_animation 2022-12-19 16:34:29 +08:00
Nick Fisher
f50b5328db add manual bone transform animation 2022-12-15 16:56:57 +08:00
Nick Fisher
f8ba3cdf98 add create_swap_chain/new viewer creation API bindings to iOS 2022-12-13 10:56:52 +08:00
Nick Fisher
5684cddece change to Float on iOS for animation weight values 2022-12-09 14:45:21 +08:00
Nick Fisher
58942ba94d arrange plugin method handler in alphabetical order 2022-12-05 17:51:20 +08:00
Nick Fisher
a89ff620ff iOS build fixes 2022-11-28 08:41:12 +08:00
Nick Fisher
249d538f1d rearrange source/header files for compatibility with CocoaPods Framework structure 2022-10-04 09:23:53 +08:00
Nick Fisher
a938a6656b make Android use new API, add delete_viewer method 2022-08-20 22:19:14 +10:00
Nick Fisher
76f625d429 implement remaining asset methods 2022-08-19 21:48:37 +08:00
Nick Fisher
c6e429bcba replace view with texture, move plugin to Swift implementation 2022-08-19 12:39:55 +08:00
Nick Fisher
efabcc3171 separate IBL from skybox and add setBackgroundImage method 2022-08-09 09:52:07 +08:00
Nick Fisher
d512ebd38f add removeSkybox 2022-07-16 17:34:56 +10:00
Nick Fisher
4bd0ac3b8a add iOS handlers for get animation names/target names 2022-06-21 13:05:51 +08:00