/
Midpoint Displacement for Terrain Midpoint Displacement for Terrain

Midpoint Displacement for Terrain - PowerPoint Presentation

jane-oiler
jane-oiler . @jane-oiler
Follow
348 views
Uploaded On 2018-10-04

Midpoint Displacement for Terrain - PPT Presentation

CS 658 What problem are we solving For me its making terrain sets for games or movies For the field in general its a bit broader Art The connection between fractal geometry and landforms ID: 684030

displacement midpoint step elevation midpoint displacement elevation step average corners displace find assign points box diamonds diamond time center

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document "Midpoint Displacement for Terrain" is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

Midpoint Displacement for Terrain

CS 658Slide2

What problem are we solving?For me, it’s making terrain sets for games or movies.

For the field in general, it’s a bit broader.Art. The connection between fractal geometry and landforms.Slide3

What have others done?Fractional Brownian Motion

A true fractal. Various approaches to generating fBm.

Why not do that?

Midpoint displacement is more efficient.

It’s an approximation to

fBm

which looks good enough. Slide4

What are they going to do?Midpoint displacement.Slide5

Midpoint Displacement in 1DSlide6

Midpoint Displacement in 1DSlide7

Midpoint Displacement in 1DSlide8

Midpoint Displacement in 1DSlide9

Midpoint Displacement in 1D

For each line segment:

Find the midpoint

Randomly displace the midpoint a distance which is proportional to the length of the line segment

Draw two lines between the new midpoints. Slide10

Midpoint Displacement in 2D

Initially, the elevation is constant and known.Take the average of those 4 elevations, displace the average and assign that to the displacement of the midpoint of the square formed by those 4 corners.

The amount of displacement is a

fucntion

of the distance between the points and the “roughness” of the terrain.

This forms diamonds (hard to see in the first step). Slide11

Midpoint Displacement in 2D

Initially, the elevation is constant and known.

Take the average of those 4 elevations, displace the average and assign that to the displacement of the midpoint of the square formed by those 4 corners.

The amount of displacement is a

fucntion

of the distance between the points and the “roughness” of the terrain.

This forms diamonds (hard to see in the first step). Slide12

Midpoint Displacement in 2D

Step 2: For each diamond,

Find the midpoint.

Find the average elevation of the corners of the diamond.

Displace the midpoint.

Assign that value to the midpoint.

(Shown here for just the blue diamond)

Thought question: what do you do about the corner which lies off the grid?

Slide13

Midpoint Displacement in 2D

Step 2: For each diamond,

Find the midpoint.

Find the average elevation of the corners of the diamond.

Displace the midpoint.

Assign that value to the midpoint.

Points with known elevations are shown in red.

Now we have boxes again.

Repeat step 1 with smaller boxes.Slide14

Midpoint Displacement in 2D

Step 1 (second time through)For each box,Find the average elevation of the corners.

Displace that and assign it to the midpoint.

Shown for each box using a different color for the points used for each box.

Some points are used more than once.

Now we have diamonds again. Repeat step 2. Slide15

Midpoint Displacement in 2D

Step 1 (second time through)

For each box,

Find the average elevation of the corners.

Displace that and assign it to the midpoint.

Shown for each box using a different color for the points used for each box.

Some points are used more than once.

Now we have diamonds again.

Repeat step 2. Slide16

Midpoint Displacement in 2D

Points with known elevation in red

Step 2 (second time)

For each diamond,

Find the average elevation of the corners

Displace it.

Assign that elevation to the center.

Again, what to do with corners that lie off the grid?

Left with boxes. Slide17

Midpoint Displacement in 2D

Points with known elevation in red

Step 2 (second time)

For each diamond,

Find the average elevation of the corners

Displace it.

Assign that elevation to the center.

Again, what to do with corners that lie off the grid?

Left with boxes. Slide18

Midpoint Displacement in 2D

Step 1 (third time)

For each box,

Find the average elevation of the corners

Displace it.

Assign that elevation to the center.

Now we have diamonds. Slide19

Midpoint Displacement in 2D

Step 1 (third time)

For each box,

Find the average elevation of the corners

Displace it.

Assign that elevation to the center.

Now we have diamonds. Slide20

Midpoint Displacement in 2D

Step 1 (third time)

For each box,

Find the average elevation of the corners

Displace it.

Assign that elevation to the center.

Now we have diamonds.

Repeat step 2 again.