Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
22 views

Scaling issue with cylinder created from blender scaled using three js

I have an OBJ file created using Blender. I need to scale it using Three.js. The scaling works well for cube-like objects, but cylinder-type objects are not scaling correctly. Please correct this.&...
Nithin Bruce's user avatar
0 votes
0 answers
23 views

How to apply a shader texture to a GLB model element while preserving the native GLB texture?

I have a GLB model and I want to apply a shader texture to it in three.js But I want to preserve the texture of the model that was created in Blender Unfortunately, the shader completely overwrites ...
Ruslan Karimov's user avatar
0 votes
0 answers
26 views

Add MorphTargets in the gltf file

I am searching for realistic Avatar 3D models for lipsync I found the models but in that model, there are no MorphTargets so I'm not able to do lipsync with that avatar. Manually I want to add it Can ...
kanan dave's user avatar
-1 votes
0 answers
39 views

Change animation scale and position with Blender Python

I'm working with 3D in SceneKit, iOS. For my scene I take a glb model from my provider and animation for it in dae format from mixamo.com. Problem: when I try to apply the animation on my model, it ...
Artem  Misesin's user avatar
0 votes
0 answers
28 views

Why is my GLB file from Blender not casting shadows in Three JS? (specifically in react three fiber)

I exported a GLB file from blender but when I import it into three js, it does not cast any shadows. I have made sure that my light has castShadow set to true, my ground has receiveShadow set to true, ...
John Smith's user avatar
0 votes
0 answers
32 views

re upload same texture into the object make the object texture different and low quality

i tried to update the texture on my glb file with some texture images and same texture image, but it was always like has some striped on my texture after update map texture here is my current texture ...
notnuyy's user avatar
  • 61
1 vote
1 answer
58 views

How to extrude a certain triangle in a mesh in three.js

Description: My three.js scene is based upon a selection tool in which if we click and drag over the mesh it colors the triangles of the mesh red, I want to create a function that when runs checks the ...
AshhadDevLab's user avatar
0 votes
0 answers
15 views

Three.js click and move logic with background image

Im currently working on a three.js project as stated, we move by clicking on the ground where we want our character to go and so on. Im using the navmesh library and building my ground floor in ...
Nathan Dubois's user avatar
0 votes
0 answers
47 views

THREE.JS gltf model loading, but missing node data & areas of mesh?

I'm trying to load my donut model using Three.js gltf loader, and I'm perfectly able to add the model onto the canvas, however the model doesn't load with it's geometry node data (sprinkles), as well ...
HarrisLich's user avatar
0 votes
0 answers
40 views

3D Model's Base Color Showing as Black on Three.js Site

I was finally got my model to show up and now the the textures aren't showing correctly. Anybody know what's going wrong? Code Live View next to 3D Model in Blender: // Load HDR environment map let ...
Jennise Streaty's user avatar
0 votes
1 answer
183 views

How can I import a glb model from Blender with Shape Keys, into ThreeJS/ react-three-fiber?

TLDR; Importing a glb model from Blender into my react-three-fiber app breaks with the following error, when the exported model has multiple Shape Keys: TypeError: Cannot read properties of undefined (...
Jake Pitman's user avatar
0 votes
0 answers
19 views

Threejs texture loaded in Ldraw object goes all black

I am trying to display a Ldraw object with a texture on the shape. It works when I add material color but goes all black/random light color when trying to add a map material image. See my code: let ...
Ezequiel Fernandez's user avatar
0 votes
0 answers
33 views

How can I smoothly load .obj files in my React component and switch between them without encountering "A component suspended while respon..." error?

`error : A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with ...
Salah eddine Elmahjour's user avatar
0 votes
1 answer
172 views

Blender model looks completely different in THREE.js

I have a Blender model that I want to use on my website, where I use THREE.js, but when I load my GLTF file, it looks broken. Things are missing or are in the wrong spot, the lighting also seems a ...
Benjamin Galler's user avatar
0 votes
1 answer
216 views

How to maintain threejs model pose during consecutive animations

Hi I am working on a 3d avatar model to replicate sign language poses. I have created two separate actions in blender for my avatar hampalmd & hamshouldertop. In blender it is possible to create ...
CuriousBeaver's user avatar

15 30 50 per page
1
2 3 4 5
34