docs
This commit is contained in:
BIN
docs/logo.png
BIN
docs/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 712 KiB After Width: | Height: | Size: 822 KiB |
@@ -101,7 +101,7 @@ class _MyAppState extends State<MyApp> {
|
|||||||
}}```
|
}}```
|
||||||
|
|
||||||
5. Load a skybox and the glb asset
|
5. Load a skybox and the glb asset
|
||||||
```
|
```dart
|
||||||
Center(child:ElevatedButton(child:Text("Load"), onPressed:() {
|
Center(child:ElevatedButton(child:Text("Load"), onPressed:() {
|
||||||
var viewer = await _thermionViewer;
|
var viewer = await _thermionViewer;
|
||||||
await viewer.loadSkybox("assets/default_env_skybox.ktx");
|
await viewer.loadSkybox("assets/default_env_skybox.ktx");
|
||||||
|
|||||||
Reference in New Issue
Block a user