add manual bone transform animation

This commit is contained in:
Nick Fisher
2022-12-15 16:56:57 +08:00
parent eb705347fc
commit f50b5328db
18 changed files with 1422 additions and 500 deletions

View File

@@ -96,7 +96,7 @@ class _FilamentWidgetState extends State<FilamentWidget> {
}
var texture = Texture(
textureId: widget.controller.textureId,
filterQuality: FilterQuality.none,
filterQuality: FilterQuality.high,
);
return ResizeObserver(
onResized: (Size oldSize, Size newSize) async {