Nick Fisher
|
bbb3cb5727
|
fix dynamic bone animations
|
2023-04-28 20:53:16 +08:00 |
|
Nick Fisher
|
62c4be0563
|
fix dynamic bone animations
|
2023-04-27 16:32:32 +08:00 |
|
Nick Fisher
|
6641403187
|
animation data class renaming
|
2023-04-26 17:50:26 +08:00 |
|
Nick Fisher
|
a692e4b7b7
|
fix resourceLoader
|
2023-04-21 09:12:34 +08:00 |
|
Nick Fisher
|
3707b7f49b
|
tick at lower framerate if specified
|
2023-04-21 08:44:15 +08:00 |
|
Nick Fisher
|
80a781a3c4
|
iOS fixes
|
2023-04-20 22:15:50 +08:00 |
|
Nick Fisher
|
7225cb53b1
|
fix morph animations
|
2023-04-20 15:45:59 +08:00 |
|
Nick Fisher
|
c91362eefe
|
use threadpool on C API
|
2023-04-20 11:49:12 +08:00 |
|
Nick Fisher
|
dd01249547
|
fix morph animations
|
2023-04-19 22:10:51 +08:00 |
|
Nick Fisher
|
a162ff2400
|
refactor
|
2023-04-19 18:06:48 +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
|
cbfff1a667
|
fixes
|
2023-03-07 13:49:38 +08:00 |
|
Nick Fisher
|
051b6d1db1
|
fixes
|
2023-02-28 22:56:51 +08:00 |
|
Nick Fisher
|
652de0ec6a
|
Merge branch 'master' of github.com:nmfisher/polyvox_filament
|
2023-02-26 12:22:14 +08:00 |
|
Nick Fisher
|
d7c93e4a95
|
add setAnimationFrame
|
2023-02-26 12:21:36 +08:00 |
|
Nick Fisher
|
494d2bad43
|
more Linux plugin work, separate out MorphAnimation and require entity name
|
2023-02-14 16:11:21 +08:00 |
|
Nick Fisher
|
713e4e8112
|
add setCameraModelMatrix method for iOS
|
2023-01-06 13:41:50 +08:00 |
|
Nick Fisher
|
52af1171e1
|
add error check for failed to load
|
2022-12-22 19:58:53 +08:00 |
|
Nick Fisher
|
5ac6753a77
|
move texture ID to stream on FilamentController
|
2022-12-20 11:31:14 +08:00 |
|
Nick Fisher
|
b1832c237f
|
finalize bone transform animation
|
2022-12-17 16:31:20 +08:00 |
|
Nick Fisher
|
9f032a8392
|
update to animation structures
|
2022-12-15 23:15:22 +08:00 |
|
Nick Fisher
|
f50b5328db
|
add manual bone transform animation
|
2022-12-15 16:56:57 +08:00 |
|
Nick Fisher
|
82ad204139
|
swap texture ID on resize
|
2022-12-14 14:49:39 +08:00 |
|
Nick Fisher
|
5bb9141f87
|
remove setRendering call from pan/rotate/etc
|
2022-12-09 14:43:58 +08:00 |
|
Nick Fisher
|
2e28f7e812
|
fix imports
|
2022-12-05 18:04:53 +08:00 |
|
Nick Fisher
|
b94c51465d
|
store size
|
2022-12-05 17:53:40 +08:00 |
|
Nick Fisher
|
d9e36d2bc3
|
Add reverse animation
|
2022-10-03 14:57:31 +11:00 |
|
Nick Fisher
|
27ad496b32
|
move pixel ratio to setPixelRatio function
|
2022-09-09 13:01:16 +10:00 |
|
Nick Fisher
|
fd90bae53f
|
use pixels in setBackgroundImagePosition and add argument for clamp
|
2022-09-07 17:40:18 +10:00 |
|
Nick Fisher
|
ea39d8c25d
|
add explicit render platform channel method
|
2022-09-06 19:35:46 +10:00 |
|
Nick Fisher
|
5ae59794df
|
add light creation/removal to API and destroy manipulator on grab/zoomEnd
|
2022-09-05 14:24:21 +10:00 |
|
Nick Fisher
|
0ac25b32e3
|
add transform + controls for background image
|
2022-09-05 12:38:58 +10:00 |
|
Nick Fisher
|
168a347a7e
|
add android option to pause rendering
|
2022-09-01 15:19:29 +10:00 |
|
Nick Fisher
|
dc9e639c40
|
add setter for frame interval, separate FilamentController initialization from widget
|
2022-09-01 14:26:31 +10:00 |
|
Nick Fisher
|
b0ff3457f0
|
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
|
d3faaac6c0
|
add camera utils to API
|
2022-08-26 00:25:45 +10:00 |
|
Nick Fisher
|
a938a6656b
|
make Android use new API, add delete_viewer method
|
2022-08-20 22:19:14 +10:00 |
|
Nick Fisher
|
8a02c07941
|
add animationIndex to stopAnimation on Dart side
|
2022-08-19 21:49:15 +08:00 |
|
Nick Fisher
|
cab2ac45f8
|
render directly to Texture rather than PlatformView (Android only)
|
2022-08-17 19:46:02 +10:00 |
|
Nick Fisher
|
8bae2001c1
|
add transformToUnitCube/setPosition/setRotation methods to FilamentController
|
2022-08-17 12:43:51 +10:00 |
|
Nick Fisher
|
4afea4413c
|
cleanup unused mat transforms
|
2022-08-15 18:59:58 +10:00 |
|
Nick Fisher
|
6a7499099d
|
add clearAssets method to viewer
|
2022-08-14 21:30:58 +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
|
606f95f7e2
|
separate IBL from skybox and add setBackgroundImage method
|
2022-08-09 09:52:22 +08: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
|
cc99482abb
|
fix up morph target animations and add stopAnimation function
|
2022-04-28 15:54:09 +08:00 |
|
Nick Fisher
|
6d271e2de3
|
add loop option to playAnimation
|
2022-03-29 15:50:23 +08:00 |
|
Nick Fisher
|
473ba59b27
|
add getters from animation names and play animation method
|
2022-03-22 22:33:50 +08:00 |
|