How can I create a 3D model in Java without using modeling software?
Posted
by
Galen Nare
on Game Development
See other posts from Game Development
or by Galen Nare
Published on 2013-11-04T22:23:09Z
Indexed on
2013/11/05
4:15 UTC
Read the original article
Hit count: 357
I am a lightly experienced game developer and this is my first time trying 3D objects in Java for the first time. I have been recently creating and updating games using AWT, Swing, and Graphics, but I want to delve farther into Java.
I have looked into Java3D, but it's not what I want. I want to use Images and then crop the Image and place the respective textures in their respective places. I already know how to do the cropping and 2D Image editing, but how do I go 3D?
© Game Development or respective owner