You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -230,15 +230,16 @@ Modify the `<head>` tag of your `web/index.html` to load the JavaScript, like so
230
230
```
231
231
232
232
233
-
## Common Issues
234
-
- **The 3D model does not display** : First check the example, if models in examples loads, may be there is problem with your model or your model path.
233
+
## Frequently Asked Questions
234
+
- **The 3D model could not load** : First check the example, if models in examples loads, may be there is problem with your model or your model path.
235
235
- **The animation list could not be retrieved** : Check if there are any special characters in the animation names that might cause a JSON encoding error.
236
+
- **The 3D model could not load from url** : It might be due to [CORS] security restrictions. The server hosting the model file *must* send appropriate CORS response headers for viewer to be able to load the file. See [google/model-viewer#1015]
236
237
237
238
## Not working with a url on a real iOS device?
238
239
239
240
**Problem Description** : If you're having trouble loading 3D models from a URL on a real iOS device, **Lockdown Mode** might be the cause. Lockdown Mode is a security feature in iOS that restricts certain functionalities like network requests or loading embedded content to protect user data.
240
241
241
-
## How to Disable Lockdown Mode
242
+
### How to Disable Lockdown Mode
242
243
Follow these steps to disable Lockdown Mode on your device:
243
244
244
245
1. Open the **Settings** app on your iPhone.
@@ -251,4 +252,4 @@ Follow these steps to disable Lockdown Mode on your device:
251
252
252
253
## More Info
253
254
254
-
This package use 'Model Viewer' to render 3D models and it may have some issue in rendering some models/textures, the core of package (Model Viewer) will change in future to support all type of 3D models.
255
+
This package uses Google's [model-viewer](https://modelviewer.dev) to render 3D models and it may have some issue in rendering some models/textures, the core of package (Model Viewer) will change in future to support all type of 3D models.
0 commit comments