Need help drawings planets in Java.

Posted by d33j on Game Development See other posts from Game Development or by d33j
Published on 2011-02-17T08:32:43Z Indexed on 2011/02/17 15:34 UTC
Read the original article Hit count: 300

Filed under:
|

I am looking for help/links/notes/agorithms/URLs/examples on drawing/rendering spheres in pure Java (so that I can hopefully, one day, generate/render planets with various surfaces & atmospheres)

So for the moment, i'd be pretty happy to be able to start off with just drawing a wireframed sphere(s).

ps: I don't want to use external libraries like Java3D, JOGL or aftermarket engines like JMonkeyEngine, Would rather keep it as straight Java.

© Game Development or respective owner

Related posts about java

Related posts about terrain-rendering