How to actually "build" a scene ?

Started by PillarOfAutumn, July 30, 2013, 11:19:58 AM

Previous topic - Next topic

PillarOfAutumn

Lets say I want a lake in the foreground, then some small mountains with scattered trees on them and all the way back in the scene, a large mountain.

The question should really be how to get the lake,small mountains and the large mountain. (I know how to use the Distribution Shader)

Dune

For something like that you can use different methods. I'd say: take a terrain that you like, add a lake and find a nice POV at the water's edge, with the small mountains across. Then add a distance shader and blend/mask the larger mountains by the distance. If you don't want the smaller mountains and larger mountains intermingled, blend the small mountains inversely by the same distance shader. Something like that. You can also use simple shape shaders to mask the different terrains and water area. Lots of methods.