POV-Ray : Newsgroups : povray.advanced-users : Re: Simple noise with pov ? Server Time
29 Jul 2024 02:34:01 EDT (-0400)
  Re: Simple noise with pov ? (Message 1 to 7 of 7)  
From: Warp
Subject: Re: Simple noise with pov ?
Date: 13 Jun 2003 07:49:02
Message: <3ee9ba2e@news.povray.org>
_Light_Beam_ <s.f### [at] tiscalifr> wrote:
> How can I draw this kind of noise with pov-pigment ?

  Short answer: You can't.

  Longer answer: It depends.
  Certainly a pigment which gives a more or less random color for any
sample won't work if you ever want to use antialiasing for your image
(antialiasing will tend to smooth the pigment). Since antialiasing is
usually a must, a completely different approach must be taken. However,
most of them will have a similar problem with antialiasing.
  One solution is to use a pattern like granite or whatever with a proper
color_map and scale it down until it looks good (it shouldn't be scaled
too small or else it will have the antialiasing problem).
  Naturally you can use that image as image map if it suffices.

  In the finish block you can use crand, but that is not a pigment property,
as it affects only the normal vectors and thus only works with the shading
(not the actual color of the surface).

  Probably no solution will give you exactly that type of pigment as in
your image in such a way that it will work ok in all cases (ie. all scales
and all antialiasing settings).
  If you are *not* going to use antialiasing, then scaling down some granite
pattern a lot can give good results.

  And by the way, you shouldn't post binary attachments in a non-binaries
group like this.

-- 
plane{-x+y,-1pigment{bozo color_map{[0rgb x][1rgb x+y]}turbulence 1}}
sphere{0,2pigment{rgbt 1}interior{media{emission 1density{spherical
density_map{[0rgb 0][.5rgb<1,.5>][1rgb 1]}turbulence.9}}}scale
<1,1,3>hollow}text{ttf"timrom""Warp".1,0translate<-1,-.1,2>}//  - Warp -


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: Simple noise with pov ?
Date: 13 Jun 2003 14:37:29
Message: <3eea19e9@news.povray.org>
In article <3EE### [at] spamfr> , "JC (Exether)" <no### [at] spamfr> wrote:
> --------------050102010606040004020303
> Content-Type: image/jpeg;
>  name="pigment_essai.jpg"
> Content-Transfer-Encoding: base64
> Content-Disposition: inline;
>  filename="pigment_essai.jpg"
>
> --------------050102010606040004020303--

As Warp already pointed out to the original poster, please do not post
binary attachments in non-binary groups.  For details, please read:

Newsgroups: povray.announce.frequently-asked-questions
Subject: Welcome To The POV-Ray News Groups
Message-ID: <3D4C20DA.40C33E49@pacbell.net>
Date: Sat, 03 Aug 2002 11:28:42 -0700

Thanks,

    Thorsten

____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde

Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

From:  Light Beam 
Subject: Re: Simple noise with pov ?
Date: 13 Jun 2003 17:32:09
Message: <3eea42d9@news.povray.org>
scuse me !!!  :-\\


Post a reply to this message

From: mcavoys
Subject: Re: Simple noise with pov ?
Date: 13 Jun 2003 18:35:21
Message: <3eea5196.30429515@news.povray.org>
On Fri, 13 Jun 2003 23:32:07 +0200, "_Light_Beam_" <s.f### [at] tiscalifr> wrote:

>scuse me !!!  :-\\
>
You'll get into more trouble, you forgot the apostrophe before 'xcuse  :-}


Regards
        Stephen


Post a reply to this message

From:  Light Beam 
Subject: Re: Simple noise with pov ?
Date: 14 Jun 2003 13:58:21
Message: <3eeb623d@news.povray.org>
Not for sure, it was the French version... lol
I'm only in trouble because no "Advanced user" can help me !


Post a reply to this message

From: mcavoys
Subject: Re: Simple noise with pov ?
Date: 14 Jun 2003 17:52:23
Message: <3eeb9908.2115051@news.povray.org>
On Sat, 14 Jun 2003 19:58:17 +0200, "_Light_Beam_" <s.f### [at] tiscalifr> wrote:

>Not for sure, it was the French version... lol
>I'm only in trouble because no "Advanced user" can help me !
>
If Warp says it can't be done then it probably can't be done. :-{


Regards
        Stephen


Post a reply to this message

From: JC (Exether)
Subject: Re: Simple noise with pov ?
Date: 16 Jun 2003 03:57:56
Message: <3EED7884.8010205@spam.fr>
Oups ... sorry too ...
Actually I shouldn't even be posting here at all. :-)

JC

Thorsten Froehlich wrote:
> In article <3EE### [at] spamfr> , "JC (Exether)" <no### [at] spamfr> wrote:
> 
>>--------------050102010606040004020303
>>Content-Type: image/jpeg;
>> name="pigment_essai.jpg"
>>Content-Transfer-Encoding: base64
>>Content-Disposition: inline;
>> filename="pigment_essai.jpg"
>>
>>--------------050102010606040004020303--
> 
> 
> As Warp already pointed out to the original poster, please do not post
> binary attachments in non-binary groups.  For details, please read:
> 
> Newsgroups: povray.announce.frequently-asked-questions
> Subject: Welcome To The POV-Ray News Groups
> Message-ID: <3D4C20DA.40C33E49@pacbell.net>
> Date: Sat, 03 Aug 2002 11:28:42 -0700
> 
> Thanks,
> 
>     Thorsten
> 
> ____________________________________________________
> Thorsten Froehlich, Duisburg, Germany
> e-mail: tho### [at] trfde
> 
> Visit POV-Ray on the web: http://mac.povray.org


Post a reply to this message

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