|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"B. Gimeno" <nomail@nomail> wrote:
> Hi:
> Shortly I will update the page with a small improvement in the code of the macro
> (threre's a small error in the randomness parameter) and new versions for
> "mapping" cylinders, cones, spheres and planes.
>
> Somebody knows of any other tileable surfaces?
> (no boxes, no rectangles, no one with sharped edges, please)
>
> Also I am open to include new designs in the list of patterns.
> Hey, the code is opened and I would like to see some image done with this macro.
> Thank you very much in advance by its patience, commentaries and corrections.
> Translated of the Castilian to the English by means of www.ajaxtrans.com
>
> B. Gimeno
I am trying it out. I am really attracted to this becasue of all the pattern
options you already have. :) I will try to post a picture soon. My initial
feeling was that it would be great to have other texture options besides just
the rgb values.
I managed to accomplish this as follows:
In TBTFH.inc I changed:
//#local cylinder_txt = texture {pigment { rgb array_id_pgmnt[0] }
// finish {reflection 0.25 phong .6}}
#local cylinder_txt = texture {array_id_pgmnt[0]}
And in #macro PATCH_3 and #macro PATCH_3_wo_array I did this:
// texture {
// pigment {rgb array_id_pgmnt[array_pigment_id]}
// finish {reflection 0.15
// phong 0
// diffuse .5
// }
// }
texture {array_id_pgmnt[array_pigment_id]}
Then I set my array, just to test:
// Pigment Array
#declare PArray = array[5]
#declare PArray[0] =
texture {T_Gold_2C}
#declare PArray[1] =
texture {T_Silver_3C}
#declare PArray[2] =
texture {T_Copper_3C}
#declare PArray[3] =
texture {T_Gold_3C}
#declare PArray[4] =
texture {T_Gold_3C}
I can't figure out how big the array really needs to be. 3 might be enough?
Janet
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
A render...
Post a reply to this message
Attachments:
Download 'btfh01.jpg' (208 KB)
Preview of image 'btfh01.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Janet" <par### [at] attnet> wrote in message
news:web.4818056c377d17ca4d05cab0@news.povray.org...
>A render...
>
Oh, that's nice. This kind of tiling fits in quite well with your style
Janet.
~Steve~
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Janet" <par### [at] attnet> wrote in message
news:web.4817e2e9377d17ca4d05cab0@news.povray.org...
> "St." <dot### [at] dotcom> wrote:
>>
>> Fithted. ;)
>>
>> ~Steve~
>
> Fithted? Now that's a silly word Steve. ;) What does it mean? Hmmm...
Heh, it's kind of an 'in-joke' with someone else here. :)
But yes, I agree with what you said, as in, 'thank you'. :)
~Steve~
>
>
> (giggles) Janet
>
>
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Wed, 30 Apr 2008 11:06:51 +0100, "St." <dot### [at] dotcom> wrote:
>> Fithted? Now that's a silly word Steve. ;) What does it mean? Hmmm...
>
> Heh, it's kind of an 'in-joke' with someone else here. :)
I sixth that sentiment :)
--
Regards
Stephen
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"St." <dot### [at] dotcom> wrote:
> "Janet" <par### [at] attnet> wrote in message
> news:web.4818056c377d17ca4d05cab0@news.povray.org...
> >A render...
> >
>
> Oh, that's nice. This kind of tiling fits in quite well with your style
> Janet.
>
> ~Steve~
Yes, Steve, I'm a pattern junkie. So, this macro has me all jazzed! :)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Stephen <mcavoysAT@aolDOTcom> wrote:
> On Wed, 30 Apr 2008 11:06:51 +0100, "St." <dot### [at] dotcom> wrote:
>
> >> Fithted? Now that's a silly word Steve. ;) What does it mean? Hmmm...
> >
> > Heh, it's kind of an 'in-joke' with someone else here. :)
>
> I sixth that sentiment :)
> --
>
> Regards
> Stephen
Oh, thanks, I get it now. :)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Wed, 30 Apr 2008 10:55:59 EDT, "Janet" <par### [at] attnet>
wrote:
>Stephen <mcavoysAT@aolDOTcom> wrote:
>> On Wed, 30 Apr 2008 11:06:51 +0100, "St." <dot### [at] dotcom> wrote:
>>
>> >> Fithted? Now that's a silly word Steve. ;) What does it mean? Hmmm...
>> >
>> > Heh, it's kind of an 'in-joke' with someone else here. :)
>>
>> I sixth that sentiment :)
>> --
>>
>> Regards
>> Stephen
>
>Oh, thanks, I get it now. :)
You've joined the club.
I used to be a werewolf but I'm all right Nowwwwwww!
:)
--
Regards
Stephen
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Cool, a Tiffany Cheerio!
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Janet wrote:
> A render...
beautiful! it's scrumptious.
bob
--
Outside of a dog, a book is a man's best friend. Inside a dog, it's too
dark to read. - Groucho Marx
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |