Nick Fisher
|
2cd6cbe8ec
|
add setTexture method on SceneAsset
|
2022-08-15 19:00:47 +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
|
020f83f2d8
|
don't revert final frame on animations
|
2022-08-15 00:27:05 +10:00 |
|
Nick Fisher
|
c00fb90b66
|
update example project
|
2022-08-14 21:31:10 +10:00 |
|
Nick Fisher
|
e778c097db
|
add clearAssets method to viewer
|
2022-08-14 21:30:58 +10:00 |
|
Nick Fisher
|
0e38ebc8fc
|
restructure embedded animations to allow simultaneous play
|
2022-08-13 12:52:53 +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
|
f2f158ad78
|
update README for imageio
|
2022-08-09 09:53:18 +08:00 |
|
Nick Fisher
|
7316240c64
|
update example project
|
2022-08-09 09:52:38 +08:00 |
|
Nick Fisher
|
871c0b256c
|
separate IBL from skybox and add setBackgroundImage method
|
2022-08-09 09:52:22 +08:00 |
|
Nick Fisher
|
2cb0d57eed
|
separate IBL from skybox and add setBackgroundImage method
|
2022-08-09 09:52:07 +08:00 |
|
Nick Fisher
|
12edd1f0b2
|
add streambuf for wrapping resources in IOStream
|
2022-08-09 09:49:52 +08:00 |
|
Nick Fisher
|
bf7396ec41
|
add imagematerial for background images
|
2022-08-09 09:49:30 +08:00 |
|
Nick Fisher
|
bb863c9645
|
update android libs
|
2022-08-09 09:49:06 +08:00 |
|
Nick Fisher
|
fe0f41e023
|
update example project
|
2022-07-27 21:06:03 +10:00 |
|
Nick Fisher
|
33e308705a
|
update README
|
2022-07-27 21:05:48 +10: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
|
f65c7ab50b
|
update README
|
2022-07-10 17:58:01 +10:00 |
|
Nick Fisher
|
3b5047ecb9
|
cleanup example build.gradle
|
2022-07-10 17:54:50 +10:00 |
|
Nick Fisher
|
c86da6e88a
|
remove maven dependencies as we link Filament libs directly now
|
2022-07-10 17:54:13 +10:00 |
|
Nick Fisher
|
e675b4ae6a
|
update example project with explicit height on FilamentView and add FlightHelmet
|
2022-07-10 17:53:44 +10:00 |
|
Nick Fisher
|
6e5368cc3f
|
update CMakeLists with static libraries
|
2022-07-10 17:52:43 +10:00 |
|
Nick Fisher
|
71a6c3806b
|
update FilamentView for new method channel compatibility
|
2022-07-10 17:52:20 +10:00 |
|
Nick Fisher
|
30a5c1974f
|
update FilamentViewer for v1.25 texture & shader providers
|
2022-07-10 17:51:46 +10:00 |
|
Nick Fisher
|
ae63305462
|
add additional Java source files needed for Android build
|
2022-07-10 17:51:13 +10:00 |
|
Nick Fisher
|
864c1dc14a
|
add additional C++ source files needed for Android build
|
2022-07-10 17:50:58 +10:00 |
|
Nick Fisher
|
5da67198b7
|
remove superseded dynamic libraries for Android
|
2022-07-10 17:50:29 +10:00 |
|
Nick Fisher
|
ea2964c6c6
|
update headers to Filament v1.25.0
|
2022-07-10 17:49:56 +10:00 |
|
Nick Fisher
|
804d0ef89b
|
update android libs to Filament v1.25.0
|
2022-07-10 17:49:33 +10:00 |
|
Nick Fisher
|
2a63f32d75
|
Merge branch 'master' of github.com:nmfisher/polyvox_filament
|
2022-07-08 23:06:03 +10:00 |
|
Nick Fisher
|
2002660e8a
|
add iOS handlers for get animation names/target names
|
2022-06-21 13:05:51 +08: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
|
2de1fedaf3
|
iOS project fixes
|
2022-04-26 23:04:02 +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
|
7f1b63c71a
|
ViewFactory fix for newer versions of Flutter
|
2022-04-05 13:31:38 +10:00 |
|
Nick Fisher
|
26af636845
|
gardening
|
2022-04-05 13:30:08 +10:00 |
|
Nick Fisher
|
4da1544a50
|
clean up example project
|
2022-04-05 13:22:48 +10:00 |
|
Nick Fisher
|
f4f7d28388
|
add loop option to playAnimation
|
2022-03-29 15:50:23 +08:00 |
|
Nick Fisher
|
f3a74c35ad
|
update example projet
|
2022-03-29 15:50:07 +08:00 |
|
Nick Fisher
|
45a5c7129e
|
add loop option to playAnimation and fix animation names
|
2022-03-29 15:49:43 +08:00 |
|
Nick Fisher
|
fc95aef6ca
|
add loop option to playAnimation
|
2022-03-29 15:49:19 +08:00 |
|
Nick Fisher
|
d5cf8e0b00
|
add loop option to playAnimation
|
2022-03-29 15:49:03 +08:00 |
|
Nick Fisher
|
06b99e2fa0
|
add loop option to playAnimation and fix animation names
|
2022-03-29 15:48:39 +08:00 |
|
Nick Fisher
|
1410fb9ea7
|
add getters from animation names and play animation method
|
2022-03-22 22:33:50 +08:00 |
|