imagico.de
imagico.de

imagico.de

Landscape of the week 2

Landscape of the week 2, generation 23, scene 5

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 16m 58s

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_023_05.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=646.46;

#local fn_Base=
  function {
    pattern {
      wrinkles
      rotate 56.00
      scale 2.433
    }
  }

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

#declare LOTW_Terrain_Struct_Function=
  function {
    fn_Struct(xyz)
  }

#local fn_Terrain=
  function {
    z
    - 0.5*exp(y/646.460)
    - fn_Base(xyz)*0.517
    - fn_Struct(xyz)*0.020
  }

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

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


#local fn_Form_Far=
  function {
    f_ridged_mf(x/314.732y/314.7325.4740.13.170.70.82)
  }
#local fn_Terrain_Far=
  function {
    z + 0.3 - fn_Form_Far(xy0)*
   (fn_Hill_Spline(4*(x-193.938)/646.46).y+0.4)*
    (max(pow(max(0, (y-646.46)), 0.5), 1)-1)*4
    - fn_Struct(xyz)*0.020
  }

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

  contained_by {
    box { <-1292.92646.46-2.1><1292.921292.920323.23> }
  }

  accuracy 0.0005
  max_gradient 50
}

#declare LOTW_Terrain2=
isosurface {
  function { fn_Terrain_Far(xyz}
  contained_by {
    box { <-1292.92646.46-2.1><1292.921292.920323.23> }
  }
  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_landscape23.inc"

#declare Pigm_Terrain=
  pigment {
    function { LOTW_Terrain_Struct_Function(x,y,z}
    pigment_map {
      [0.100
        granite
        color_map { CM_landscape23_5 }
        warp { turbulence 0.6 omega 0.6 }
        translate 0.000
        scale 0.3
      ]
      [0.300
        granite
        color_map { CM_landscape23_4 }
        warp { turbulence 0.6 omega 0.6 }
        translate 5.000
        scale 0.3
      ]
      [0.500
        granite
        color_map { CM_landscape23_3 }
        warp { turbulence 0.6 omega 0.6 }
        translate 10.000
        scale 0.3
      ]
      [0.700
        granite
        color_map { CM_landscape23_2 }
        warp { turbulence 0.6 omega 0.6 }
        translate 15.000
        scale 0.3
      ]
      [0.900
        granite
        color_map { CM_landscape23_1 }
        warp { turbulence 0.6 omega 0.6 }
        translate 20.000
        scale 0.3
      ]
    }
  }


#declare Pigm_Terrain2=
  pigment {
    slope { z altitude -z*2/Bkg_Dist }
    pigment_map {
      [0.100
        granite
        color_map { CM_landscape23_1 }
        warp { turbulence 0.6 omega 0.6 }
        translate 0.000
        scale 1.2
      ]
      [0.300
        granite
        color_map { CM_landscape23_2 }
        warp { turbulence 0.6 omega 0.6 }
        translate 5.000
        scale 1.2
      ]
      [0.500
        granite
        color_map { CM_landscape23_3 }
        warp { turbulence 0.6 omega 0.6 }
        translate 10.000
        scale 1.2
      ]
      [0.700
        granite
        color_map { CM_landscape23_4 }
        warp { turbulence 0.6 omega 0.6 }
        translate 15.000
        scale 1.2
      ]
      [0.900
        granite
        color_map { CM_landscape23_5 }
        warp { turbulence 0.6 omega 0.6 }
        translate 20.000
        scale 1.2
      ]
    }
  }


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


#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.041>;
#declare Cam_Look=<0.0000.0001.041>;
#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 -57.99*x
      rotate -110.63*z
    }
    pigment_map {
      [0 gradient z
        color_map {
          [0.038 color rgb <1.0001.0871.250>]
          [0.112 color rgb <0.5720.8101.663>]
          [0.188 color rgb <0.3580.6721.869>]
        }
      ]
      [1 color rgb <1.2601.0500.840>]
    }
  }
}



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

