Landscape of the week 2, generation 32, scene 19
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 53s
POV-Ray source:
This is the source code for the above image, to render you need to have the following tools:
MegaPOV is only required for the exposure calculations. You can render the scene with
official POV-Ray 3.5 or 3.6 if you remove the exposure parameters in
global_settings{}
but the result will look different then.Jaime's LightSys is used for the sky in some of the images
Gilles Tran's Makeclouds is required for the clouds in some scenes.
- Some include files with color maps and pigments.
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_032_19.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, <-100, 0.0>,
-2.3, <-1.6, 0.15>,
-1.0, <-1.1, 0.8>,
0, < 0.0, 1.0>,
1.0, < 1.1, 0.8>,
2.3, < 1.6, 0.15>,
100, < 100, 0.0>
}
}
#declare Bkg_Dist=200.00;
#local fn_Base=
function {
pattern {
dents
warp { turbulence 0.3 omega 0.58 lambda 2.8 octaves 6 }
rotate 105.22
scale 1.600
}
}
#local fn_Struct=
function {
pattern {
agate
scale 0.640
warp { turbulence 0.5 omega 0.55 octaves 8 lambda 2.5 }
rotate z*36.000
translate 9.000
}
}
#declare LOTW_Terrain_Struct_Function=
function {
fn_Struct(x, y, z)
}
#local fn_Terrain=
function {
z
- 0.5*exp(y/200.000)
- fn_Base(x, y, z)*0.850
- fn_Struct(x, y, z)*0.011
}
#declare LOTW_Terrain_Trace1=
isosurface {
function { fn_Terrain(x, y, z) }
contained_by {
box { <-350, -20, -0.1>, <350, 200.000, 1.361> }
}
accuracy 0.0005
max_gradient 50
}
#declare LOTW_Terrain1=
isosurface {
function { fn_Terrain(x, y, z) }
contained_by {
box { <-350, -20, -0.1>, <350, 200.000, 1.361> }
}
accuracy 0.0005
max_gradient 5
}
#local fn_Form_Far=
function {
pattern {
agate
poly_wave 2
warp { turbulence 0.140 omega 0.690 octaves 7 }
scale 60.000
}
}
#local fn_Terrain_Far=
function {
z + 0.3 - fn_Form_Far(x, y, 0)*
(fn_Hill_Spline(4*(x-60.000)/200.00).y+0.4)*
(y-200.00)*0.2
- fn_Struct(x, y, z)*0.011
}
#declare LOTW_Terrain_Trace2=
isosurface {
function { fn_Terrain_Far(x, y, z) }
contained_by {
box { <-400.00, 200.00, -2.1>, <400.00, 400.000, 100.00> }
}
accuracy 0.0005
max_gradient 50
}
#declare LOTW_Terrain2=
isosurface {
function { fn_Terrain_Far(x, y, z) }
contained_by {
box { <-400.00, 200.00, -2.1>, <400.00, 400.000, 100.00> }
}
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_landscape19.inc"
#declare Pigm_Terrain=
pigment {
function { LOTW_Terrain_Struct_Function(x/2,y/2,z*5) }
pigment_map {
[0.100
granite
color_map { CM_landscape19_1 }
warp { turbulence 0.6 omega 0.6 }
translate 0.000
scale 1.2
]
[0.300
granite
color_map { CM_landscape19_2 }
warp { turbulence 0.6 omega 0.6 }
translate 5.000
scale 1.2
]
[0.500
granite
color_map { CM_landscape19_3 }
warp { turbulence 0.6 omega 0.6 }
translate 10.000
scale 1.2
]
[0.700
granite
color_map { CM_landscape19_4 }
warp { turbulence 0.6 omega 0.6 }
translate 15.000
scale 1.2
]
[0.900
granite
color_map { CM_landscape19_5 }
warp { turbulence 0.6 omega 0.6 }
translate 20.000
scale 1.2
]
}
}
#declare Pigm_Terrain2=
pigment {
slope { z altitude -z*2/Bkg_Dist }
pigment_map {
[0.100
granite
color_map { CM_landscape19_5 }
warp { turbulence 0.6 omega 0.6 }
translate 0.000
scale 5.4
]
[0.300
granite
color_map { CM_landscape19_4 }
warp { turbulence 0.6 omega 0.6 }
translate 5.000
scale 5.4
]
[0.500
granite
color_map { CM_landscape19_3 }
warp { turbulence 0.6 omega 0.6 }
translate 10.000
scale 5.4
]
[0.700
granite
color_map { CM_landscape19_2 }
warp { turbulence 0.6 omega 0.6 }
translate 15.000
scale 5.4
]
[0.900
granite
color_map { CM_landscape19_1 }
warp { turbulence 0.6 omega 0.6 }
translate 20.000
scale 5.4
]
}
}
#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.74)
}
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.000, 0.836>;
#declare Cam_Look=<0.000, 0.000, 0.836>;
#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 -8.00*x
rotate -307.51*z
}
pigment_map {
[0 gradient z
color_map {
[0.046 color rgb <1.000, 1.087, 1.250>]
[0.138 color rgb <0.613, 0.810, 1.650>]
[0.230 color rgb <0.420, 0.672, 1.849>]
}
]
[1 color rgb <1.620, 1.350, 1.080>]
}
}
}
// --- part written by lighting.inc ---
light_source {
<0.786, -0.603, 0.139>*9500
color rgb <5.825, 5.489, 6.115>
}
sphere {
0, 1
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.747, 1.647, 1.835>]
[1.0 color rgb <5.825, 5.489, 6.115>]
}
}
samples 1,1 intervals 1 confidence .1
method 3
}
}
scale 240
translate <0.786, -0.603, 0.139>*9500
}
// --- part written by atmosphere.inc ---
// --- part written by water.inc ---
#declare M_Water_1 =
material {
texture {
pigment { rgbt <0.2, 0.24, 0.21, 0.97> }
finish {
diffuse 0.22
ambient 0
reflection {
0.0, 1.0
fresnel on
}
conserve_energy
specular 0.4
roughness 0.0035
}
}
interior {
ior 1.33
media {
absorption <1.0, 0.92, 0.9>*1.6
}
}
}
#declare fn_Water2=
function(x,y) {
f_noise3d(x*60.0/0.34958,y*60.0/0.34958, 0)
}
isosurface {
function {
z-fn_Water2(x, y)*0.00180
}
max_gradient 1.2
accuracy 0.001
open
contained_by { box { <-500, -50, -1>, <500, 500, 0.00180+0.00001> } }
translate 0.736*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 { 1, 0.002*<0.572, 0.532, 0.520> }
absorption 0.002*1.706
intervals 1//3
density {
density_file df3 "makecloud/cloud1.df3"
interpolate 1
}
}
}
translate -0.5
rotate 90*x
scale <1.33,1,-0.8>
}
union {
object {
Cloud
scale 1169.95
rotate z*141.16
translate <2321.42, 3860.88, 500.60>
}
object {
Cloud
scale 1265.63
rotate z*180.04
translate <34.78, 3738.98, 500.60>
}
object {
Cloud
scale 1156.84
rotate z*314.62
translate <-1066.18, 2906.98, 500.60>
}
object {
Cloud
scale 781.97
rotate z*87.53
translate <110.56, 749.60, 500.60>
}
object {
Cloud
scale 931.56
rotate z*334.72
translate <-2874.41, 3833.97, 500.60>
}
object {
Cloud
scale 993.91
rotate z*52.31
translate <1826.86, 1884.37, 500.60>
}
object {
Cloud
scale 1088.02
rotate z*19.05
translate <11.66, 2046.53, 500.60>
}
object {
Cloud
scale 928.88
rotate z*328.32
translate <-2864.15, 2754.30, 500.60>
}
object {
Cloud
scale 1045.87
rotate z*188.74
translate <948.93, 1344.75, 500.60>
}
object {
Cloud
scale 1142.67
rotate z*300.11
translate <3026.49, 2918.87, 500.60>
}
object {
Cloud
scale 1064.72
rotate z*11.81
translate <-1529.37, 1664.86, 500.60>
}
object {
Cloud
scale 859.76
rotate z*357.16
translate <1506.39, 2831.32, 500.60>
}
object {
Cloud
scale 421.94
rotate z*248.72
translate <-641.53, 1491.65, 500.60>
}
object {
Cloud
scale 481.00
rotate z*46.44
translate <-1425.03, 3856.56, 500.60>
}
object {
Cloud
scale 715.94
rotate z*74.91
translate <1359.56, 3677.27, 500.60>
}
object {
Cloud
scale 404.34
rotate z*111.12
translate <-2181.24, 2396.87, 500.60>
}
object {
Cloud
scale 813.82
rotate z*334.02
translate <3984.61, 3791.74, 500.60>
}
object {
Cloud
scale 506.82
rotate z*218.73
translate <-1943.79, 3085.73, 500.60>
}
object {
Cloud
scale 449.64
rotate z*117.15
translate <-540.22, 962.06, 500.60>
}
object {
Cloud
scale 479.51
rotate z*342.95
translate <878.00, 3201.35, 500.60>
}
object {
Cloud
scale 524.06
rotate z*104.47
translate <644.53, 2697.04, 500.60>
}
rotate -9.79*z
}
object {
LOTW_Terrain1
texture {
LOTW_Tex_Terrain
}
}
object {
LOTW_Terrain2
texture {
LOTW_Tex_Terrain2
}
}
plane {
z, 0
texture {
pigment {
color rgb 0.3
}
finish {
diffuse 0.7
ambient 0.0
}
}
}