Nick Fisher
|
693e5431ed
|
first pass Windows implementation
|
2023-09-22 08:24:14 +08:00 |
|
Nick Fisher
|
7c2659c89e
|
web support for FilamentGestureDetector
|
2023-09-22 08:23:41 +08:00 |
|
Nick Fisher
|
880ea1dc84
|
update example project
|
2023-09-22 08:23:25 +08:00 |
|
Nick Fisher
|
cbb20ab4eb
|
add web to pubspec.yaml
|
2023-09-22 08:23:06 +08:00 |
|
Nick Fisher
|
c033dd51cf
|
whitespace
|
2023-09-22 08:22:56 +08:00 |
|
Nick Fisher
|
52957caa0d
|
add first pass Web implementation
|
2023-09-22 08:22:19 +08:00 |
|
Nick Fisher
|
504b1efda4
|
remove old Linux texture test file
|
2023-09-22 08:21:17 +08:00 |
|
Nick Fisher
|
dc324435aa
|
add emcc build instructions to README
|
2023-09-22 08:21:02 +08:00 |
|
Nick Fisher
|
6457b8b80b
|
remove old FFI references from FilamentController
|
2023-09-22 08:20:36 +08:00 |
|
Nick Fisher
|
6e7d5797a8
|
rename window argument in create_swap_chain
|
2023-09-22 08:19:31 +08:00 |
|
Nick Fisher
|
9f1aa84664
|
remove old methods, rename surface to window and use window properly if not nullptr
|
2023-09-22 08:19:19 +08:00 |
|
Nick Fisher
|
61d62eb463
|
rename window argument in create_swap_chain
|
2023-09-22 08:18:32 +08:00 |
|
Nick Fisher
|
2a30a4dd40
|
remove StandardMaterialProvider
|
2023-09-22 08:18:09 +08:00 |
|
Nick Fisher
|
fcad31806f
|
manual OpenGL texture instantiation on Android
|
2023-09-22 08:17:50 +08:00 |
|
Nick Fisher
|
8bdaf0afa8
|
add all android libs
|
2023-09-22 08:17:19 +08:00 |
|
Nick Fisher
|
98fd6a1157
|
remove unused iOS OpenGL texture creation
|
2023-09-19 17:53:43 +08:00 |
|
Nick Fisher
|
baf279c61f
|
cleanup Linux CMakeLists
|
2023-09-19 17:49:53 +08:00 |
|
Nick Fisher
|
58f0d9730b
|
remove unused script
|
2023-09-19 17:49:34 +08:00 |
|
Nick Fisher
|
c5d19f8576
|
fix AssetManager includes for proper compilation on Android
|
2023-09-19 17:49:15 +08:00 |
|
Nick Fisher
|
791ac0504d
|
fix Android example app
|
2023-09-19 17:48:54 +08:00 |
|
Nick Fisher
|
0e51deb31c
|
update Android CMakeLists
|
2023-09-19 17:47:04 +08:00 |
|
Nick Fisher
|
3eaf53822d
|
update Android libs to Filament v1.41.0
|
2023-09-19 17:46:45 +08:00 |
|
Nick Fisher
|
c5c78c7478
|
add fillHeight option to setBackgroundImage
|
2023-09-15 13:51:52 +08:00 |
|
Nick Fisher
|
96556d5af0
|
stop animations are completed
|
2023-09-15 13:51:38 +08:00 |
|
Nick Fisher
|
9e51890ea1
|
add fillHeight option to setBackgroundImage
|
2023-09-15 13:51:23 +08:00 |
|
Nick Fisher
|
f72ffd6c6a
|
add fillHeight option to setBackgroundImage
|
2023-09-15 13:00:58 +08:00 |
|
Nick Fisher
|
3312b88f0a
|
add resize timer to FilamentWidget
|
2023-09-14 13:39:25 +08:00 |
|
Nick Fisher
|
9f851fb4e7
|
macos logging
|
2023-09-14 13:39:09 +08:00 |
|
Nick Fisher
|
01928da3e6
|
logging
|
2023-09-14 13:38:57 +08:00 |
|
Nick Fisher
|
d02cf30718
|
add checks for null viewer or resizing in controller
|
2023-09-14 13:38:46 +08:00 |
|
Nick Fisher
|
0bd6c618a0
|
use uberz material on macOS
|
2023-09-14 10:00:04 +08:00 |
|
Nick Fisher
|
9f6ceb11b6
|
add macOS and uberz material to pubspec
|
2023-09-14 09:54:40 +08:00 |
|
Nick Fisher
|
c0421af1db
|
add check in gesture detector for MacOS
|
2023-09-14 09:54:18 +08:00 |
|
Nick Fisher
|
b8c418f537
|
remove old glob paths from iOS podspec
|
2023-09-14 09:53:57 +08:00 |
|
Nick Fisher
|
64764106c3
|
update example iOS project
|
2023-09-14 09:53:21 +08:00 |
|
Nick Fisher
|
f963fe6063
|
don't initialize to nullptr (doesn't compile in Xcode)
|
2023-09-14 09:53:01 +08:00 |
|
Nick Fisher
|
7ba1598d9e
|
use intptr_t for textureId
|
2023-09-14 09:52:42 +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
|
bd7de45103
|
use new initialization methods in FilamentWidget
|
2023-09-14 09:51:33 +08:00 |
|
Nick Fisher
|
9ae30cbf46
|
properly return futures from all FilamentController methods
|
2023-09-14 09:50:55 +08:00 |
|
Nick Fisher
|
ab2c09b788
|
change int types for consistency
|
2023-09-14 09:50:26 +08:00 |
|
Nick Fisher
|
4c99c86571
|
change int types for consistency
|
2023-09-14 09:50:17 +08:00 |
|
Nick Fisher
|
c47bdf4bf1
|
update iOS FilamentViewer to match new API
|
2023-09-14 09:49:58 +08:00 |
|
Nick Fisher
|
574d15a2ed
|
use custom ubershader material
|
2023-09-14 09:49:41 +08:00 |
|
Nick Fisher
|
238c4bed14
|
fix resource loading on macOS
|
2023-09-06 16:43:56 +08:00 |
|
Nick Fisher
|
c689bf2978
|
fix macOS podspec
|
2023-09-06 15:47:37 +08:00 |
|
Nick Fisher
|
84e3124e04
|
add macOS implementation
|
2023-09-05 23:13:59 +08:00 |
|
Nick Fisher
|
c522cd6ee9
|
merge
|
2023-09-01 12:56:25 +08:00 |
|
Nick Fisher
|
b739976c24
|
add lifecycle listeners
|
2023-09-01 12:49:54 +08:00 |
|
Nick Fisher
|
e1edb6299a
|
add setBloom method
|
2023-08-24 09:36:30 +08:00 |
|