|
|
"LanuHum" <Lan### [at] yandexru> wrote:
>
http://news.povray.org/povray.general/message/%3Cweb.55d76b3d49d08eec7a3e03fe0%40news.povray.org%3E/#%3Cweb.55d76b3d4
9d
> 08eec7a3e03fe0%40news.povray.org%3E
I waited for the end of a render (It is the notice!!! No material, no photons,
no radio, all - no):
Render Time:
Photon Time: No photons
Radiosity Time: No radiosity
Trace Time: 1 hours 15 minutes 30 seconds (4530.792 seconds)
using 4 thread(s) with 16423.073 CPU-seconds total
POV-Ray finished
Truth! It is the finish!
#version 3.7;
#include "functions.inc"
global_settings {
assumed_gamma 1.000000
}
sky_sphere {
pigment {rgb<0.050, 0.050, 0.050>}
}
#declare Default_texture = texture{pigment {rgb 0.8}}
#declare data_Parametric_shape_ob = parametric {
function { cos(v)*(1+cos(u))*sin(v/8) }
function { sin(u)*sin(v/8)+cos(v/8)*1.5 }
function { sin(v)*(1+cos(u))*sin(v/8) }
<0.0000,0.0000>, <6.2800,12.5700>
contained_by { box{-1, 1} }
max_gradient 5.000000
accuracy 0.001000
precompute 10 x,y,z
}
object {data_Parametric_shape_ob
texture {Default_texture}
matrix <1.000000, 0.000000, 0.000000, 0.000000, -0.000000, -1.000000,
0.000000, 1.000000, -0.000000, 0.000000, 0.000000, 0.000000>
}
light_source {
<5.07,5.58,4.28>
color rgb<1, 1, 1>
fade_distance 25.0000000000
fade_power 1
}
camera {
perspective
location <0,0,0>
look_at <0,0,-1>
right <-1.7777777777777777, 0, 0>
up <0, 1, 0>
angle 49.134343
rotate <-27.098163, 46.688390, -0.903519>
translate <7.481132, 5.343666, 6.507640>
}
Post a reply to this message
Attachments:
Download 'parametric_final.jpg' (138 KB)
Preview of image 'parametric_final.jpg'
|
|