Landscape of the week 2, generation 18, scene 3
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 20s
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_018_03.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_Form=
function {
f_ridged_mf(x/4.710, y/4.710, 120.000, 0.1, 3.1, 7, 0.7, 0.8, 2)
}
#local fn_Base=
function {
pattern {
wrinkles
rotate 0.00
scale 1.889
}
}
#local fn_Struct=
function {
pattern {
agate
scale 1/3
warp { turbulence 0.5 omega 0.55 octaves 9 lambda 2.8 }
scale 1.066
rotate <30.000, 360.000, 0.000>
translate 0.000
}
}
#declare LOTW_Terrain_Struct_Function=
function {
fn_Struct(x, y, z)
}
#local fn_Terrain=
function {
z
- fn_Form(x, y, 0)*2.060
- fn_Base(x, y, z)*0.302
- fn_Struct(x, y, z)*0.014
}
#declare LOTW_Terrain_Trace=
isosurface {
function { fn_Terrain(x, y, z) }
contained_by {
box { <-350, -20, -0.1>, <350, 750, 3.5> }
}
accuracy 0.0005
max_gradient 50
}
#declare LOTW_Terrain=
isosurface {
function { fn_Terrain(x, y, z) }
contained_by {
box { <-350, -20, -0.1>, <350, 750, 3.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_landscape14.inc"
#declare Pigm_Terrain=
pigment {
agate
warp { turbulence 0.65 omega 0.6 octaves 8 }
scale 0.08*<1,1,0.2>
pigment_map {
[0.125
granite
color_map { CM_landscape14_1 }
warp { turbulence 0.6 omega 0.6 }
translate 0.000
scale 1.2
]
[0.375
granite
color_map { CM_landscape14_2 }
warp { turbulence 0.6 omega 0.6 }
translate 5.000
scale 1.2
]
[0.625
granite
color_map { CM_landscape14_3 }
warp { turbulence 0.6 omega 0.6 }
translate 10.000
scale 1.2
]
[0.875
granite
color_map { CM_landscape14_4 }
warp { turbulence 0.6 omega 0.6 }
translate 15.000
scale 1.2
]
}
}
#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.000, 1.094>;
#declare Cam_Look=<0.000, 0.000, 1.094>;
#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 -9.05*x
rotate -0.00*z
}
pigment_map {
[0 gradient z
color_map {
[0.038 color rgb <1.000, 1.087, 1.250>]
[0.115 color rgb <0.551, 0.807, 1.677>]
[0.192 color rgb <0.327, 0.667, 1.890>]
}
]
[1 color rgb <1.509, 1.258, 1.006>]
}
}
}
// --- part written by lighting.inc ---
light_source {
<0.000, -0.988, 0.157>*9500
color rgb <5.683, 5.328, 5.686>
}
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.705, 1.598, 1.706>]
[1.0 color rgb <5.683, 5.328, 5.686>]
}
}
samples 1,1 intervals 1 confidence .1
method 3
}
}
scale 240
translate <0.000, -0.988, 0.157>*9500
}
// --- part written by atmosphere.inc ---
fog {
fog_type 2
fog_alt 6.000
fog_offset 6.000
color rgb <0.658, 0.693, 1.0>*1.3
distance 1299.200
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 { 1, 0.002*<0.611, 0.470, 0.611> }
absorption 0.002*1.357
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 488.48
rotate z*79.64
translate <-2719.97, 3066.50, 460.00>
}
object {
Cloud
scale 964.30
rotate z*207.09
translate <1428.81, 2874.21, 460.00>
}
object {
Cloud
scale 571.24
rotate z*246.83
translate <2416.36, 2607.38, 460.00>
}
object {
Cloud
scale 903.98
rotate z*104.84
translate <-2116.32, 2320.77, 460.00>
}
object {
Cloud
scale 979.79
rotate z*208.24
translate <-3699.73, 3057.32, 460.00>
}
object {
Cloud
scale 481.26
rotate z*183.04
translate <-373.77, 1429.64, 460.00>
}
object {
Cloud
scale 976.54
rotate z*150.55
translate <-1124.96, 1588.93, 460.00>
}
object {
Cloud
scale 595.92
rotate z*227.29
translate <-34.20, 948.04, 460.00>
}
object {
Cloud
scale 479.37
rotate z*114.47
translate <-841.60, 2903.75, 460.00>
}
object {
Cloud
scale 706.22
rotate z*299.46
translate <237.25, 2803.74, 460.00>
}
object {
Cloud
scale 454.20
rotate z*134.06
translate <650.36, 1445.76, 460.00>
}
object {
Cloud
scale 957.29
rotate z*348.46
translate <3289.13, 3249.49, 460.00>
}
object {
Cloud
scale 993.26
rotate z*162.22
translate <653.08, 3844.71, 460.00>
}
object {
Cloud
scale 803.10
rotate z*213.35
translate <-1704.24, 3268.06, 460.00>
}
object {
Cloud
scale 764.17
rotate z*127.56
translate <1484.25, 1966.06, 460.00>
}
object {
Cloud
scale 455.11
rotate z*251.44
translate <-708.08, 2206.25, 460.00>
}
object {
Cloud
scale 581.05
rotate z*243.36
translate <-366.63, 3380.84, 460.00>
}
object {
Cloud
scale 558.07
rotate z*347.25
translate <699.08, 2059.41, 460.00>
}
object {
Cloud
scale 496.63
rotate z*171.21
translate <1707.53, 3607.10, 460.00>
}
object {
Cloud
scale 627.27
rotate z*54.94
translate <-1057.60, 3924.05, 460.00>
}
object {
Cloud
scale 670.12
rotate z*210.09
translate <2250.06, 3371.27, 460.00>
}
object {
Cloud
scale 744.15
rotate z*281.23
translate <-3994.24, 3987.05, 460.00>
}
object {
Cloud
scale 640.24
rotate z*89.62
translate <-1337.20, 2515.98, 460.00>
}
object {
Cloud
scale 504.66
rotate z*41.44
translate <-636.30, 755.79, 460.00>
}
object {
Cloud
scale 278.88
rotate z*126.61
translate <-273.95, 2777.24, 460.00>
}
object {
Cloud
scale 707.45
rotate z*263.33
translate <2770.14, 3938.10, 460.00>
}
object {
Cloud
scale 408.84
rotate z*33.88
translate <557.30, 858.15, 460.00>
}
object {
Cloud
scale 441.03
rotate z*151.47
translate <252.64, 1739.14, 460.00>
}
object {
Cloud
scale 304.01
rotate z*100.06
translate <-3210.52, 3750.81, 460.00>
}
object {
Cloud
scale 270.55
rotate z*103.78
translate <-2603.72, 3648.02, 460.00>
}
object {
Cloud
scale 232.10
rotate z*359.55
translate <-2923.92, 2547.99, 460.00>
}
rotate -126.11*z
}
object {
LOTW_Terrain
texture {
LOTW_Tex_Terrain
}
}
plane {
z, 0
texture {
pigment {
color rgb 0.3
}
finish {
diffuse 0.7
ambient 0.0
}
}
}