Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
571 views

My GLTF models made in Blender are transparent from certain directions

When I rotate the camera some of my blender models become transparent from different angles. They are gltf models Here is the Python to save the gltfs ...
Zack Younger's user avatar
1 vote
0 answers
54 views

How to load models with possibility to change textures in Three.js

I'm working on a game in Three.js where I have a few variations of the same model in blender. What I want to achieve is that I'll load the model once with all the material settings, but then I'll ...
Dawid Zbiński's user avatar
0 votes
1 answer
3k views

How can I export a model from Unity to three.js?

I want to buy some assets from the Unity asset store and use them in my three.js project, but I am not sure what the best way to go about this is. Some cursory googling got me this, but Collada ...
Josh's user avatar
  • 141