imagico.de
imagico.de

imagico.de

Landscape of the week 2

Landscape of the week 2, generation 69, scene 13

This page contains more details on this particular image. Due to the large number of scenes most of them get only rendered at relatively low resolution and quality settings (512x384, no aa). The original image therefore looks a bit jaggy and you might find the scaled down version below better suited to rate the image. The original render is available through the link.

Render time: 0h 6m 15s

POV-Ray source:

This is the source code for the above image, to render you need to have the following tools:

This source code is provided for rendering larger versions of the image for personal use and for enjoyment and education. Commercial use of the source or renders is not allowed.

// Persistence Of Vision Ray Tracer Scene Description File
// -------------------------------------------------------
// File: @(#)lotw_scene_069_13.pov
// Description: automatically generated scene for LOTW-2
// Author: LOTW-2 by Christoph Hormann <chris_hormann@gmx.de>
//


#version unofficial megapov 1.0;

// ----------------------------------------

global_settings {
  assumed_gamma 1.0
  max_trace_level 15
  radiosity {
    pretrace_start 0.08
    pretrace_end   0.01
    count 20
    nearest_count 3
    error_bound 3.0
    recursion_limit 1
    low_error_factor 1
    gray_threshold 0.0
    minimum_reuse 0.015
    brightness 0.75
    always_sample off
  }
  exposure 0.8
  exposure_gain 1.65 
}

// --- part written by terrain.inc ---

#include "functions.inc"

#declare fn_Hill_Spline=
function {
  spline {
cubic_spline
-100<-1000.0>,
-2.3<-1.60.15>,
-1.0<-1.10.8>,
   0< 0.01.0>,
 1.0< 1.10.8>,
 2.3< 1.60.15>,
 100< 1000.0>
  }
}

#declare Bkg_Dist=293.10;

#local fn_Base=
  function {
    pattern {
      agate
      rotate 89.63
      scale 3.172
    }
  }

#local fn_Struct=
  function {
    pattern {
      granite
      scale 3.844
      warp { turbulence 0.4 omega 0.56 lambda 2.8 octaves 8 }
      rotate <40.000117.192117.192>
    }
  }

#declare LOTW_Terrain_Struct_Function=
  function {
    fn_Struct(xyz)
  }

#local fn_Terrain=
  function {
    z
    - 0.5*exp(y/293.100)
    - fn_Base(xyz)*0.703
    - fn_Struct(xyz)*0.032
  }

