stewdio / cornell-torus

Rotating torus knot inside a Cornell Box rendered live with Three.js.
http://stewartsmith.io/studies/cornell-torus/
MIT License
2 stars 0 forks source link

Adding a obj loader #1

Open AlbertoLucass opened 2 years ago

AlbertoLucass commented 2 years ago

I'm trying to add a obj loader(https://threejs.org/docs/#examples/en/loaders/OBJLoader). For example, a bunny. But I cannot add it. I can't even import the objLoader file. Any clue?

stewdio commented 2 years ago

Hi there. I’m happy to hear you’re making use of this tutorial code. I see you’ve filed an “Issue” here when what I think you’re really looking for is dev support from your fellow Three.js / JavaScript explorers via a platform like Stack Overflow. Why don't you post something there instead and also include your source code so folks can try to pinpoint what the problem might be; they can help you out. I’ll leave this “Issue” open for now so others can see that I'm directing general code questions to more appropriate venues. Best of luck!

AlbertoLucass commented 2 years ago

Yeah, your tutorial is awesome. Thank you for your answer!!