From b64a505ffcefdc5c7d631458c954c098207d6ce8 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Mon, 23 Jun 2025 12:17:52 +0800 Subject: [PATCH] formatting --- .../src/viewer/src/thermion_viewer_base.dart | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart b/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart index 2182701e..43499b0e 100644 --- a/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart +++ b/thermion_dart/lib/src/viewer/src/thermion_viewer_base.dart @@ -103,7 +103,9 @@ abstract class ThermionViewer { /// /// Future loadIblFromTexture(Texture texture, - {Texture? reflectionsTexture, double intensity = 30000, bool destroyExisting = true}); + {Texture? reflectionsTexture, + double intensity = 30000, + bool destroyExisting = true}); /// /// Rotates the IBL & skybox. @@ -177,16 +179,14 @@ abstract class ThermionViewer { /// be loaded asynchronously (so expect some material/texture pop-in); /// /// - Future loadGltfFromBuffer( - Uint8List data, { - String? resourceUri, - int numInstances = 1, - bool keepData = false, - int priority = 4, - int layer = 0, - bool loadResourcesAsync = false, - bool addToScene = true - }); + Future loadGltfFromBuffer(Uint8List data, + {String? resourceUri, + int numInstances = 1, + bool keepData = false, + int priority = 4, + int layer = 0, + bool loadResourcesAsync = false, + bool addToScene = true}); /// /// Destroys [asset] and all underlying resources