Landscape of the week 2, generation 22, 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 11m 39s
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_022_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=580.38;
#local fn_Form=
function {
pow(f_noise3d(x/2.969, y/2.969, 31.488), 1.125)
}
#local fn_Base=
function {
pattern {
agate
rotate 1.31
scale 3.334
}
}
#local fn_Struct=
function {
pattern {
agate
scale 0.384
warp { turbulence 0.5 omega 0.55 octaves 8 lambda 2.5 }
rotate z*180.000
translate 2.476
}
}
#declare LOTW_Terrain_Struct_Function=
function {
fn_Struct(x, y, z)
}
#local fn_Terrain=
function {
z
- fn_Form(x, y, 0)*2.165
- fn_Base(x, y, z)*0.363
- fn_Struct(x, y, z)*0.042
}
#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_landscape13.inc"
#declare Pigm_Terrain=
pigment {
slope z
pigment_map {
[0.125
granite
color_map { CM_landscape13_1 }
warp { turbulence 0.6 omega 0.6 }
translate 0.000
scale 0.3
]
[0.375
granite
color_map { CM_landscape13_2 }
warp { turbulence 0.6 omega 0.6 }
translate 5.000
scale 0.3
]
[0.625
granite
color_map { CM_landscape13_3 }
warp { turbulence 0.6 omega 0.6 }
translate 10.000
scale 0.3
]
[0.875
granite
color_map { CM_landscape13_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.000, 1.776>;
#declare Cam_Look=<0.000, 0.000, 1.776>;
#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 -24.22*x
rotate -67.57*z
}
pigment_map {
[0 gradient z
color_map {
[0.045 color rgb <1.000, 1.087, 1.250>]
[0.134 color rgb <0.585, 0.772, 1.537>]
[0.223 color rgb <0.377, 0.614, 1.680>]
}
]
[1 color rgb <1.575, 1.312, 1.050>]
}
}
}
// --- part written by lighting.inc ---
light_source {
<-0.843, -0.348, 0.410>*9500
color rgb <5.686, 5.466, 5.729>
}
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.706, 1.640, 1.719>]
[1.0 color rgb <5.686, 5.466, 5.729>]
}
}
samples 1,1 intervals 1 confidence .1
method 3
}
}
scale 240
translate <-0.843, -0.348, 0.410>*9500
}
// --- part written by atmosphere.inc ---
fog {
fog_type 2
fog_alt 6.004
fog_offset 6.004
color rgb <0.648, 0.690, 1.0>*1.3
distance 1195.800
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.484, 0.503, 0.470> }
absorption 0.002*1.480
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 684.16
rotate z*85.47
translate <-90.35, 905.67, 560.00>
}
object {
Cloud
scale 638.61
rotate z*278.67
translate <2716.84, 3140.68, 560.00>
}
object {
Cloud
scale 567.11
rotate z*337.54
translate <1418.72, 2256.81, 560.00>
}
object {
Cloud
scale 995.24
rotate z*309.38
translate <-180.26, 3773.68, 560.00>
}
object {
Cloud
scale 542.86
rotate z*289.30
translate <-836.40, 3154.75, 560.00>
}
object {
Cloud
scale 653.58
rotate z*253.00
translate <652.90, 3226.03, 560.00>
}
object {
Cloud
scale 961.30
rotate z*173.83
translate <2254.56, 2460.63, 560.00>
}
object {
Cloud
scale 1009.89
rotate z*71.30
translate <-2900.26, 3639.30, 560.00>
}
object {
Cloud
scale 948.12
rotate z*202.26
translate <-1561.54, 2032.09, 560.00>
}
object {
Cloud
scale 876.85
rotate z*13.09
translate <-441.80, 2533.30, 560.00>
}
object {
Cloud
scale 663.38
rotate z*264.17
translate <-2311.92, 2514.57, 560.00>
}
object {
Cloud
scale 583.24
rotate z*55.08
translate <647.39, 3965.56, 560.00>
}
object {
Cloud
scale 858.70
rotate z*19.19
translate <1171.12, 1529.51, 560.00>
}
object {
Cloud
scale 968.29
rotate z*335.50
translate <-1034.63, 1071.05, 560.00>
}
object {
Cloud
scale 771.74
rotate z*270.43
translate <-1705.26, 3838.85, 560.00>
}
object {
Cloud
scale 945.11
rotate z*120.14
translate <1757.49, 3693.95, 560.00>
}
object {
Cloud
scale 528.16
rotate z*126.10
translate <3624.40, 3931.09, 560.00>
}
object {
Cloud
scale 824.60
rotate z*168.16
translate <284.41, 1977.99, 560.00>
}
object {
Cloud
scale 533.98
rotate z*60.07
translate <2888.13, 3816.17, 560.00>
}
object {
Cloud
scale 638.09
rotate z*263.88
translate <1501.71, 2926.06, 560.00>
}
object {
Cloud
scale 320.38
rotate z*54.95
translate <-587.15, 1782.03, 560.00>
}
object {
Cloud
scale 567.83
rotate z*70.77
translate <3404.23, 3354.71, 560.00>
}
object {
Cloud
scale 492.29
rotate z*283.64
translate <-3092.54, 2771.76, 560.00>
}
object {
Cloud
scale 303.41
rotate z*189.42
translate <-3911.80, 3959.82, 560.00>
}
object {
Cloud
scale 325.81
rotate z*198.23
translate <-3694.83, 3447.59, 560.00>
}
object {
Cloud
scale 458.89
rotate z*308.54
translate <0.52, 3055.11, 560.00>
}
object {
Cloud
scale 479.68
rotate z*292.52
translate <-1618.34, 2879.66, 560.00>
}
object {
Cloud
scale 270.09
rotate z*36.51
translate <-3344.40, 3100.92, 560.00>
}
rotate -266.54*z
}
object {
LOTW_Terrain
texture {
LOTW_Tex_Terrain
}
}
plane {
z, 0
texture {
pigment {
color rgb 0.3
}
finish {
diffuse 0.7
ambient 0.0
}
}
}