This commit is contained in:
Nick Fisher
2024-06-15 21:51:23 +08:00
parent 1e1630c4d7
commit 13df1a75a1
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 712 KiB

After

Width:  |  Height:  |  Size: 822 KiB

View File

@@ -101,7 +101,7 @@ class _MyAppState extends State<MyApp> {
}}```
5. Load a skybox and the glb asset
```
```dart
Center(child:ElevatedButton(child:Text("Load"), onPressed:() {
var viewer = await _thermionViewer;
await viewer.loadSkybox("assets/default_env_skybox.ktx");