POV-Ray : Newsgroups : povray.binaries.images : Height field change in UberPOV? : Height field change in UberPOV? Server Time
1 Jul 2024 02:08:08 EDT (-0400)
  Height field change in UberPOV?  
From: Cousin Ricky
Date: 28 Jun 2015 15:10:44
Message: <559046b4@news.povray.org>
This scene file looks different depending on whether you use official 
POV-Ray or UberPOV:

----------------------[BEGIN CODE]----------------------
// +w496 +h248
#version 3.6;

global_settings { assumed_gamma 1 }

#default { finish { diffuse 0.6 ambient rgb 0.16041 } }

light_source
{ <-3.3125, 7.6250, -5.7374>,
   rgb 4045.5
   fade_power 2 fade_distance 0.10417
   spotlight point_at <0, 1, 0> radius 45 falloff 90
}

camera
{ location <0, 1, -5.6713>
   look_at <0, 1, 0>
   right 2 * x
   up y
   angle 55.7560
}

box
{ -<7, 9, 7>, <7, 9, 7>
   pigment { rgb 1 }
}

plane
{ y, 0
   pigment { checker rgb 0.05 rgb 1 }
}

#declare fn_Hills = function
{ pigment
   { bumps warp { turbulence 0.5 }
     scale 0.3
   }
}

height_field
{ function 100, 100 { fn_Hills (x, y, z).red }
   translate <-0.5, 0, -0.5>
   scale <4, 1, 4>
   pigment { green 0.5 }
}
-----------------------[END CODE]-----------------------

Image uberhills-v36.jpg was rendered with POV-Ray 3.6.1.

Image uberhills-v37.jpg was rendered with POV-Ray 3.7.0.0.

Image uberhills-uber.jpg was rendered with UberPOV 1.37.1.0-beta.10.

When I tried using a regular (non-pigment) function, there was no 
difference between UberPOV and official POV-Ray.  I am running openSUSE 
13.2 (GNU/Linux) on an Intel Core i7 (quad core).


Post a reply to this message


Attachments:
Download 'uberhills-v36.jpg' (18 KB) Download 'uberhills-v37.jpg' (20 KB) Download 'uberhills-uber.jpg' (21 KB)

Preview of image 'uberhills-v36.jpg'
uberhills-v36.jpg

Preview of image 'uberhills-v37.jpg'
uberhills-v37.jpg

Preview of image 'uberhills-uber.jpg'
uberhills-uber.jpg


 

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.