imagico.de
imagico.de

imagico.de

Landscape of the week 2

Landscape of the week 2, generation 30, scene 15

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 29m 59s

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_030_15.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=630.15;

#local fn_Base=
  function {
    pattern {
      agate
      rotate 82.54
      scale 4.000
    }
  }

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

#declare LOTW_Terrain_Struct_Function=
  function {
    fn_Struct(xyz)
  }

#local fn_Terrain=
  function {
    z
    - 0.5*exp(y/630.150)
    - fn_Base(xyz)*0.790
    - fn_Struct(xyz)*0.043
  }

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

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


#local fn_Form_Far=
  function {
    pattern {
      agate
      poly_wave 2
      warp { turbulence 0.191 omega 0.677 octaves 7 }
      scale 189.045
    }
  }
#local fn_Terrain_Far=
  function {
    z + 0.3 - fn_Form_Far(xy0)*
    (pow(2*(x--34.860)/630.152)+0.2)*
    (y-630.15)*0.2
    - fn_Struct(xyz)*0.043
  }

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

  contained_by {
    box { <-1260.30630.15-2.1><1260.301260.300315.08> }
  }

  accuracy 0.0005
  max_gradient 50
}

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

#declare Pigm_Terrain=
  pigment {
    function { LOTW_Terrain_Struct_Function(x,y,z}
    pigment_map {
      [0.500
        granite
        color_map { CM_landscape12_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_landscape12_1 }
        warp { turbulence 0.6 omega 0.6 }
        translate 0.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.477>;
#declare Cam_Look=<0.0000.0001.477>;
#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 -2.56*x
      rotate -345.49*z
    }
    pigment_map {
      [0 gradient z
        color_map {
          [0.049 color rgb <1.0001.0871.250>]
          [0.146 color rgb <0.5930.7911.621>]
          [0.244 color rgb <0.3890.6431.806>]
        }
      ]
      [1 color rgb <1.5841.3201.056>]
    }
  }
}



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

light_source {
 <0.250-0.9670.045>*9500
 color rgb <5.9095.7335.752>
}

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.7731.7201.726>]
          [1.0 color rgb <5.9095.7335.752>]
        }
      }
      samples 1,1 intervals 1 confidence .1
      method 3
    }
  }
  scale 240
  translate <0.250-0.9670.045>*9500
}



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




// --- 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.2210.1920.174> }
        absorption 0.002*0.572
        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 852.52
    rotate z*264.89
    translate <908.873564.95560.00>
  }
  object {
    Cloud
    scale 805.69
    rotate z*261.46
    translate <-2415.933766.93560.00>
  }
  object {
    Cloud
    scale 1143.55
    rotate z*123.10
    translate <-958.603243.48560.00>
  }
  object {
    Cloud
    scale 1148.56
    rotate z*111.70
    translate <-439.781512.03560.00>
  }
  object {
    Cloud
    scale 864.02
    rotate z*233.03
    translate <-2918.142650.22560.00>
  }
  object {
    Cloud
    scale 874.24
    rotate z*11.96
    translate <484.26676.91560.00>
  }
  object {
    Cloud
    scale 664.76
    rotate z*150.10
    translate <1155.272717.60560.00>
  }
  object {
    Cloud
    scale 730.38
    rotate z*62.90
    translate <-1483.242326.73560.00>
  }
  object {
    Cloud
    scale 1157.09
    rotate z*88.92
    translate <1385.491793.18560.00>
  }
  object {
    Cloud
    scale 1124.15
    rotate z*252.53
    translate <2579.993253.09560.00>
  }
  object {
    Cloud
    scale 805.60
    rotate z*344.34
    translate <-3761.863173.11560.00>
  }
  object {
    Cloud
    scale 763.59
    rotate z*101.35
    translate <-82.253810.20560.00>
  }
  object {
    Cloud
    scale 895.43
    rotate z*359.43
    translate <270.292347.93560.00>
  }
  object {
    Cloud
    scale 397.78
    rotate z*183.20
    translate <-1882.931684.30560.00>
  }
  object {
    Cloud
    scale 336.48
    rotate z*90.55
    translate <-2218.702085.58560.00>
  }
  object {
    Cloud
    scale 354.43
    rotate z*75.62
    translate <1427.563915.99560.00>
  }
  object {
    Cloud
    scale 349.26
    rotate z*294.00
    translate <-62.472966.44560.00>
  }
  object {
    Cloud
    scale 332.25
    rotate z*243.03
    translate <-3581.713940.16560.00>
  }
  object {
    Cloud
    scale 434.23
    rotate z*303.46
    translate <3118.043863.39560.00>
  }
  object {
    Cloud
    scale 427.92
    rotate z*96.02
    translate <-3000.283433.92560.00>
  }
  object {
    Cloud
    scale 414.75
    rotate z*59.19
    translate <3778.143857.30560.00>
  }
  object {
    Cloud
    scale 439.13
    rotate z*31.67
    translate <1664.843435.66560.00>
  }
  object {
    Cloud
    scale 468.97
    rotate z*238.06
    translate <-1895.143154.62560.00>
  }
  object {
    Cloud
    scale 375.34
    rotate z*32.22
    translate <-2053.622421.18560.00>
  }
  rotate -324.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
    }
  }
}