Nick Fisher
|
0b315f3dfe
|
bump Dart SDK version for NativeCallable
|
2024-02-15 13:45:51 +08:00 |
|
Nick Fisher
|
73c039b413
|
differentiate between setPosition/queuePositionUpdate (+rotate), use EntityId in collision callback, fix collisions + add skiing effect
|
2024-02-15 13:45:09 +08:00 |
|
Nick Fisher
|
4913956b3e
|
add createGeometry
|
2024-02-14 10:48:56 +08:00 |
|
Nick Fisher
|
1638599078
|
support collisions & restructure transforms to only update once per frame
|
2024-02-13 13:31:18 +08:00 |
|
Nick Fisher
|
6561af6825
|
change transform order for relative setPosition to SRT
|
2024-02-05 08:43:54 +08:00 |
|
Nick Fisher
|
48a1c6dc0b
|
use decompose/composeMatrix for transforms and add mouse controls for rotation
|
2024-02-03 14:11:02 +08:00 |
|
Nick Fisher
|
63a52025dd
|
support relative setPosition, add hardware keyboard listener + control, log FPS
|
2024-02-03 11:56:06 +08:00 |
|
Nick Fisher
|
0d9cf8a9ff
|
merge in work on controller from webjs branch
|
2024-02-02 18:17:40 +08:00 |
|
Nick Fisher
|
3e368e1a31
|
expose getters for near/far culling distance and clean up example project for more readability on frustum
|
2023-12-17 15:17:17 +08:00 |
|
Nick Fisher
|
660395a40e
|
enable setting output directory for recording
|
2023-11-20 22:59:50 +08:00 |
|
Nick Fisher
|
5c1be3d047
|
add option to record to PNGs (inc background threadpool for encoding)
|
2023-11-20 15:28:55 +08:00 |
|
Nick Fisher
|
a24f56b31a
|
restructure render loop to correct timings and expose FFI methods for setBoneTransform/setMorphWeights
|
2023-11-20 11:35:50 +08:00 |
|
Nick Fisher
|
f0683b0b24
|
remove morph animation FFI-specific methods (regular methods are OK to use outside the engine thread)
|
2023-11-19 18:12:38 +08:00 |
|
Nick Fisher
|
5638eca20c
|
allow setting animations for multiple targets
|
2023-11-18 13:34:50 +08:00 |
|
Nick Fisher
|
fff6eae2f8
|
allow setting animations for multiple targets
|
2023-11-18 13:34:25 +08:00 |
|
Nick Fisher
|
0c698d16e3
|
use boneName instead of boneIndex for setBoneTransform
|
2023-11-18 00:28:31 +08:00 |
|
Nick Fisher
|
572a945025
|
add support for multiple bone animations using quaternions
|
2023-11-17 23:44:30 +08:00 |
|
Nick Fisher
|
f5d5a36f22
|
add setBoneTransform method
|
2023-11-17 16:40:17 +08:00 |
|
Nick Fisher
|
daf319bf2c
|
FilamentWidget resizing fixes
|
2023-11-16 12:17:55 +08:00 |
|
Nick Fisher
|
e67d4d7e1f
|
fix incorrect pixelDeviceRatio
|
2023-11-16 12:09:50 +08:00 |
|
Nick Fisher
|
f2a458b9ca
|
add setCameraCulling method to set near/far culling plane and return vector_math:Frustum from planes returned by get_camera_frustum
|
2023-11-09 15:08:34 +08:00 |
|
Nick Fisher
|
395de95d37
|
more methods for projection/culling projection matrices & frustum
|
2023-11-09 11:41:40 +08:00 |
|
Nick Fisher
|
2db353cc3b
|
add getCameraFrustum() and getCameraProjectionMatrix()
|
2023-11-08 20:30:14 +08:00 |
|
Nick Fisher
|
af543f46b2
|
add onLoad/onUnload streams
|
2023-11-08 17:47:11 +08:00 |
|
Nick Fisher
|
0748323316
|
add free() method for stability on Windows
|
2023-11-07 17:54:57 +11:00 |
|
Nick Fisher
|
921f654978
|
update generated_bindings with consistent assetId flutter_filament_plugin
|
2023-11-07 17:25:36 +11:00 |
|
Nick Fisher
|
b5fffe617e
|
use ffi-native for generated bindings
|
2023-11-07 13:15:12 +08:00 |
|
LukasPoque
|
93693788ac
|
fix dart docs to match the method args naming
|
2023-11-06 17:19:40 +01:00 |
|
LukasPoque
|
793bc6ca32
|
Refactor gesture type enum to use camelCase
|
2023-11-06 17:13:25 +01:00 |
|
LukasPoque
|
9862f39bcd
|
fix lint warnings through ignore lines
|
2023-11-06 17:13:13 +01:00 |
|
LukasPoque
|
1c55526463
|
Refactor FilamentControllerFFI class to use entity
instead of asset to match overridden method
|
2023-11-06 17:12:03 +01:00 |
|
LukasPoque
|
229357d8b9
|
Change print to log to follow bp
|
2023-11-06 16:55:52 +01:00 |
|
LukasPoque
|
94680c6db7
|
Fix typos and comments in FilamentControllerFFI
and AnimationBuilder classes
|
2023-11-06 16:41:07 +01:00 |
|
LukasPoque
|
851d2df84e
|
Run dart fix in lib
|
2023-11-06 14:27:16 +01:00 |
|
Nick Fisher
|
8120cbea6d
|
properly free memory in model/view matrix getters
|
2023-11-03 22:43:04 +08:00 |
|
Nick Fisher
|
48be185bba
|
start using menu for example project & add methods for getting camera model/view matrices
|
2023-11-03 22:17:39 +08:00 |
|
Nick Fisher
|
f5cc7a8174
|
update example project
|
2023-11-03 17:28:25 +08:00 |
|
Nick Fisher
|
58a9542121
|
add model/view matrix getters & manipulator options
|
2023-11-03 15:20:15 +08:00 |
|
Nick Fisher
|
83469e93b9
|
add new interface methods for camera
|
2023-11-03 13:18:04 +08:00 |
|
Nick Fisher
|
7700ead724
|
remove delay on resume
|
2023-11-03 13:10:22 +08:00 |
|
Nick Fisher
|
6671ced45d
|
add delay to setRendering when coming back from inactive
|
2023-11-02 22:05:57 +08:00 |
|
Nick Fisher
|
a366867d91
|
correctly complete completer when resizing while unmounted and log any errors on resize
|
2023-11-01 14:05:49 +08:00 |
|
Nick Fisher
|
4280172767
|
remove old Method Channel FilamentController
|
2023-10-27 20:57:33 +08:00 |
|
Nick Fisher
|
4a5c62a306
|
move rect ValueNotifier to interface
|
2023-10-27 20:57:13 +08:00 |
|
Nick Fisher
|
40485081bc
|
require createViewer to be specified manually
|
2023-10-27 20:32:16 +08:00 |
|
Nick Fisher
|
8b9e6a2b3a
|
rename plugin from PolyvoxFilament to FlutterFilament
rename plugin from PolyvoxFilament to FlutterFilament
|
2023-10-26 14:08:20 +11:00 |
|
Nick Fisher
|
53c908dd0d
|
use short timeout on front-end for resizing on Windows
|
2023-10-26 12:38:52 +11:00 |
|
Nick Fisher
|
6399ca41ed
|
use pixelRatio properly
|
2023-10-26 11:33:44 +11:00 |
|
Nick Fisher
|
a56943fb86
|
use pixelRatio properly
|
2023-10-26 11:27:42 +11:00 |
|
Nick Fisher
|
38b58b6d8f
|
set pixel ratio in FilamentWidget
|
2023-10-26 11:19:35 +11:00 |
|