menu
flutter_scene package
documentation
scene.dart
MemoryModelSource
load method
load method
dark_mode
light_mode
load
method
@
override
Future
<
Uint8List
>
load
(
)
override
Loads the model's
.glb
bytes.
Implementation
@override Future<Uint8List> load() async => bytes;
flutter_scene package
documentation
scene
MemoryModelSource
load method
MemoryModelSource class