POV-Ray : Newsgroups : povray.binaries.images : Re: pigment remapping Server Time
12 Aug 2024 09:24:42 EDT (-0400)
  Re: pigment remapping (Message 1 to 8 of 8)  
From: Mike Williams
Subject: Re: pigment remapping
Date: 4 Oct 2003 03:29:41
Message: <3f7e76e5@news.povray.org>
Rather than using stone textures, have you considered using more regular
patterns? It might be easier for people to recognise the transformations.

(It's also easier to cheat, like I've done here).


Post a reply to this message


Attachments:
Download 'TextureRemap.jpg' (83 KB)

Preview of image 'TextureRemap.jpg'
TextureRemap.jpg


 

From: Alex Kluchikov
Subject: Re: pigment remapping
Date: 4 Oct 2003 17:10:00
Message: <web.3f7f36332885ef90a311f28c0@news.povray.org>
Mike Williams wrote:
>Rather than using stone textures, have you considered using more regular
>patterns? It might be easier for people to recognise the transformations.
>
>(It's also easier to cheat, like I've done here).
>
 Incredible! It looks like fractals. I like it. How have you done this? Will
you post the source? Or, may be, explain the method, please. I think, I
recognise the transformations :)
 Do you like my "curly patterns"? It looks like you used similar principle.

Sincerely yours,
Alex Kluchikov.


Post a reply to this message

From: Mike Williams
Subject: Re: pigment remapping
Date: 4 Oct 2003 20:25:49
Message: <RDX4uDAft1f$EwOY@econym.demon.co.uk>
Wasn't it Alex Kluchikov who wrote:
>Mike Williams wrote:
>>Rather than using stone textures, have you considered using more regular
>>patterns? It might be easier for people to recognise the transformations.
>>
>>(It's also easier to cheat, like I've done here).
>>
> Incredible! It looks like fractals. I like it. How have you done this? Will
>you post the source? Or, may be, explain the method, please. I think, I
>recognise the transformations :)

Sorry to disappoint you, but it's just an image map of a fractal
(created in Ultrafractal) used as a POV function pattern. 

-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

From: Anton Sherwood
Subject: Re: pigment remapping
Date: 9 Oct 2003 01:13:55
Message: <3f84ee93@news.povray.org>
Mike Williams wrote:
> Rather than using stone textures, have you considered using more regular
> patterns? It might be easier for people to recognise the transformations.

That's orthogonal (at best) to my purpose.  I want pigments that show 
certain symmetries and *only* those symmetries; ideally, then, they 
shouldn't have much regularity on a scale smaller than the `tile'.

-- 
Anton Sherwood, http://www.ogre.nu/


Post a reply to this message

From: Mary Lane
Subject: Re: pigment remapping
Date: 18 Oct 2003 19:15:01
Message: <web.3f91c9142885ef9037ca87e0@news.povray.org>
I'm a very new user, and have been trying spheres with image maps, and
haven't been able to get them as shiny as yours.  Would it be possible for
you to post or email the code for this scene so I could see how to do the
lighting etc?

Thanks -

Mary

Mike Williams wrote:
>Rather than using stone textures, have you considered using more regular
>patterns? It might be easier for people to recognise the transformations.
>
>(It's also easier to cheat, like I've done here).
>


Post a reply to this message

From: Mike Williams
Subject: Re: pigment remapping
Date: 18 Oct 2003 20:47:29
Message: <06zOhBAi1dk$EwQ0@econym.demon.co.uk>
Wasn't it Mary Lane who wrote:
>Mike Williams wrote:
>>Rather than using stone textures, have you considered using more regular
>>patterns? It might be easier for people to recognise the transformations.
>>
>>(It's also easier to cheat, like I've done here).
>
>I'm a very new user, and have been trying spheres with image maps, and
>haven't been able to get them as shiny as yours.  Would it be possible for
>you to post or email the code for this scene so I could see how to do the
>lighting etc?

The shininess comes from the finish, which in this case was

        finish {phong 0.5 phong_size 20}

There was nothing special about the lighting at all

        global_settings {assumed_gamma 1.0}
        light_source {<-100,200,-200> colour rgb 1}


-- 
Mike Williams
Gentleman of Leisure


Post a reply to this message

From: Mary Lane
Subject: Re: pigment remapping
Date: 18 Oct 2003 22:35:01
Message: <web.3f91f76e2885ef9037ca87e0@news.povray.org>
Thanks so much - when everything is new and yet to be tried out, anything
specific that's good is such a help!  It's helping me figure things out.


Mike Williams wrote:
>Wasn't it Mary Lane who wrote:
>>Mike Williams wrote:
>>>Rather than using stone textures, have you considered using more regular
>>>patterns? It might be easier for people to recognise the transformations.
>>>
>>>(It's also easier to cheat, like I've done here).
>>
>>I'm a very new user, and have been trying spheres with image maps, and
>>haven't been able to get them as shiny as yours.  Would it be possible for
>>you to post or email the code for this scene so I could see how to do the
>>lighting etc?
>
>The shininess comes from the finish, which in this case was
>
>        finish {phong 0.5 phong_size 20}
>
>There was nothing special about the lighting at all
>
>        global_settings {assumed_gamma 1.0}
>        light_source {<-100,200,-200> colour rgb 1}
>
>
>Mike Williams
>Gentleman of Leisure
>


Post a reply to this message

From: Mary Lane
Subject: Re: pigment remapping
Date: 19 Oct 2003 09:40:01
Message: <web.3f9293452885ef9037ca87e0@news.povray.org>
(My last reply yesterday seemed not to go through, I apologize if this is a
duplicate.)

Thanks so much for the code.  When everything is so new and yet to be tried,
any code from an example of what I'm trying to do is *so* helpful in
figuring things out.

Mary


Mike Williams wrote:
>Wasn't it Mary Lane who wrote:
>>Mike Williams wrote:
>>>Rather than using stone textures, have you considered using more regular
>>>patterns? It might be easier for people to recognise the transformations.
>>>
>>>(It's also easier to cheat, like I've done here).
>>
>>I'm a very new user, and have been trying spheres with image maps, and
>>haven't been able to get them as shiny as yours.  Would it be possible for
>>you to post or email the code for this scene so I could see how to do the
>>lighting etc?
>
>The shininess comes from the finish, which in this case was
>
>        finish {phong 0.5 phong_size 20}
>
>There was nothing special about the lighting at all
>
>        global_settings {assumed_gamma 1.0}
>        light_source {<-100,200,-200> colour rgb 1}
>
>
>Mike Williams
>Gentleman of Leisure
>


Post a reply to this message

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