This commit is contained in:
Nick Fisher
2023-02-28 22:56:51 +08:00
parent d00bd9e76b
commit 82884025cc
5 changed files with 199 additions and 3 deletions

View File

@@ -374,6 +374,7 @@ class PolyvoxFilamentController extends FilamentController {
}
Future setCameraModelMatrix(List<double> matrix) async {
assert(matrix.length == 16);
await _channel.invokeMethod(
"setCameraModelMatrix", Float32List.fromList(matrix));
}