Showing posts with label turbulence. Show all posts
Showing posts with label turbulence. Show all posts

Friday, December 24, 2010

Volcanic World

During the holidays I will keep it light and post only screenshots. Here is a new one.

I started a new type of terrain for Volcanic worlds to test some new noise functions I wrote. In my engine a type of terrain is just a combination of noise layers and materials, this one did not take too much time to create.



It has a lot of sharp features and the rocks have some turbulence to them.

I completely ditched Perlin Noise for the volume generation. It was taking too much time to evaluate and the results were not so different. I'm still using Perlin for the materials, but that is also going to change.