This commit is contained in:
Nick Fisher
2023-02-28 22:56:51 +08:00
parent 5d99983855
commit 051b6d1db1
5 changed files with 199 additions and 3 deletions
+1
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));
}