POV-Ray : Newsgroups : povray.binaries.images : potplant 37.8k Server Time
2 Oct 2024 04:24:41 EDT (-0400)
  potplant 37.8k (Message 11 to 16 of 16)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Bob Hughes
Subject: Re: potplant 37.8k
Date: 29 Jun 2000 09:48:33
Message: <395b53b1@news.povray.org>
"Ian Witham" <ian### [at] hotmailcom> wrote in message
news:395b2f95@news.povray.org...
|
| >   You could vary them slightly with a
| > 'turbulence' added in: pigment {image_map{} turbulence 0.05} for close ups
|
| That's a great idea, but I've also used the same leaf images for
| bump_map's... if I add the same amount of turbulence to the image_map and
| bump_map will they still line up?

Yep, if scale, rotate, translate are the same too.  Just be careful not to
turbulate into chaos.
Example:

  texture {
    pigment {image_map {png "c:\images\IEerror.png"
       // interpolate 2 // smooth it
        once   // don't tile image, just one copy
       // filter all .75  // make 1st color mostly transparent
       // transmit 1, .75  // make 2nd color mostly transparent
      }
      // transform it to unit-size (-1 to +1)
      translate -0.5*(x+y) // center on the origin
      scale 2              // make it 2 units across
     turbulence .125
    }
    normal {bump_map {png "c:\images\IEerror.png"
        // interpolate 2 // smooth it
        once   // don't tile image, just one copy
                 } bump_size 2 // raise or lower relief
      translate -0.5*(x+y) // center on the origin
      scale 2              // make it 2 units across
     turbulence .125
    }
    finish {ambient .125 diffuse .75 specular .25 roughness .075}
  }
}


Post a reply to this message

From: David Fontaine
Subject: Re: potplant 37.8k
Date: 29 Jun 2000 12:34:07
Message: <395B78F0.FE3211B4@faricy.net>
Mmm, plantalicious! Just listen to the other people, the dirt is too
saturated and crank up the area lights...

--
David Fontaine     <dav### [at] faricynet>     ICQ 55354965
Please visit my website: http://www.faricy.net/~davidf/


Post a reply to this message

From: Eric Freeman
Subject: Re: potplant 37.8k
Date: 29 Jun 2000 14:26:54
Message: <395b94ee@news.povray.org>
Ohhhh... you mean a "potted plant."  I was expecting.... oh, never mind.

Eric
--------------------
http://www.datasync.com/~ericfree
--------------------
"I don't like it, and I'm sorry I ever had anything to do with it."
- Erwin Schrodinger talking about Quantum Mechanics.


Post a reply to this message

From: Ken
Subject: Re: potplant 37.8k
Date: 30 Jun 2000 01:35:31
Message: <395C30A8.A8414C39@pacbell.net>
"Lt. Kettch" wrote:

> (he thinks), Gillis Trans has mastered hacking into POV Ray to make a

Gillis Trans ? Interesting mispelling :)

Try Gilles Tran.

-- 
Ken Tyler - 1400+ POV-Ray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/


Post a reply to this message

From: Lt  Kettch
Subject: Re: potplant 37.8k
Date: 30 Jun 2000 03:41:17
Message: <395C4EA3.3510FE67@aol.com>
Oops.


Post a reply to this message

From: David Fontaine
Subject: Re: potplant 37.8k
Date: 30 Jun 2000 21:30:28
Message: <395D4819.16C06613@faricy.net>
Eric Freeman wrote:

> Ohhhh... you mean a "potted plant."  I was expecting.... oh, never mind.

lol

--
David Fontaine     <dav### [at] faricynet>     ICQ 55354965
Please visit my website: http://www.faricy.net/~davidf/


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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