Help me! I want to use GLTFLoader on the Node.js side to load local gltf or glb files

I want to achieve the same effect as using this method on the front-end, where I get a scene object and can access the meshes inside. What should I do?
If you have any good suggestions, I would be very grateful.
I want to achieve this in Node.js.

Did you check out search? Has been asked already quite a few times, so there’s a high probability one or more answers there will be exactly what you’re looking for.

2 Likes

Yes, you are right, I have already solved it.Thank you for your suggestion.