# Import model WITH textures through dropbox in the playground

**URL:** https://forum.babylonjs.com/t/import-model-with-textures-through-dropbox-in-the-playground/3200
**Category:** Questions
**Created:** [May 14, 2019, 2:44pm UTC](https://forum.babylonjs.com/t/import-model-with-textures-through-dropbox-in-the-playground/3200 "2019-05-14T14:44:43Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Givo](https://sea2.discourse-cdn.com/flex024/user_avatar/forum.babylonjs.com/givo/32/4968_2.png) [@Givo](https://forum.babylonjs.com/u/Givo)
#### Post date: [May 14, 2019, 2:44pm UTC](https://forum.babylonjs.com/t/import-model-with-textures-through-dropbox-in-the-playground/3200/1 "2019-05-14T14:44:44Z")

</div>

Hi!

I have a 3d model in Dropbox that I imported into the playground. It currently has no textures and I was wondering how I could add them. It has diffuse, normal, and specular textures.

links for all 3 plus model:  
model: [Dropbox - AKM.obj - Simplify your life](https://www.dropbox.com/s/kqnda4k2aqx8pro/AKM.obj?dl=0)  
specular: [Dropbox - akm\_spec.tga - Simplify your life](https://www.dropbox.com/s/f3samm7vuvl0ez4/akm_spec.tga?dl=0)  
normal: [Dropbox - akm\_norm.tga - Simplify your life](https://www.dropbox.com/s/hiuhjsp4pckt9pu/akm_norm.tga?dl=0)  
diffuse: [Dropbox - akm\_diff.tga - Simplify your life](https://www.dropbox.com/s/isvd4dggvp3vks2/akm_diff.tga?dl=0)

---

<div class="post-metadata">

### Author: ![JohnK](https://sea2.discourse-cdn.com/flex024/user_avatar/forum.babylonjs.com/johnk/32/26764_2.png) [@JohnK](https://forum.babylonjs.com/u/JohnK)
#### Post date: [May 14, 2019, 2:50pm UTC](https://forum.babylonjs.com/t/import-model-with-textures-through-dropbox-in-the-playground/3200/2 "2019-05-14T14:50:24Z")

</div>

Could you add PG link? 🙂

---

<div class="post-metadata">

### Author: ![Vinc3r](https://sea2.discourse-cdn.com/flex024/user_avatar/forum.babylonjs.com/vinc3r/32/25340_2.png) [@Vinc3r](https://forum.babylonjs.com/u/Vinc3r)
#### Post date: [May 14, 2019, 3:14pm UTC](https://forum.babylonjs.com/t/import-model-with-textures-through-dropbox-in-the-playground/3200/3 "2019-05-14T15:14:53Z")

</div>

😉 [Using External Assets - Babylon.js Documentation](https://doc.babylonjs.com/resources/external_pg_assets#from-dropboxcom)

---

<div class="post-metadata">

### Author: ![Givo](https://sea2.discourse-cdn.com/flex024/user_avatar/forum.babylonjs.com/givo/32/4968_2.png) [@Givo](https://forum.babylonjs.com/u/Givo)
#### Post date: [May 14, 2019, 4:17pm UTC](https://forum.babylonjs.com/t/import-model-with-textures-through-dropbox-in-the-playground/3200/4 "2019-05-14T16:17:07Z")

</div>

playground: [https://www.babylonjs-playground.com/#8LFTCH#29](https://www.babylonjs-playground.com/#8LFTCH#29)

@Vinc3r I was looking at that doc page and didn’t see anything about textures.🤔

Textures for models, that is.

---

<div class="post-metadata">

### Author: ![JohnK](https://sea2.discourse-cdn.com/flex024/user_avatar/forum.babylonjs.com/johnk/32/26764_2.png) [@JohnK](https://forum.babylonjs.com/u/JohnK)
#### Post date: [May 14, 2019, 4:49pm UTC](https://forum.babylonjs.com/t/import-model-with-textures-through-dropbox-in-the-playground/3200/5 "2019-05-14T16:49:40Z")

</div>

You need to load the textures [https://www.babylonjs-playground.com/#8LFTCH#30](https://www.babylonjs-playground.com/#8LFTCH#30)

---

<div class="post-metadata">

### Author: ![Givo](https://sea2.discourse-cdn.com/flex024/user_avatar/forum.babylonjs.com/givo/32/4968_2.png) [@Givo](https://forum.babylonjs.com/u/Givo)
#### Post date: [May 14, 2019, 4:50pm UTC](https://forum.babylonjs.com/t/import-model-with-textures-through-dropbox-in-the-playground/3200/6 "2019-05-14T16:50:29Z")

</div>

oh. Thank you!
