Skip to content

Commit 7219f92

Browse files
committed
updating readme
1 parent e80c874 commit 7219f92

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Flutter 3D Controller
22

3-
A Flutter package for rendering interactive 3D models in different formats(glb, gltf, fbx, obj), with ability to control camera and animations.
3+
A Flutter package for rendering interactive 3D models in different formats(glb, gltf, fbx, obj), with ability to control animations, textures, and camera.
44

55
## Features
66

@@ -22,7 +22,7 @@ A Flutter package for rendering interactive 3D models in different formats(glb,
2222
- Fix changing model source with setState
2323
- Load models from local storage
2424
- Load models from web
25-
- Support Obj, USDZ
25+
- Support Obj, fbx
2626

2727
## Samples
2828

@@ -84,6 +84,7 @@ controller.resetCameraOrbit();
8484
```
8585

8686
```dart
87+
// The 3D viewer widget
8788
Flutter3DViewer(
8889
controller: controller,
8990
src: 'assets/business_man.glb',

example/samples/model4.png

-677 Bytes
Loading

0 commit comments

Comments
 (0)