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. ...
3
votes
3answers
709 views
Information on L-Systems
Hey Stack Overflow folks,
I am about to start a project for university to build a procedural city for a pre existing project.
I was wondering if any of you have had any experience coding L-Systems ...
2
votes
2answers
379 views
Help with using the perlin noise library libnoise
When I call libnoise's getvalue function with x, y, and z as integers I always get 0 back as a result. Is this normal? When I try 1.25, 0.75, 0.5 as in the tutorial ...