POV-Ray : Newsgroups : povray.binaries.images : The Shallows -Work in progress Server Time
19 Apr 2024 20:31:43 EDT (-0400)
  The Shallows -Work in progress (Message 21 to 23 of 23)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: And
Subject: Re: The Shallows -Work in progress
Date: 10 Oct 2022 08:00:00
Message: <web.6344092e62d5b00f9a7d0c2caa81652d@news.povray.org>
Thomas de Groot <tho### [at] degrootorg> wrote:
> Specially for jr ;-)
>
> The sleeper at the origin is Friedrich Lohmueller's original CSG version
> as comparison. The others are isowood versions.
>
> --
> Thomas

May I ask that which settings are you use?
/color_map/ /...?/ /isowood/


Post a reply to this message

From: Thomas de Groot
Subject: Re: The Shallows -Work in progress
Date: 10 Oct 2022 10:52:24
Message: <634431a8$1@news.povray.org>
Op 10-10-2022 om 13:59 schreef And:
> Thomas de Groot <tho### [at] degrootorg> wrote:
>> Specially for jr ;-)
>>
>> The sleeper at the origin is Friedrich Lohmueller's original CSG version
>> as comparison. The others are isowood versions.
>>
>> --
>> Thomas
> 
> May I ask that which settings are you use?
> /color_map/ /...?/ /isowood/
> 

Sure. You need the isowood macro of course, and then I used the following:

#declare P_RoughOak =
pigment {
   P_IW_13
   color_map { CM_IW_05 }
   scale 1/4
}

#declare Fin_W =  //which is basically the default
finish {
   ambient 0.00
   diffuse 0.7
   brilliance 1
   //specular 0.2
   //roughness 0.001
}

#declare N_IW_14 =  //instead of Norm_W (if you prefer)
normal {
   wood 0.4
   octaves 4
   turbulence <0.07, 0.07, 0.4>
   lambda 0.80
   scale  <0.06, 0.06, 0.9>
}


-- 
Thomas


Post a reply to this message

From: And
Subject: Re: The Shallows -Work in progress
Date: 11 Oct 2022 11:05:00
Message: <web.6345859762d5b00f9a7d0c2caa81652d@news.povray.org>
Thomas de Groot <tho### [at] degrootorg> wrote:
> Op 10-10-2022 om 13:59 schreef And:
> > Thomas de Groot <tho### [at] degrootorg> wrote:
> >> Specially for jr ;-)
> >>
> >> The sleeper at the origin is Friedrich Lohmueller's original CSG version
> >> as comparison. The others are isowood versions.
> >>
> >> --
> >> Thomas
> >
> > May I ask that which settings are you use?
> > /color_map/ /...?/ /isowood/
> >
>
> Sure. You need the isowood macro of course, and then I used the following:
>
> #declare P_RoughOak =
> pigment {
>    P_IW_13
>    color_map { CM_IW_05 }
>    scale 1/4
> }
>
> #declare Fin_W =  //which is basically the default
> finish {
>    ambient 0.00
>    diffuse 0.7
>    brilliance 1
>    //specular 0.2
>    //roughness 0.001
> }
>
> #declare N_IW_14 =  //instead of Norm_W (if you prefer)
> normal {
>    wood 0.4
>    octaves 4
>    turbulence <0.07, 0.07, 0.4>
>    lambda 0.80
>    scale  <0.06, 0.06, 0.9>
> }
>
>
> --
> Thomas

Thank you.


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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