POV-Ray : Newsgroups : povray.binaries.images : UberPOV : Re: UberPOV Server Time
30 Jul 2024 02:27:03 EDT (-0400)
  Re: UberPOV  
From: James Holsenback
Date: 26 Nov 2013 09:08:08
Message: <5294ab48$1@news.povray.org>
On 11/26/2013 03:50 AM, Paolo Gibellini wrote:
>  >James Holsenback  on date 25/11/2013 21.07 wrote:
>> On 11/20/2013 07:27 PM, Ive wrote:
>>> Am 20.11.2013 19:44, schrieb clipka:
>>> Used AA settings are +am3 +a0.01 +ac0.995 +r6
>>> Render time *only* 1 hour 1 minute (and the machine was used to watch
>>> some YouTube videos of my actual favorite band). Again, not bad after
>>> all.
>>
>> After a couple of false starts here's my offering ... I kept getting a
>> fatal abort until I backed of the aa depth to +4
>>
>> For the blurred reflection I used roughness 1e-3 maybe too much ...
>> smaller roughness less blurring?
>>
> Very nice.
> The green texture resembles to me the back of a cetonia aurata.

yes it does! ok ... i'll go ahead and admit i had to ask the oracle

The base pigment /was/ <0.65,0.5,0.25> ... a pretty good looking gold, 
but since Ive came up with some nice looking gold I decided to change it 
up a bit.

#macro MetalMat (Color)
material {
	texture {
		pigment { srgb Color*1.5 }
		finish {
			brilliance 4
     			diffuse 0
     			metallic
     			specular 0.80
     			roughness 1/40
			reflection { srgb Color roughness 1e-5 }
			}
		}
	interior {
		ior 1.5
		}
	}
#end

the calls: MetalMat (<0.65, 0.15, 0.25>) MetalMat (<0.5, 0.65, 0.25>) 
MetalMat (<0.25, 0.5, 0.65>)


Post a reply to this message

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