Skip to main content

All Questions

Tagged with
0 votes
0 answers
31 views

Error Exporting Model as gltf

When I try to export my blender file as a gltf, I get this error. I tried exporting it without animations and I still get the error. I suspect it's because I imported something from sketchfab into ...
WonkyBread's user avatar
0 votes
1 answer
127 views

Unable to convert .fbx file to .glb file

I am new to Blender and I am stuck in converting .fbx to .glb file. My objective is to export two animations (without skin) to .glb file which can be used in three.js I can merge two animations in a ...
JATIN CHAWDA's user avatar
0 votes
0 answers
133 views

Is it possible to export a keyframed Geometry Nodes object to GLTF and keep the animation?

I have an animated GN setup that just has one value keyframed, that I want to use in a ThreeJS project. I got to the point where it successfully exports the geometry into the gltf file, but it isn't ...
Vitroid's user avatar
0 votes
0 answers
30 views

Combinding armature and sphere animation

The case is that im working on combining two animations (the light settings of a sphere and rotation of an armature) from an exported gltf 3d model with its corresponding animations in a react project ...
kib's user avatar
  • 11
1 vote
1 answer
175 views

How to erase blender gltf object animations

I'm creating object animations in Blender and exporting the objects as gltf models before importing them with @react-three/drei to my development react project. There is however a big deviation ...
kib's user avatar
  • 11
1 vote
1 answer
1k views

How to correctly export Principled BSDF material to GLTF

I created a simple model with a semi transparent (glassmorphism) look. I exported it as GLTF and used it in the web using three.js. Problem Since Glass BSDF is not supported I use Principled BSDF but ...
visionInc's user avatar
  • 111
1 vote
1 answer
2k views

Regular glass or transparent glass material not exporting with .glb or .gltf for three.js website

I'm designing some cool glass spheres, similar to marbles, in Blender. Then, I want to export the model as a .glb and use it in my web app with three.js. I'm importing them into the browser using ...
silencedogood's user avatar
1 vote
1 answer
407 views

Is exporting Sapling Tree Gen animations in glTF format possible?

I'm trying to export a tree with an armature animation in Blender 2.93 to the glTF format but the animation doesn't seem to work. I'm using the default Sapling Tree Gen settings with Armature > ...
Dylan's user avatar
  • 61
1 vote
0 answers
196 views

glb/gltf file shows pixelated texture

I have exported a glb/gltf file from Blender for a model. But when I view the file in a gltf viewer it shows a pixelated texture. I am not able to figure out the issue. Is it the inherent model issue? ...
Mayank's user avatar
  • 21
1 vote
1 answer
603 views

Exporting overlapping material to gltf format

I am new to Blender, and trying to export a tshirt Blender model in gltf format. This model has individual materials for example front, back, collar (as given in the attached picture) etc., and also a ...
Mayank's user avatar
  • 21
2 votes
2 answers
2k views

GLTF Export — get scene camera

I am using the GLTF exporter to use the result with Three.js. Within the Scene I have defined two cameras and set one as the »scenes' camera« within the Scene Properties panel (see image below): The ...
philipp's user avatar
  • 617
0 votes
1 answer
164 views

Action not applying fully when importing model to Three.js

I have a simple character that I have rigged with an armature and created a Walk animation. I am very much in the learning-phase of how to do this. I have exported the scene as a glTF so I can import ...
knolleary's user avatar
  • 109
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
2 votes
1 answer
2k views

Properly export blender scene with materials format to three.js scene

Completely beginner in blender and 3d graphics in general here. My goal is to export a blender scene with models and materials (including textures) and import back in three.js scene. According to ...
revy's user avatar
  • 145