first pass Windows support

This commit is contained in:
Nick Fisher
2023-09-23 15:27:09 +10:00
parent 64cfea2952
commit 609e349d58
344 changed files with 3886 additions and 261 deletions

View File

@@ -99,9 +99,9 @@ class FilamentController {
_viewer = await _channel
.invokeMethod("createFilamentViewer", [size.width, size.height]);
await _channel.invokeMethod("updateViewportAndCameraProjection",
[size.width.toInt(), size.height.toInt(), 1.0]);
_assetManager = await _channel.invokeMethod("getAssetManager");
// await _channel.invokeMethod("updateViewportAndCameraProjection",
// [size.width.toInt(), size.height.toInt(), 1.0]);
// _assetManager = await _channel.invokeMethod("getAssetManager");
_textureIdController.add(_textureId);