POV-Ray : Newsgroups : povray.general : Favourite texture Server Time
10 Aug 2024 13:25:58 EDT (-0400)
  Favourite texture (Message 2 to 11 of 11)  
<<< Previous 1 Messages Goto Initial 10 Messages
From: Nieminen Juha
Subject: Re: Favourite texture
Date: 13 Jan 2000 04:45:07
Message: <387d9ea3@news.povray.org>
The texture that I like the most is the floor texture in:

http://www.cs.tut.fi/~warp/tnt/Detonaattori.jpg

(the floor is just a plane).
  It's one of the best textures I have ever managed to get.

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

From: Peter Warren
Subject: Re: Favourite texture
Date: 13 Jan 2000 04:57:40
Message: <387da194@news.povray.org>
Cool texture.
Is this a suicide machine?

Peter


Post a reply to this message

From: Nieminen Juha
Subject: Re: Favourite texture
Date: 13 Jan 2000 05:02:31
Message: <387da2b7@news.povray.org>
In povray.general Peter Warren <int### [at] halcyoncom> wrote:
: Is this a suicide machine?

  Yes.

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

From: Sander
Subject: Re: Favourite texture
Date: 13 Jan 2000 11:34:18
Message: <387dfe8a@news.povray.org>
Is the source available?

--
Regards,
Sander


Nieminen Juha <war### [at] punarastascstutfi> schreef in berichtnieuws
387d9ea3@news.povray.org...
>   The texture that I like the most is the floor texture in:
>
> http://www.cs.tut.fi/~warp/tnt/Detonaattori.jpg
>
> (the floor is just a plane).
>   It's one of the best textures I have ever managed to get.
>
> --
> main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
> ):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

From: Remco de Korte
Subject: Re: Favourite texture
Date: 13 Jan 2000 16:55:19
Message: <387E4939.A920EB38@xs4all.nl>
Sorry, I couldn't convince my girlfriend to give me a piece of skin to
post...


Post a reply to this message

From: Spider
Subject: Re: Favourite texture
Date: 13 Jan 2000 17:09:59
Message: <387E49C7.B05984C@bahnhof.se>
Remco de Korte wrote:
> 
> Sorry, I couldn't convince my girlfriend to give me a piece of skin to
> post...
*lol*


Post a reply to this message

From: Spider
Subject: Re: Favourite texture
Date: 13 Jan 2000 17:10:01
Message: <387E4A57.31054B80@bahnhof.se>
Nieminen Juha wrote:
> 
>   The texture that I like the most is the floor texture in:
> 
> http://www.cs.tut.fi/~warp/tnt/Detonaattori.jpg
> 
> (the floor is just a plane).
>   It's one of the best textures I have ever managed to get.
> 
I can see that... Nice indeed.

-- 
//Spider    --  [ spider@bahnhof.se ]-[ http://darkmere.wanfear.com/ ]
And the devil in black dress watches over
    My guardian angel walks away
Life is short and love is always over in the morning
    Black wind come carry me far away
            --"Sisters of Mercy" -- "Temple Of Love"


Post a reply to this message

From: Nieminen Juha
Subject: Re: Favourite texture
Date: 14 Jan 2000 05:10:16
Message: <387ef608@news.povray.org>
In povray.general Sander <san### [at] stolscom> wrote:
: Is the source available?

    texture
    { pigment
      { wood color_map
        { [0 rgb <.9,.5,.2>]
          [1 rgb <.7,.4,.1>]
        }
        turbulence .3
        scale <.3,1,1>
      }
      normal
      { average normal_map
        { [1  wood .2 slope_map
              { [0 <0,0>]
                [.2 <0,0>]
                [.3 <.5,1>]
                [.5 <1,0>]
                [.7 <.5,-1>]
                [.8 <0,0>]
                [1 <0,0>]
              }
              turbulence .3
              scale <.3,1,1>
          ]
          [1  gradient x 2 slope_map
              { [0 <0,2>]
                [.05 <1,0>]
                [.95 <1,0>]
                [1 <0,-2>]
              }
          ]
        }
      }
      finish { specular .3 reflection .1 }


-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

From: Sander
Subject: Re: Favourite texture
Date: 14 Jan 2000 06:49:41
Message: <387f0d55@news.povray.org>
Thank you very much!

--
Regards,
Sander


Nieminen Juha <war### [at] punarastascstutfi> schreef in berichtnieuws
387ef608@news.povray.org...
> In povray.general Sander <san### [at] stolscom> wrote:
> : Is the source available?
>
>     texture
>     { pigment
>       { wood color_map
>         { [0 rgb <.9,.5,.2>]
>           [1 rgb <.7,.4,.1>]
>         }
>         turbulence .3
>         scale <.3,1,1>
>       }
>       normal
>       { average normal_map
>         { [1  wood .2 slope_map
>               { [0 <0,0>]
>                 [.2 <0,0>]
>                 [.3 <.5,1>]
>                 [.5 <1,0>]
>                 [.7 <.5,-1>]
>                 [.8 <0,0>]
>                 [1 <0,0>]
>               }
>               turbulence .3
>               scale <.3,1,1>
>           ]
>           [1  gradient x 2 slope_map
>               { [0 <0,2>]
>                 [.05 <1,0>]
>                 [.95 <1,0>]
>                 [1 <0,-2>]
>               }
>           ]
>         }
>       }
>       finish { specular .3 reflection .1 }
>
>
> --
> main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
> ):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

From: Scott Hill
Subject: Re: Favourite texture
Date: 7 Jun 2000 22:26:53
Message: <393f046d@news.povray.org>
"Spider" <spi### [at] bahnhofse> wrote in message
news:387CAF74.1A6FEF67@bahnhof.se...
> Hello all folks.
> I'd like you all
> to post _your_ "favourite" texture in a simple image in p-b-i. I know,
> there isn't really a possibility to have one(or is there?)...
>

    My favourite is usually the one I'm working on. I suppose if I had to
pick an absolute favourite it would have to be the slab texture I made when
playing around with texture_maps - I had a idea of what I wanted, I had an
idea of how to do it, and, though it's not perfect, it all pulled together
and worked. I guess it's a much the 'way cool, I can do all sorts of things
with this technique' feeling it gave me as anything about the texture that
makes it my favourite. Anyhow, I've gone onto develop the technique further,
with some good results and some bad and I'll probably return to the slabs
and redo the texture, but for now, take a look in p.b.i for the post titled
"my favourite slab texture".
--
Scott Hill. (sco### [at] innocentcom)
Software Engineer.
Author of Pandora's Box (coming to a web page soon(ish)).

*Everything in this post is IMO.*


Post a reply to this message

<<< Previous 1 Messages Goto Initial 10 Messages

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