Rameses 3d Procedural landscape

Screen Shot 2014-10-29 at 08.19.01

Low-poly landscapes are all the rage these days and Rameses was created for exactly this kind of work.

So how do we go about it?

Step 1. the landscape

This is a simple 10×10 grid, Vertex falloff is set to 3 (so that selecting a single vertex will affect up to 3 neighbours) and vertexes pulled upwards. Finally a quick random of the vertexes vertically gives a nice bumpy look:

Screen Shot 2014-10-29 at 08.21.59

the flat triangles are then given a green colour and a random colour difference

Screen Shot 2014-10-29 at 08.21.45

Step 2. the procedural trees

First we need a trunk and a leaf blob which are both simple cubes:

Screen Shot 2014-10-29 at 08.20.53Screen Shot 2014-10-29 at 08.21.05

These are given a quick vertex colour so they are not viewed as flat.

Next we use these for the trunk and leaf object in the plant generator. along with some random factors including height, size, colour difference and voila:

Screen Shot 2014-10-29 at 08.21.16

Remember the plant generator has full control over the random elements for each plant, it only needs an age parameter.

Last Step. The clouds

This is a group of three identical objects:

Screen Shot 2014-10-29 at 08.20.34

Each being a single simple 5 sided custom object with a pointed top and bottom and some quick randomising of the vertexes:

Screen Shot 2014-10-29 at 08.22.17

Vertex colours are added (as with the trees) and the group items resized and moved

Screen Shot 2014-10-29 at 08.20.16

Final Look

Here we can see the Rameses object list showing the three main objects and their hidden construction objects:

Screen Shot 2014-10-29 at 08.19.27

 

First without lighting:

Screen Shot 2014-10-29 at 08.19.12

And finally with a single light and no shadows or occlusion:

Screen Shot 2014-10-29 at 08.19.01

 

 

Leave a comment