Skip to content

Commit

Permalink
metnion only GLB
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg committed Jul 15, 2024
1 parent 73c596b commit db29c55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/docs/guides/ASSET_LOADING.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ import BusterDrone from './BusterDrone.glb';
<Model source={BusterDrone} />
```

:::info
Currently only loading .glb files is supported. You can convert any other 3D models (obj, FBX, etc) to .glb using blender or online converter tools.
:::

### Debug

In debug mode this will get the file from the metro bundler server, running on your machine. That means a network requests is made for example to `http://localhost:8081/assets/BusterDrone.glb`.
Expand Down

0 comments on commit db29c55

Please sign in to comment.