light_source {
 <-0.4960.1870.848>*9500
 color rgb <5.6895.6445.696>
}

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.7071.6931.709>]
          [1.0 color rgb <5.6895.6445.696>]
        }
      }
      samples 1,1 intervals 1 confidence .1
      method 3
    }
  }
  scale 240
  translate <-0.4960.1870.848>*9500
}



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


fog {
  fog_type 2
  fog_alt 8.156
  fog_offset 8.156
  color rgb <0.5030.6471.0>*1.3
  distance 1677.000
  turbulence 0.1
  up z
}



// --- 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.5130.4640.515> }
        absorption 0.002*1.616
        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 1019.16
    rotate z*151.48
    translate <-1128.151429.88512.48>
  }
  object {
    Cloud
    scale 1094.35
    rotate z*61.11
    translate <-2601.432463.42512.48>
  }
  object {
    Cloud
    scale 850.66
    rotate z*342.93
    translate <352.023991.48512.48>
  }
  object {
    Cloud
    scale 622.66
    rotate z*52.33
    translate <2294.402946.12512.48>
  }
  object {
    Cloud
    scale 683.49
    rotate z*219.94
    translate <-1717.873570.85512.48>
  }
  object {
    Cloud
    scale 1025.53
    rotate z*342.57
    translate <131.881270.89512.48>
  }
  object {
    Cloud
    scale 683.82
    rotate z*280.09
    translate <-3284.683630.08512.48>
  }
  object {
    Cloud
    scale 581.76
    rotate z*47.42
    translate <3450.383433.82512.48>
  }
  object {
    Cloud
    scale 843.53
    rotate z*173.08
    translate <1195.332844.02512.48>
  }
  object {
    Cloud
    scale 675.14
    rotate z*340.54
    translate <688.632079.38512.48>
  }
  object {
    Cloud
    scale 887.69
    rotate z*39.22
    translate <1686.273657.85512.48>
  }
  object {
    Cloud
    scale 1053.32
    rotate z*15.38
    translate <-737.832451.79512.48>
  }
  object {
    Cloud
    scale 786.11
    rotate z*176.53
    translate <1829.052118.13512.48>
  }
  object {
    Cloud
    scale 799.86
    rotate z*232.73
    translate <202.922946.87512.48>
  }
  object {
    Cloud
    scale 285.38
    rotate z*93.51
    translate <-738.143291.25512.48>
  }
  object {
    Cloud
    scale 288.76
    rotate z*291.57
    translate <1059.291404.04512.48>
  }
  object {
    Cloud
    scale 454.27
    rotate z*254.48
    translate <-543.44954.72512.48>
  }
  object {
    Cloud
    scale 473.29
    rotate z*129.12
    translate <-312.563895.78512.48>
  }
  object {
    Cloud
    scale 365.34
    rotate z*180.86
    translate <2927.343466.75512.48>
  }
  object {
    Cloud
    scale 601.65
    rotate z*94.94
    translate <-1937.591723.07512.48>
  }
  object {
    Cloud
    scale 290.75
    rotate z*345.36
    translate <-3777.773404.80512.48>
  }
  object {
    Cloud
    scale 548.41
    rotate z*162.26
    translate <-2692.523872.85512.48>
  }
  object {
    Cloud
    scale 462.21
    rotate z*282.79
    translate <2394.893909.52512.48>
  }
  object {
    Cloud
    scale 381.93
    rotate z*316.91
    translate <750.06867.52512.48>
  }
  object {
    Cloud
    scale 456.45
    rotate z*153.16
    translate <-1769.242793.89512.48>
  }
  object {
    Cloud
    scale 289.46
    rotate z*265.42
    translate <-1520.102491.54512.48>
  }
  object {
    Cloud
    scale 369.19
    rotate z*86.05
    translate <-43.103511.19512.48>
  }
  rotate -360.00*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
    }
  }
}