flutter_scene_importer 0.7.0-0 flutter_scene_importer: ^0.7.0-0 copied to clipboard
An offline 3D model importer for Flutter. Converts glTF files into the Flutter Scene model format.
A 3D model importer for Flutter Scene.
Features #
This packages provides an offline 3D model importer for the flutter_scene
package, consisting of:
- An offline importer binary that converts GLB files (the glTF binary format) into
model
files. - A Dart runtime that contains tools for deserializing the imported
model
files.