Tagged Questions
5
votes
9answers
2k views
What ways are there of drawing 3D trees using Java and OpenGL?
I know how to draw basic objects using JOGL or LWJGL to connect to OpenGL. What I would like is something that can generate some kind of geometry for trees, similar to what SpeedTree is famous for. ...
2
votes
2answers
97 views
Procedurally Generating a Massive Universe
I'm creating a text-based game, and trying to implement procedural world generation.
My initial plan was a bit haphazard: each universe has a 3D array of galaxies, of solar systems, which then in ...