Questions tagged [three.js]

Three.js is a lightweight cross-browser JavaScript library/API used to create and display animated 3D computer graphics on a Web browser. Models created in Blender can be exported and loaded into three.js with many supported formats.

This tag is for questions about modeling, animating, and exporting 3D assets intended for use with the three.js engine. Blender can export models in multiple compatible formats, including:

Example topics might include:

  • Questions about exporting a particular material effect.
  • Challenges with animation
  • Issues converting between formats related to three.js

Readers may also want to check current issues for the three.js Blender exporter.

105 questions
4
votes
2 answers

Using three js exporter in a python script

EDIT: as of yet I haven't been able to find a concrete example of someone using an addon exporter in a python script, so if any of you have that I would be very grateful! I have hundreds of files and I'm using a small script to standardize them and…
Hank
  • 61
  • 5
1
vote
1 answer

Model disappears above and below origin of armature when I run gltf made in blender on three.js

I am currently experiencing an issue of having my blender model disappear in three.js. What happens is that the model will load and it will be visible until I go above or below the origin I had set for the armature inside Blender. I have tried…
0
votes
1 answer

How I can export complete scene from blender to json file to use it with three. Js

I can export single object to json file..but most free models which I downloaded it from the internet consist itself from multi objects in the scene .. so I need to download the scene Ex : the building model consist of Door object - window…
0
votes
1 answer

Why same scene has diferent size when i export it to three.js and babylon.js

When i try export scene from blender to three.js , json file has large size, but the same scene export to babylon.js has size less. Why so?
Dima
  • 1
  • 1