Skip to main content

Questions tagged [gltf]

glTF is a file format that uses JSON for the efficient transmission and loading of 3D scenes and models. Blender has a built-in add-on to import and export glTF v2 files. Use this tag for questions related to the import and export of glTF files and for Blender-specific issues that arise from importing, using, and exporting glFT scenes.

4 votes
2 answers
5k views

how to import .glb file in blender 2.80 beta using python api?

I want to import a model of bench in .glb format using python inside blender. What function am I supposed to use?
PATEL VIVASVAN's user avatar
1 vote
2 answers
2k views

png loses alpha on gltf export

I was trying out the gltf + bin + texture export feature on blender 2.8. and the model i was exporting had a png eye texture with a transparent background. with a Principled BSDF shader like this, ...
Jhon Doe's user avatar
3 votes
1 answer
2k views

How to bake roughness into green channel only for usage with GLTF (Blender 2.8)

I've got a node setup that uses the red channel of the diffuse map for the roughness. I've described this method here. This works really well for wood textures. The node setup looks like: I want to ...
roxlu's user avatar
  • 35
1 vote
0 answers
619 views

Blender 2.8 glTF Export Error

Still getting my feet wet with the glTF exporter in Blender 2.8 (May 8th build). I could use some help better understanding this error below. ...
Calvert Creates's user avatar
1 vote
1 answer
1k views

Installing glTF-Blender-IO latest Version in Blender 2.8

Blender 2.80 now includes the glTF-Exporter addon, but due to some limitations, I would like to test the latest version of glTF-Blender-IO from here: https://github.com/KhronosGroup/glTF-Blender-...
j13ag0's user avatar
  • 11
1 vote
1 answer
2k views

Export fluid simulation for usage in three.js

Is there any possibility to export a fluid simulation as an animation and import it in three.js? As I read in some threads it seems to be impossible to export a fluid simulation to a gltf, so I ...
Fabian's user avatar
  • 111
3 votes
1 answer
4k views

How to scale imported .gltf model?

I imported a gltf model in Blender and it's way too big. If I convert the same model to .obj before, I can import it in Blender and set the Clamp-Size to 1.00 and the scaling is alright. Unfortunately,...
Tobias Kaufmann's user avatar
1 vote
0 answers
171 views

Blender exporter GLTF Kronos Group glTD Specular Glossiness as Metalic Roughness

I'm trying to export Specular Glosiness Material but in exported file always get Metallic Roughness with empty values. My setup for material "test" result: Using Blender 2.8 Beta: What is correct ...
Martin's user avatar
  • 111
0 votes
0 answers
345 views

How to export a GLTF with more than one armature? (2.79)

I have been doing some simple testing with 2 meshes parented to 2 different armatures with different materials. Then trying to export them to GLTF2 format and what happens is that whichever armature ...
AlvaroMerino's user avatar
1 vote
0 answers
939 views

Exporting objects group in gltf format

In Blender i have differents objects that i would group as unique entity. What i really care is that after the exportation of the scene in gltf format and importation in my three.js project that ...
zed87's user avatar
  • 111
-3 votes
1 answer
1k views

How to export base 64 format .gltf file which packs everything in to .gltf format.(.gltf, .bin, images)

images and bin are embedded in base 64 formats with URI, here I copied base 64 gltf content for your reference thanks in advance { "asset": { "generator": "COLLADA2GLTF", "version": "2.0" }, "scene":...
ganga suru's user avatar
11 votes
1 answer
19k views

Export transparent material in GLTF in blender 2.8

I am trying to export a glass material in gltf. Here is the material principled shader, notice I have transmission set to 1.0: this gives me this result in cycles (the glasses have the glass material)...
Pontiacks's user avatar
  • 221
1 vote
0 answers
535 views

Exporting Alternate Materials to glTF

I am trying to achieve a Babylon.JS model viewer which allows for configuring various aspects of the model. Whilst I have JavaScript experience I am new to Blender and 3D modelling in general. This is ...
user1492867's user avatar
2 votes
2 answers
1k views

Substance / Blender GLTF workflow = wrong metal render

I have a 3D armor which was textured in Substance and exported following that pipeline: https://www.khronos.org/blog/art-pipeline-for-gltf, that is to say with a ORM map. However, once the maps ...
Popi's user avatar
  • 43
1 vote
2 answers
1k views

Diffuse node compability for glTF exporter

I got a problem using glTF exporter for Blender (To upload 3D content on Facebook). I downloaded the last version of the add-on on this site: https://github.com/KhronosGroup/glTF-Blender-Exporter The ...
Alois Coissard's user avatar

15 30 50 per page