diff --git a/example/lib/main.dart b/example/lib/main.dart index e4eb81ac..b5c83a55 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -90,6 +90,10 @@ class _ExampleWidgetState extends State { _item(() { _filamentController.setBackgroundImage('assets/background.ktx'); }, "load background image"), + _item(() { + _filamentController.setBackgroundImage('assets/background.ktx', + fillHeight: true); + }, "load background image (fill height)"), _item(() { _filamentController .loadSkybox('assets/default_env/default_env_skybox.ktx');