Commit Graph

54 Commits

Author SHA1 Message Date
Nick Fisher
52b331fc2b extend to support rendering to RenderTarget/OpenGL texture on Linux 2022-12-08 17:36:44 +08:00
Nick Fisher
de4c6a32e3 update ResourceLoader call to new API and fix image material resource names 2022-12-05 17:52:07 +08:00
Nick Fisher
dcd0a16bf9 rearrange source/header files for compatibility with CocoaPods Framework structure 2022-10-04 09:23:53 +08:00
Nick Fisher
adf9cd94e9 pass through light type 2022-10-03 14:58:39 +11:00
Nick Fisher
d199bc3aee asset loading failure checks & logging 2022-09-11 18:54:08 +10:00
Nick Fisher
7b7fd09767 allow setting bg texture from ktx 2022-09-09 12:59:55 +10:00
Nick Fisher
f956d46dfc use pixels in setBackgroundImagePosition and add argument for clamp 2022-09-07 17:40:18 +10:00
Nick Fisher
9e20c2e0b2 fix starting target position for manipulator 2022-09-06 23:16:22 +10:00
Nick Fisher
1da92cdf57 manipulator fixes 2022-09-06 19:38:07 +10:00
Nick Fisher
02665e1692 add light creation/removal to API and destroy manipulator on grab/zoomEnd 2022-09-05 14:24:21 +10:00
Nick Fisher
4a220a37c4 add transform + controls for background image 2022-09-05 12:38:58 +10:00
Nick Fisher
e6d5556077 add setter for frame interval, separate FilamentController initialization from widget 2022-09-01 14:26:31 +10:00
Nick Fisher
26d916fc40 fix camera manipulator/gesture detector, add explicit functions to set camera pos/rot, add unlitshader material provider 2022-09-01 13:03:15 +10:00
Nick Fisher
90c9c2e9cb add camera utils to API 2022-08-26 00:25:45 +10:00
Nick Fisher
09673d62b2 setRotation/setPosition from center 2022-08-25 19:01:04 +10:00
Nick Fisher
a7f2ecf3bc remove unused threadpool references 2022-08-25 18:00:48 +10:00
Nick Fisher
f4c1f59399 run all Android work on separate thread, add HotReloadPathHelper, separate loadTexture/setTexture 2022-08-25 17:09:54 +10:00
Nick Fisher
ce346510e6 make Android use new API, add delete_viewer method 2022-08-20 22:19:14 +10:00
Nick Fisher
1bbd460b9b use correct ifdefs for iPhone/other material loading 2022-08-20 00:19:01 +10:00
Nick Fisher
95fc819757 merge 2022-08-19 12:40:33 +08:00
Nick Fisher
d23fe45d08 update FilamentViewer with iOS Metal 2022-08-19 12:37:28 +08:00
Nick Fisher
996ab39201 fix camera update 2022-08-19 14:33:22 +10:00
Nick Fisher
4aef34b2ae add setFirstCamera method to FilamentViewer 2022-08-16 11:32:03 +10:00
Nick Fisher
3651e86321 cleanup unused mat transforms 2022-08-15 18:59:58 +10:00
Nick Fisher
c59c62abd1 move color grading to FilamentViewer constructor 2022-08-15 17:09:13 +10:00
Nick Fisher
284974c37f revert to main camera when removing assets 2022-08-15 00:27:31 +10:00
Nick Fisher
e778c097db add clearAssets method to viewer 2022-08-14 21:30:58 +10:00
Nick Fisher
ff1679198d decouple assets from viewer to allow independent addition/removal/animation/etc 2022-08-13 00:25:56 +10:00
Nick Fisher
2cb0d57eed separate IBL from skybox and add setBackgroundImage method 2022-08-09 09:52:07 +08:00
Nick Fisher
6654b4360c use focal length from GLTF 2022-07-18 12:24:53 +10:00
Nick Fisher
09fe0343de add removeSkybox 2022-07-16 17:34:56 +10:00
Nick Fisher
e3ab9ced81 fixes for Android transparency and add removeAsset method 2022-07-11 19:12:49 +10:00
Nick Fisher
30a5c1974f update FilamentViewer for v1.25 texture & shader providers 2022-07-10 17:51:46 +10:00
Nick Fisher
40ad175637 fix off-by-one on morph animation frames 2022-06-21 13:05:36 +08:00
Nick Fisher
94d1329f0f fix up morph target animations and add stopAnimation function 2022-04-28 15:54:09 +08:00
Nick Fisher
72fc692305 replace calls to private Filament code with public API for morph target/animation names & cameras 2022-04-16 23:04:33 +08:00
Nick Fisher
53ab72bcff upgrade to Filament 1.21.0 2022-04-14 01:54:33 +08:00
Nick Fisher
d5cf8e0b00 add loop option to playAnimation 2022-03-29 15:49:03 +08:00
Nick Fisher
1410fb9ea7 add getters from animation names and play animation method 2022-03-22 22:33:50 +08:00
Nick Fisher
8e3b530b46 re-add morph animation 2022-02-07 14:52:03 +08:00
Nick Fisher
61e12975b4 add fixes for setting camera 2022-02-07 13:19:20 +08:00
Nick Fisher
9c0c73146b add android integration & make iOS API consistent
add pubspec android plugin

update android CMakeLists

add filament android libs for linking
2022-02-06 13:52:19 +08:00
Nick Fisher
dc3f9e9be8 namespace change and add camera extraction from GLTF 2022-01-20 19:55:41 +08:00
Nick Fisher
61e3ed179c add GLB view 2021-11-24 11:48:29 +08:00
Nick Fisher
7ae6d85878 fix normal morph target 2021-11-23 15:51:50 +08:00
Nick Fisher
bb13d82114 package and namespace changes 2021-11-09 22:05:42 +08:00
Nick Fisher
51ba4b2377 package name change 2021-11-06 12:38:56 +08:00
Nick Fisher
4a87ccd143 add animation ticker inside render loop 2021-09-26 10:23:58 +08:00
Nick Fisher
1361fc7d41 add support for multiple primitives 2021-09-24 11:47:50 +08:00
Nick Fisher
14c8f431a2 only animate a single primitive 2021-09-21 16:52:29 +08:00