Landscape Scene Setup
by Jason Crest
on
Oct 31, 2009 at 11:46:51 am
Hello,
thanks for viewing..
i'm a newbie to c4d, maybe you can help me...
i want to create a landscape scene, that is flat in the middle with a circle of mountains.
i tried soft selection and minus z, but then i get a crater (caus i dunno how to limit to 0).. and i tried more landscape objects with a plate, but looks like crap.
take a look at this pic, at the top is what i did in c4d, at the botton i fixed it with photoshop, to show what a want:
Re: Landscape Scene Setup by Adam Trachtenberg on Oct 31, 2009 at 5:56:24 pm
Hi Jason,
In this case, provided that you line up the landscape objects properly, I think you can eliminate those seams by placing the landscapes in a Connect Object.
Personally I would do this sort of thing with subpolygon displacement instead of using the primitives. In this example I've created a quick circular landscape by way of the layer shader, which works similar to PS. http://www.3danvil.com/tutorials/circular%20mtns%20displace.c4d
Re: Landscape Scene Setup by ronaldo montalvo on Nov 1, 2009 at 7:44:49 pm
that's very cool adam, thanks for posting that. it's a very interesting layer shader that creates that bryce-like mountain range. do you have any tips or clues as to how to create a shader that would respond to the height of the diplacement, ie the higher diplaced areas would be white sno-capped the lower levels darker colors, the floor a desert tan for instance. is there a special trick or would you maybe use a multi-color gradient that is mapped on the Y direction somehow?
Re: Landscape Scene Setup by Adam Trachtenberg on Nov 2, 2009 at 2:03:34 am
You could use a simple height gradient, but that will just give you basic color values. I'd use another layer shader with different 3D gradients as layer masks, as well as using a falloff shader as a layer mask to set color based on slope. Here's the same file but with color info. added. doing something similar in the bump channel would add a lot to the effect.
Re: Landscape Scene Setup by ronaldo montalvo on Nov 3, 2009 at 7:07:42 pm
that works great adam. just got C4D 11.5 recently and wasn't aware of the diplacement deformer that you used on the plane which lets you see the diplacement shader's effect on the mesh without rendering. what a useful addition that is. thanks again for sharing all that info.