python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Adding shadow with react three fiber and gltf
I'm using react three fiber and gltf from vectary and I'm trying to add shadow of my gltf on my <planeBufferGeometry/>. It doesn't work and I don't know what I'm doing wrong.
Here is the code:
s...
Simon
Votes: 0
Answers: 1
My threeJS class only apply meshs settings to 1 of 2 models in my scene
I am creating a scene in three js with two models in .glb format; I am following a pre-recorded class and I have followed exactly all the steps. We create a class for the models in model.js and in ind...
AlMustieles
Votes: 0
Answers: 1
accessing the associated files after drag & drop in swift (Mac OS-X app)
I would like to allow users to drag & drop 3d model files such as glTF or FBX to import 3d models inside MacOS-X desktop App that I'm working on.
Problem is that these files reference texture file...
obakestar
Votes: 0
Answers: 0
Load GLTF file that is not located in Public folder
I found a problem that I cannot load GLTF files into a scene if I cannot place them in the Public folder in my React application. For example, I have MyPVPanel.gltf, and I want to load it in react app...
GTFTT
Votes: 0
Answers: 1