imagico.de
imagico.de

imagico.de

Landscape of the week 2

Landscape of the week 2, generation 35, scene 8

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 32m 34s

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_035_08.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=900.00;

#local fn_Form=
  function {
    f_ridged_mf(x/5.750y/5.750118.5840.13.170.70.82)
  }

#local fn_Base=
  function {
    pattern {
      dents
      warp { turbulence 0.4 omega 0.58 lambda 2.8 octaves 5 }
      rotate 43.12
      scale 1.026
    }
  }

#local fn_Struct=
  function {
    pattern {
      agate
      scale 0.970
      warp { turbulence 0.5 omega 0.55 octaves 8 lambda 2.5 }
      rotate z*360.000
      translate 4.022
    }
  }

#declare LOTW_Terrain_Struct_Function=
  function {
    fn_Struct(xyz)
  }

#local fn_Terrain=
  function {
    z
    - fn_Form(xy0)*1.810
    - fn_Base(xyz)*0.250
    - fn_Struct(xyz)*0.030
  }

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

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

#declare LOTW_Terrain_Grass=object { LOTW_Terrain_Trace }



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

#declare Gamma=2.2;

#include "include/cm_landscape02.inc"

#declare Pigm_Terrain=
  pigment {
    function { LOTW_Terrain_Struct_Function(x,y,z}
    pigment_map {
      [0.125
        granite
        color_map { CM_landscape02_1 }
        warp { turbulence 0.6 omega 0.6 }
        translate 0.000
        scale 0.3
      ]
      [0.375
        granite
        color_map { CM_landscape02_2 }
        warp { turbulence 0.6 omega 0.6 }
        translate 5.000
        scale 0.3
      ]
      [0.625
        granite
        color_map { CM_landscape02_3 }
        warp { turbulence 0.6 omega 0.6 }
        translate 10.000
        scale 0.3
      ]
      [0.875
        granite
        color_map { CM_landscape02_4 }
        warp { turbulence 0.6 omega 0.6 }
        translate 15.000
        scale 0.3
      ]
    }
  }


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



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

#declare Cam_Loc=<0.200-5.0001.105>;
#declare Cam_Look=<0.0000.0001.105>;
#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 2 <<<<
// ----------------------------------------

sky_sphere {
  pigment {
    pigment_pattern {
      spherical
      color_map { [0 rgb 0][1 rgb 1}
      scale 0.5
      translate -y
      rotate -80.00*x
      rotate -39.85*z
    }
    pigment_map {
      [0 gradient z
        color_map {
          [0.038 color rgb <1.0001.0871.250>]
          [0.113 color rgb <0.5440.7841.564>]
          [0.188 color rgb <0.3170.6321.721>]
        }
      ]
      [1 color rgb <1.5241.2701.016>]
    }
  }
}



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

light_source {
 <-0.111-0.1330.985>*9500
 color rgb <5.8675.7785.849>
}

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.7601.7331.755>]
          [1.0 color rgb <5.8675.7785.849>]
        }
      }
      samples 1,1 intervals 1 confidence .1
      method 3
    }
  }
  scale 240
  translate <-0.111-0.1330.985>*9500
}



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


sphere {
  01000
  hollow on
  texture {
    pigment { color rgbt 1 }
    finish { ambient 0 diffuse 0 }
  }
  interior {
    media {
      scattering { 5<0.000080.000080.00007> eccentricity 0.3 extinction 1.5 }
      density {
        planar
        poly_wave 3.509
        color_map {
          [0 rgb 0]
          [1 rgb 1]
        }
        scale 1000
        rotate 90*x
      }
    }
  }
}



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




// --- 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.2080.1700.175> }
        absorption 0.002*0.496
        intervals 1//3
        density {
          density_file df3 "makecloud/cloud2_2.df3"
          interpolate 1
        }
      }
    }
    translate -0.5
    rotate 90*x
    scale <1.33,1,-0.8>
  }

union {
  object {
    Cloud
    scale 953.42
    rotate z*217.43
    translate <-1587.342692.19518.78>
  }
  object {
    Cloud
    scale 579.14
    rotate z*326.82
    translate <1065.073932.89518.78>
  }
  object {
    Cloud
    scale 533.47
    rotate z*225.54
    translate <599.421942.11518.78>
  }
  object {
    Cloud
    scale 656.08
    rotate z*128.26
    translate <-2731.542326.27518.78>
  }
  object {
    Cloud
    scale 519.43
    rotate z*147.46
    translate <3629.593795.50518.78>
  }
  object {
    Cloud
    scale 726.28
    rotate z*275.49
    translate <-415.643881.85518.78>
  }
  object {
    Cloud
    scale 897.23
    rotate z*44.30
    translate <-302.322071.25518.78>
  }
  object {
    Cloud
    scale 905.61
    rotate z*79.19
    translate <-1208.011508.09518.78>
  }
  object {
    Cloud
    scale 540.13
    rotate z*167.91
    translate <-3328.572858.85518.78>
  }
  object {
    Cloud
    scale 1029.50
    rotate z*184.40
    translate <2511.763034.58518.78>
  }
  object {
    Cloud
    scale 766.72
    rotate z*178.72
    translate <427.01786.39518.78>
  }
  object {
    Cloud
    scale 877.18
    rotate z*249.53
    translate <275.843087.83518.78>
  }
  object {
    Cloud
    scale 626.00
    rotate z*241.85
    translate <-526.11642.40518.78>
  }
  object {
    Cloud
    scale 593.70
    rotate z*40.11
    translate <1684.752188.62518.78>
  }
  object {
    Cloud
    scale 823.23
    rotate z*79.37
    translate <1154.602688.26518.78>
  }
  object {
    Cloud
    scale 889.46
    rotate z*304.72
    translate <1218.581511.04518.78>
  }
  object {
    Cloud
    scale 699.40
    rotate z*170.60
    translate <-1208.593457.43518.78>
  }
  object {
    Cloud
    scale 786.66
    rotate z*327.85
    translate <-3385.423800.95518.78>
  }
  object {
    Cloud
    scale 766.90
    rotate z*152.42
    translate <-2120.301906.54518.78>
  }
  object {
    Cloud
    scale 707.40
    rotate z*78.39
    translate <-2549.463800.09518.78>
  }
  object {
    Cloud
    scale 628.95
    rotate z*20.44
    translate <-2001.603390.02518.78>
  }
  object {
    Cloud
    scale 500.30
    rotate z*319.87
    translate <-531.792989.88518.78>
  }
  object {
    Cloud
    scale 282.17
    rotate z*10.86
    translate <-154.121412.24518.78>
  }
  object {
    Cloud
    scale 351.18
    rotate z*339.75
    translate <-2541.293183.55518.78>
  }
  object {
    Cloud
    scale 398.07
    rotate z*69.46
    translate <-984.412374.91518.78>
  }
  object {
    Cloud
    scale 305.35
    rotate z*128.28
    translate <1347.383553.56518.78>
  }
  object {
    Cloud
    scale 269.00
    rotate z*310.93
    translate <2380.773981.45518.78>
  }
  object {
    Cloud
    scale 434.92
    rotate z*282.33
    translate <-1883.773929.17518.78>
  }
  rotate -347.76*z
}


object {
  LOTW_Terrain
  texture {
    LOTW_Tex_Terrain
  }
}

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