Tagged Questions
0
votes
2answers
381 views
I have created character human in blender. How to use it in Java/Android
Title says it all pretty much. I can't find anything online which explains it in details. I have created a character model in Blender and I want to use it in Android app. I want to make it move. ...
8
votes
2answers
568 views
Rendering characters, with cut off limbs (Blender models in Java/OpenGL)
What aspects should I take into consideration for creating character animation and rendering classes if I want to be able to have detachable limbs? I've developed a detailed body system that can have ...
12
votes
4answers
3k views
How to load 3D models into Java?
Using LWJGL what is the easiest way to load a 3D model to be drawn on screen?
I know LWJGL doesn't have built in loading support so I am looking for a small library that would help to load ...