# \[5.10\] How to render a gltf file

**URL:** https://discourse.paraview.org/t/5-10-how-to-render-a-gltf-file/9160
**Category:** ParaView Support
**Created:** [March 10, 2022, 10:31am UTC](https://discourse.paraview.org/t/5-10-how-to-render-a-gltf-file/9160 "2022-03-10T10:31:18Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Vincent\_Rivola](https://discourse.paraview.org/user_avatar/discourse.paraview.org/vincent_rivola/32/2007_2.png) [@Vincent\_Rivola](https://discourse.paraview.org/u/Vincent_Rivola)
#### Post date: [March 10, 2022, 10:31am UTC](https://discourse.paraview.org/t/5-10-how-to-render-a-gltf-file/9160/1 "2022-03-10T10:31:18Z")

</div>

Hi everyone,

I am trying to open and render a gltf file like this one for instance:  
https://sketchfab.com/models/a7d347b738c041579a8790f539fe0d8f/embed?

I don’t know which variable to pick and material to select in order to get the rendered output close to what we see in sketchfab?  
Because in this kind of files there are more than one texture to select.  
Is there any way to achieve what I want with the current version of PV?

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [March 10, 2022, 1:34pm UTC](https://discourse.paraview.org/t/5-10-how-to-render-a-gltf-file/9160/2 "2022-03-10T13:34:37Z")

</div>

Doing that in ParaView is not trivial as vtk importers are not in ParaView. You would need to extract the textures from the gltf file into png and load each textures in the PBR rendering part of ParaView, which let you select the right texture.  
[https://www.kitware.com/physically-based-rendering-improvements-in-paraview/](https://www.kitware.com/physically-based-rendering-improvements-in-paraview/)

FYI, F3D can open this file with textures easilly:

> **[F3D](https://f3d-app.github.io/f3d/)**
>
> F3D, a fast and minimalist 3D viewer

---

<div class="post-metadata">

### Author: ![Vincent\_Rivola](https://discourse.paraview.org/user_avatar/discourse.paraview.org/vincent_rivola/32/2007_2.png) [@Vincent\_Rivola](https://discourse.paraview.org/u/Vincent_Rivola)
#### Post date: [March 10, 2022, 1:38pm UTC](https://discourse.paraview.org/t/5-10-how-to-render-a-gltf-file/9160/3 "2022-03-10T13:38:31Z")

</div>

Hi @mwestphal thanks for your reply.

Yes I noticed F3D, unfortunately I need other PV features in combination with the gltf file.

So I’ll see if I can come up with something. the vtk importers are not accessible through python scrypting either in PV?

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [March 10, 2022, 1:39pm UTC](https://discourse.paraview.org/t/5-10-how-to-render-a-gltf-file/9160/4 "2022-03-10T13:39:35Z")

</div>

> [@Vincent\_Rivola](#):
>
> the vtk importers are not accessible through python scrypting either in PV?

I’m afraid not. But you can use the PBR textures to show the file correctly in PV
