All Questions
3 questions
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 ...
0
votes
1
answer
312
views
How to add a JSON object / model into your whitestorm world / scene?
I am loading the object from my json file.
...
1
vote
3
answers
1k
views
Loading Collada Files Quickly (three.js, OpenGL, Javascript)
Okay, so I've created these sleek-looking spaceship models for an OpenGL game that I'm going to make. To make them look sleek and smooth, I used a Subdivision Surface modifier in Blender. Hmm... ...