• 0

How to do 3D rendering in Java


Question

Hi guys,

Just a question I think many people like myself would like to know the answer to.

I have been using the Graphics2D class and it works great, however now I want to do some 3D things. I would like to know how to place ellipsoids in 3D space, along with enabling rotation.

How can I go about this? Does anybody have any good explanations or tutorials for the mathematics of calculating the scene for Graphics2D, or is there a 3D class I can use where I can set the position in 3D space by doing something similar to 3Dobj.drawEllipsoid(myellipsoid, xpos, ypos, zpos)?

Thanks

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.