File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
2
+
3
+ <uses-permission android : name =" android.permission.INTERNET" />
4
+
2
5
<application
3
- android : label =" example "
6
+ android : label =" F3DC Example "
4
7
android : name =" ${applicationName}"
5
8
android : icon =" @mipmap/ic_launcher"
6
9
android : usesCleartextTraffic =" true" >
Original file line number Diff line number Diff line change @@ -154,8 +154,8 @@ class _MyHomePageState extends State<MyHomePage> {
154
154
Flexible (
155
155
flex: 1 ,
156
156
child: Flutter3DViewer .obj (
157
- src: 'assets/flutter_dash.obj' ,
158
- // src: 'https://raw.githubusercontent.com/m-r-davari/content-holder/refs/heads/master/flutter_3d_controller/flutter_dash_model/flutter_dash.obj',
157
+ // src: 'assets/flutter_dash.obj',
158
+ src: 'https://raw.githubusercontent.com/m-r-davari/content-holder/refs/heads/master/flutter_3d_controller/flutter_dash_model/flutter_dash.obj' ,
159
159
scale: 5 ,
160
160
// Initial scale of obj model
161
161
cameraX: 0 ,
@@ -204,10 +204,9 @@ class _MyHomePageState extends State<MyHomePage> {
204
204
},
205
205
//You can have full control of 3d model animations, textures and camera
206
206
controller: controller,
207
- src:
208
- 'assets/business_man.glb' , //3D model with different animations
207
+ //src: 'assets/business_man.glb', //3D model with different animations
209
208
//src: 'assets/sheen_chair.glb', //3D model with different textures
210
- // src: 'https://modelviewer.dev/shared-assets/models/Astronaut.glb', // 3D model from URL
209
+ src: 'https://modelviewer.dev/shared-assets/models/Astronaut.glb' , // 3D model from URL
211
210
),
212
211
)
213
212
],
You can’t perform that action at this time.
0 commit comments