POV-Ray : Newsgroups : povray.binaries.images : YARSOCP Server Time
3 Aug 2024 04:20:44 EDT (-0400)
  YARSOCP (Message 41 to 43 of 43)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Gail Shaw
Subject: Re: YARSOCP
Date: 17 Apr 2007 00:29:30
Message: <46244d2a@news.povray.org>
"Tek" <tek### [at] evilsuperbraincom> wrote in message
news:461fa7bb@news.povray.org...
> Yes folks, it's time for Yet Another Reflective Sphere On Checkered Plane!
>
> This is a WIP for the Before+After round of the
> I-can't-believe-it's-not-the-IRTC contest. The concept here is rather
> obviously before + after I got my mad povray skillz. I'm gonna have a
> double-image with one side being the standard rsocp like I could do when I
> first used pov, and the other side being the most realistic rsocp I can
do.
> This is, obviously, the latter.

That looks fantastic.

Is the texture used on the blocks of the chess board an image map, or is it
procedural?


Post a reply to this message

From: Tek
Subject: Re: YARSOCP
Date: 17 Apr 2007 07:41:53
Message: <4624b281$1@news.povray.org>
The texture's just pov's granite. I almost never use image maps (apart from 
the HDR probe!).

Here's the code for the white tiles (the black ones are very similar)

pigment {
 pigment_pattern { granite colour_map { [0 rgb 1][1 rgb 0] } }
 poly_wave 8
 scale <1,2,2> rotate -60*y
 colour_map { [0 rgb .5][1 rgb 0] }
}

It's helped a lot by having a reflective sheen with a slightly bumpy normal.

-- 
Tek
http://evilsuperbrain.com


"Gail Shaw" <initialsurname@sentech sa dot com> wrote in message 
news:46244d2a@news.povray.org...
>
> "Tek" <tek### [at] evilsuperbraincom> wrote in message
> news:461fa7bb@news.povray.org...
>> Yes folks, it's time for Yet Another Reflective Sphere On Checkered 
>> Plane!
>>
>> This is a WIP for the Before+After round of the
>> I-can't-believe-it's-not-the-IRTC contest. The concept here is rather
>> obviously before + after I got my mad povray skillz. I'm gonna have a
>> double-image with one side being the standard rsocp like I could do when 
>> I
>> first used pov, and the other side being the most realistic rsocp I can
> do.
>> This is, obviously, the latter.
>
> That looks fantastic.
>
> Is the texture used on the blocks of the chess board an image map, or is 
> it
> procedural?
>
>


Post a reply to this message

From: Gail Shaw
Subject: Re: YARSOCP
Date: 17 Apr 2007 13:18:32
Message: <46250168@news.povray.org>
"Tek" <tek### [at] evilsuperbraincom> wrote in message
news:4624b281$1@news.povray.org...
> The texture's just pov's granite. I almost never use image maps (apart
from
> the HDR probe!).
>
> Here's the code for the white tiles (the black ones are very similar)

Thank you, thank you, thank you. I've been trying to get a descent marble
texture for a couple weeks with no luck


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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