Commit Graph

93 Commits

Author SHA1 Message Date
Nick Fisher
cab2ac45f8 render directly to Texture rather than PlatformView (Android only) 2022-08-17 19:46:02 +10:00
Nick Fisher
b7fa36a320 update example styles.xml 2022-08-17 12:45:20 +10:00
Nick Fisher
8bae2001c1 add transformToUnitCube/setPosition/setRotation methods to FilamentController 2022-08-17 12:43:51 +10:00
Nick Fisher
f8c43b8c1e add transformToUnitCube/setPosition/setRotation methods to FilamentView 2022-08-17 12:43:14 +10:00
Nick Fisher
dcd36362f7 add transformToUnitCube/setPosition/setRotation methods to FilamentInterop 2022-08-17 12:42:10 +10:00
Nick Fisher
f3bc9072e5 add transformToUnitCube/setPosition/setRotation methods to filament android 2022-08-17 12:41:49 +10:00
Nick Fisher
37700f5f19 defer freeing resource until after source data released and enable culling by default 2022-08-16 11:32:29 +10:00
Nick Fisher
3eef4e816e add setFirstCamera method to FilamentViewer 2022-08-16 11:32:03 +10:00
Nick Fisher
5c70d42f45 header guards for StreamBufferAdapter 2022-08-15 19:02:52 +10:00
Nick Fisher
c6e96b0007 update cube assets 2022-08-15 19:02:04 +10:00
Nick Fisher
e200064d1b add setTexture to Android API 2022-08-15 19:01:37 +10:00
Nick Fisher
85f7e1e3f0 add setTexture method on SceneAsset 2022-08-15 19:00:47 +10:00
Nick Fisher
4afea4413c cleanup unused mat transforms 2022-08-15 18:59:58 +10:00
Nick Fisher
47e37e6ed0 move color grading to FilamentViewer constructor 2022-08-15 17:09:13 +10:00
Nick Fisher
07411fe4ef revert to main camera when removing assets 2022-08-15 00:27:31 +10:00
Nick Fisher
ed2db379cb don't revert final frame on animations 2022-08-15 00:27:05 +10:00
Nick Fisher
2aafbee92e update example project 2022-08-14 21:31:10 +10:00
Nick Fisher
6a7499099d add clearAssets method to viewer 2022-08-14 21:30:58 +10:00
Nick Fisher
7d24621925 restructure embedded animations to allow simultaneous play 2022-08-13 12:52:53 +10:00
Nick Fisher
e51577cf6b decouple assets from viewer to allow independent addition/removal/animation/etc 2022-08-13 00:25:56 +10:00
Nick Fisher
485e2bc0f4 update README for imageio 2022-08-09 09:53:18 +08:00
Nick Fisher
f7bf83034e update example project 2022-08-09 09:52:38 +08:00
Nick Fisher
606f95f7e2 separate IBL from skybox and add setBackgroundImage method 2022-08-09 09:52:22 +08:00
Nick Fisher
efabcc3171 separate IBL from skybox and add setBackgroundImage method 2022-08-09 09:52:07 +08:00
Nick Fisher
cccf249be8 add streambuf for wrapping resources in IOStream 2022-08-09 09:49:52 +08:00
Nick Fisher
c1365edbb5 add imagematerial for background images 2022-08-09 09:49:30 +08:00
Nick Fisher
4a3038e0dc update android libs 2022-08-09 09:49:06 +08:00
Nick Fisher
637a5a89e4 update example project 2022-07-27 21:06:03 +10:00
Nick Fisher
757dcc6459 update README 2022-07-27 21:05:48 +10:00
Nick Fisher
ce177e7fbd use focal length from GLTF 2022-07-18 12:24:53 +10:00
Nick Fisher
d512ebd38f add removeSkybox 2022-07-16 17:34:56 +10:00
Nick Fisher
a8ef628316 fixes for Android transparency and add removeAsset method 2022-07-11 19:12:49 +10:00
Nick Fisher
84c27faa07 update README 2022-07-10 17:58:01 +10:00
Nick Fisher
6f49277389 cleanup example build.gradle 2022-07-10 17:54:50 +10:00
Nick Fisher
cff0772b07 remove maven dependencies as we link Filament libs directly now 2022-07-10 17:54:13 +10:00
Nick Fisher
e03b332cff update example project with explicit height on FilamentView and add FlightHelmet 2022-07-10 17:53:44 +10:00
Nick Fisher
31f5f2894c update CMakeLists with static libraries 2022-07-10 17:52:43 +10:00
Nick Fisher
48dd30e90b update FilamentView for new method channel compatibility 2022-07-10 17:52:20 +10:00
Nick Fisher
363d855cbe update FilamentViewer for v1.25 texture & shader providers 2022-07-10 17:51:46 +10:00
Nick Fisher
0e95170fab add additional Java source files needed for Android build 2022-07-10 17:51:13 +10:00
Nick Fisher
7f7c59583a add additional C++ source files needed for Android build 2022-07-10 17:50:58 +10:00
Nick Fisher
a0ff8d168b remove superseded dynamic libraries for Android 2022-07-10 17:50:29 +10:00
Nick Fisher
9acbc28a52 update headers to Filament v1.25.0 2022-07-10 17:49:56 +10:00
Nick Fisher
b3bfead533 update android libs to Filament v1.25.0 2022-07-10 17:49:33 +10:00
Nick Fisher
a1eda5ee7e Merge branch 'master' of github.com:nmfisher/polyvox_filament 2022-07-08 23:06:03 +10:00
Nick Fisher
4bd0ac3b8a add iOS handlers for get animation names/target names 2022-06-21 13:05:51 +08:00
Nick Fisher
4664276fc4 fix off-by-one on morph animation frames 2022-06-21 13:05:36 +08:00
Nick Fisher
cc99482abb fix up morph target animations and add stopAnimation function 2022-04-28 15:54:09 +08:00
Nick Fisher
97389e41de iOS project fixes 2022-04-26 23:04:02 +08:00
Nick Fisher
54f312cd63 replace calls to private Filament code with public API for morph target/animation names & cameras 2022-04-16 23:04:33 +08:00