#declare LOTW_Terrain_Trace1=
isosurface {
  function { fn_Terrain(xyz}
  contained_by {
    box { <-350-20-0.1><350293.1001.236> }
  }
  accuracy 0.0005
  max_gradient 50
}

#declare LOTW_Terrain1=
isosurface {
  function { fn_Terrain(xyz}
  contained_by {
    box { <-350-20-0.1><350293.1001.236> }
  }
  accuracy 0.0005
  max_gradient 5
}


#local fn_Form_Far=
  function {
    pattern {
      granite
      scale 4.554
      warp { turbulence 0.3 }
      scale 87.930
    }
  }
#local fn_Terrain_Far=
  function {
    z + 0.3 - fn_Form_Far(xy0)*
    (pow(2*(x-32.200)/293.102)+0.2)*
    (y-293.10)*0.2
    - fn_Struct(xyz)*0.032
  }

#declare LOTW_Terrain_Trace2=
isosurface {
  function { fn_Terrain_Far(xyz}

  contained_by {
    box { <-586.20293.10-2.1><586.20586.200146.55> }
  }

  accuracy 0.0005
  max_gradient 50
}

#declare LOTW_Terrain2=
isosurface {
  function { fn_Terrain_Far(xyz}
  contained_by {
    box { <-586.20293.10-2.1><586.20586.200146.55> }
  }
  accuracy 0.005
  max_gradient 5
}

#declare LOTW_Terrain_Trace=
  union {
    object { LOTW_Terrain_Trace1 }
    object { LOTW_Terrain_Trace2 }
  }

#declare LOTW_Terrain=
  union {
    object { LOTW_Terrain1 }
    object { LOTW_Terrain2 }
  }

#declare LOTW_Terrain_Grass=object { LOTW_Terrain_Trace }



// --- part written by terrain_text.inc ---

#declare Gamma=2.2;

#include "include/cm_landscape29.inc"

#declare Pigm_Terrain=
  pigment {
    function { LOTW_Terrain_Struct_Function(x,y,z}
    pigment_map {
      [0.500
        granite
        color_map { CM_landscape29_1 }
        warp { turbulence 0.6 omega 0.6 }
        translate 0.000
        scale 0.3
      ]
    }
  }


#declare Pigm_Terrain2=
  pigment {
    slope { z altitude -z*2/Bkg_Dist }
    pigment_map {
      [0.500
        granite
        color_map { CM_landscape29_1 }
        warp { turbulence 0.6 omega 0.6 }
        translate 0.000
        scale 1.2
      ]
    }
  }


#declare LOTW_Tex_Terrain_Dry=
  texture {
    pigment { Pigm_Terrain }
    finish {
      ambient 0
      diffuse 0.65
    }
  }

#declare LOTW_Tex_Terrain_Wet=
  texture {
    pigment { Pigm_Terrain }
    finish {
      ambient 0
      diffuse 0.2
    }
  }

#declare LOTW_Tex_Terrain=
  texture {
    function {
      (z>0.48)
    }
    texture_map {
      [0.5 LOTW_Tex_Terrain_Wet]
      [0.5 LOTW_Tex_Terrain_Dry]
    }
  }


#declare LOTW_Tex_Terrain2=
  texture {
    pigment { Pigm_Terrain2 }
    finish {
      ambient 0
      diffuse 0.65
    }
  }



// --- part written by camera.inc ---

#declare Cam_Loc=<0.200-5.0001.397>;
#declare Cam_Look=<0.0000.0001.397>;
#declare Cam_Angle=45.000;

camera {
  location  Cam_Loc
  direction y
  sky       z
  up        z
  right     (image_width/image_height)*x
  look_at   Cam_Look
  angle     Cam_Angle
}


// --- part written by skies.inc ---

// ----------------------------------------
//  >>>> skysphere sky <<<<
// ----------------------------------------

#declare fn_horizon=function { max(z0}
#declare fn_sun=
  function { 
    pattern {
      spherical
      scale 3
      translate -y
      rotate -41.17*x
      rotate -123.01*z
    }
  }

sky_sphere {
  pigment {
    function { pow(fn_horizon(x,y,z)*(1-fn_sun(x,y,z)), 0.632}
    color_map {
      [0.000 color rgb <1.0001.0001.000>]
      [0.410 color rgb <0.2000.3000.800>]
    }
  }
}



// --- part written by lighting.inc ---

light_source {
 <-0.6310.4100.658>*9500
 color rgb <6.0115.5705.984>
}

sphere {
  01 
  hollow on
  no_shadow
  pigment { rgbt 1 }
  interior {
    media {
      emission 1/100
      density {
        spherical
        poly_wave 4
        density_map {
          [0.0 rgb 0]
          [0.5 color rgb <1.8031.6711.795>]
          [1.0 color rgb <6.0115.5705.984>]
        }
      }
      samples 1,1 intervals 1 confidence .1
      method 3
    }
  }
  scale 240
  translate <-0.6310.4100.658>*9500
}



// --- part written by atmosphere.inc ---




// --- part written by water.inc ---

#declare M_Water_1 =
  material {
    texture {
      pigment { rgbt <0.20.240.210.97> }
      finish {
        diffuse 0.22
        ambient 0
        reflection {
          0.01.0
          fresnel on
        }
        conserve_energy
        specular 0.4
        roughness 0.0035
      }
    }
    interior {
      ior 1.33
      media {
        absorption <1.00.920.9>*1.6
      }
    }
  }

#declare fn_Water2=
  function(x,y{
    f_noise3d(x*60.0/0.32492,y*60.0/0.324920)
  }

isosurface { 
  function { 
    z-fn_Water2(xy)*0.00180
  }
  max_gradient 1.2
  accuracy 0.001
  open 
  contained_by { box { <-500-50-1><5005000.00180+0.00001> } }
  translate 0.478*z
  material {
    M_Water_1
  }
  hollow on
}



// --- part written by clouds.inc ---

#declare Cloud=
  box {
    0,1
    texture { pigment { rgbt 1 } finish{ ambient 0 diffuse 0 } }
    hollow on
    interior {
      media {
        scattering { 10.002*<0.4520.4190.450> }
        absorption 0.002*1.686
        intervals 1//3
        density {
          density_file df3 "makecloud/cloud2_4.df3"
          interpolate 1
        }
      }
    }
    translate -0.5
    rotate 90*x
    scale <1.33,1,-0.8>
  }

union {
  object {
    Cloud
    scale 1135.35
    rotate z*8.19
    translate <-519.572268.04509.53>
  }
  object {
    Cloud
    scale 905.76
    rotate z*231.69
    translate <833.411001.02509.53>
  }
  object {
    Cloud
    scale 902.91
    rotate z*101.00
    translate <-1555.693018.80509.53>
  }
  object {
    Cloud
    scale 1156.75
    rotate z*300.65
    translate <3496.993989.91509.53>
  }
  object {
    Cloud
    scale 888.44
    rotate z*283.10
    translate <1597.812925.66509.53>
  }
  object {
    Cloud
    scale 925.18
    rotate z*297.78
    translate <1205.493820.95509.53>
  }
  object {
    Cloud
    scale 845.84
    rotate z*326.20
    translate <150.973192.44509.53>
  }
  object {
    Cloud
    scale 992.32
    rotate z*63.35
    translate <-1949.671720.82509.53>
  }
  object {
    Cloud
    scale 1081.78
    rotate z*173.46
    translate <-2726.893061.49509.53>
  }
  object {
    Cloud
    scale 1067.11
    rotate z*125.32
    translate <-3720.223911.53509.53>
  }
  object {
    Cloud
    scale 873.94
    rotate z*68.81
    translate <2018.212062.11509.53>
  }
  object {
    Cloud
    scale 1195.75
    rotate z*150.38
    translate <-462.70915.68509.53>
  }
  object {
    Cloud
    scale 1145.62
    rotate z*17.36
    translate <2620.682915.97509.53>
  }
  object {
    Cloud
    scale 487.60
    rotate z*7.26
    translate <-3562.262991.88509.53>
  }
  object {
    Cloud
    scale 584.88
    rotate z*183.41
    translate <-1931.253860.75509.53>
  }
  object {
    Cloud
    scale 407.41
    rotate z*88.50
    translate <-268.053906.30509.53>
  }
  object {
    Cloud
    scale 850.16
    rotate z*140.87
    translate <1060.732216.58509.53>
  }
  object {
    Cloud
    scale 443.69
    rotate z*47.65
    translate <2027.303849.59509.53>
  }
  rotate -353.12*z
}


object {
  LOTW_Terrain1
  texture {
    LOTW_Tex_Terrain
  }
}

object {
  LOTW_Terrain2
  texture {
    LOTW_Tex_Terrain2
  }
}

plane {
  z0
  texture {
    pigment {
      color rgb 0.3
    }
    finish {
      diffuse 0.7
      ambient 0.0
    }
  }
}