Tagged Questions
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 ...
1
vote
1answer
236 views
Problems mapping cubemaps to a sphere
I'm currently trying to create a procedural planet generating tool. I have started off by mapping a cube to a sphere like so:
Next I'm using Libnoise to a heightmap cube using 3D Perlian noise. I ...