POV-Ray : Newsgroups : povray.binaries.images : Niagara WIP - Capstan (83k) Server Time
8 Aug 2024 14:23:49 EDT (-0400)
  Niagara WIP - Capstan (83k) (Message 1 to 8 of 8)  
From: Tim McMurdo
Subject: Niagara WIP - Capstan (83k)
Date: 14 Jul 2005 10:55:01
Message: <web.42d67cbd6e84ddc4acb32c570@news.povray.org>
I was recently searching for photos of the Niagara online when I discovered
that there was a star painted on the top of the capstan. I decided this was
the perfect excuse to rework the capstan. In the process I discovered that
by applying slope to my textures, I could show wear on the edges of the
parts. I rendered this image with poor radiosity settings, but was so
pleased with the results of my texture experiments, that I decided to share
them with you. the star is a prism that is set into the black wood. All of
the textures are procedural.

Now I need to finish reworking the bottom half of the capstan and
then....rework all the wood textures using slope....this project was
originally concieved as s short project I could use to learn POV-Ray....I
am learning, but it is not a short project!

As allways, I love criticism,

Tim


Post a reply to this message


Attachments:
Download 'capstan 071405.jpg' (83 KB)

Preview of image 'capstan 071405.jpg'
capstan 071405.jpg


 

From: Stefan Viljoen
Subject: Re: Niagara WIP - Capstan (83k)
Date: 15 Jul 2005 01:54:05
Message: <42d74f7c@news.povray.org>
Tim McMurdo spake:

> I was recently searching for photos of the Niagara online when I
> discovered that there was a star painted on the top of the capstan. I
> decided this was the perfect excuse to rework the capstan. In the process
> I discovered that by applying slope to my textures, I could show wear on
> the edges of the parts. I rendered this image with poor radiosity

So -that's- what slope maps are for... Looks nice, Tim. Maybe as you rework
the wood textures, make it the wood a wee bit rougher?

-- 
Stefan Viljoen
Software Support Technician / Programmer
Polar Design Solutions


Post a reply to this message

From: Thibaut Jonckheere
Subject: Re: Niagara WIP - Capstan (83k)
Date: 15 Jul 2005 04:01:08
Message: <42d76d44$1@news.povray.org>
> the perfect excuse to rework the capstan. In the process I discovered that
> by applying slope to my textures, I could show wear on the edges of the
> parts. I rendered this image with poor radiosity settings, but was so

I find the textures with the worn edges extremely impressive ! Do you 
mind showing an example of your slope texture ?

Thibaut


Post a reply to this message

From: Bob Hughes
Subject: Re: Niagara WIP - Capstan (83k)
Date: 16 Jul 2005 08:02:19
Message: <42d8f74b$1@news.povray.org>
You really freak me out with all this detailed ship building stuff. I just 
watch it being put together, when you post updates, but figured I could stop 
and say something for a change...

Did you realize the boards don't have a gap all the way through? The 
greenish circular part, I mean, not the deck.

Yeah, I must find fault or I don't feel complete.  : )

BTW, any plans to animate a walk-through on and around the S.S. Niagara? Or 
is this very slow to render?

Bob Hughes


Post a reply to this message

From: Tim McMurdo
Subject: Re: Niagara WIP - Capstan (83k)
Date: 16 Jul 2005 19:40:00
Message: <web.42d999b9dbe0e3d6b27d42f80@news.povray.org>
"Bob Hughes" <bob### [at] charternet> wrote:
> You really freak me out with all this detailed ship building stuff. I just
> watch it being put together, when you post updates, but figured I could stop
> and say something for a change...

I hope being freaked out is a good thing!

> Did you realize the boards don't have a gap all the way through? The
> greenish circular part, I mean, not the deck.

The gap is there, but very small. These boards are supposed to be butted up
against each other. I am attaching an image close up showing the fine seem
between them.

> Yeah, I must find fault or I don't feel complete.  : )
>
> BTW, any plans to animate a walk-through on and around the S.S. Niagara? Or
> is this very slow to render?

:) I would like to get a little further ahead to create an animation. i
think I will also build a web page for the entire project.

thanks for you comments Bob.

> Bob Hughes


Post a reply to this message


Attachments:
Download 'woodtexture.jpg' (35 KB)

Preview of image 'woodtexture.jpg'
woodtexture.jpg


 

From: Tim McMurdo
Subject: Re: Niagara WIP - Capstan (83k)
Date: 16 Jul 2005 19:40:01
Message: <web.42d99a42dbe0e3d6b27d42f80@news.povray.org>
> I find the textures with the worn edges extremely impressive ! Do you
> mind showing an example of your slope texture ?
>
> Thibaut

Thank you for your comments. I appreciate it. Here is a sample of the
texture.


#macro WornWood(RGB,WearFlat,WearEdge,Norm,Rot,Tran)
        #declare Texture1 =
                texture {
                        pigment {
                            wood
                            turbulence <0.1, 0.5, 1>
                            octaves 5
                            lambda 3.25
                            scale <0.15, .5, 1>
                            rotate <5, 10, 5>
                            translate -x*2

                                color_map {
                                    [0.0 color RGB]
                                    [0.1 color RGB]
                                    [0.1 color 0.95*RGB]
                                    [0.9 color 0.95*RGB]
                                    [1.0 color RGB]
                                }


                        }
                        finish{
                                ambient 0
                                phong 0.35
                                phong_size 100

                        }
                }

        #declare TWood1 =
                        texture{T_Wood7}
                        texture {
                                pigment{color rgbt <255, 155, 23,
0.999999*256>/256*0.25}
                        }
        #declare TWood2 =
                        texture{T_Wood7}
                        texture {
                                pigment{color rgbt <255, 155,
23,1.5*256>/256*0.45}
                        }

        #declare PaintedWood1 =

          texture{
            bozo
            texture_map{
              [0 TWood1]
              [WearFlat TWood2]
              [WearFlat+0.1 Green1]
              [1.0 Green1]
            }

            warp{turbulence 0.2}
            scale <0.25,0.25,50>
          }

        #declare PaintedWood2 =

        texture{
                bozo
                texture_map{
                        [0 TWood1]
                        [WearEdge TWood2]
                        [WearEdge+0.1 Texture1]
                        [1.0 Texture1]
                }

                warp{turbulence 0.2}
                scale <0.25,0.25,50>
        }

         #declare DummyNum =0;

         texture{
                slope { <0,-1,0> }
                    texture_map{
                      [0 PaintedWood1]
                      //[0.1 PaintedWood1]
                      [0.1 PaintedWood2]
                      //[0.4 PaintedWood2]
                      [0.4 PaintedWood1]
                      [0.6 PaintedWood1]
                      [0.9 PaintedWood2]
                      //[0.9 PaintedWood2 ]
                      [1.0 PaintedWood1]
                    }
                warp{turbulence 0.2}
                                rotate Rot
                translate Tran
         }



#end

Hope this helps.

Tim


Post a reply to this message

From: Bob Hughes
Subject: Re: Niagara WIP - Capstan (83k)
Date: 16 Jul 2005 20:59:38
Message: <42d9ad7a@news.povray.org>
"Tim McMurdo" <jod### [at] wohrrcom> wrote in message 
news:web.42d999b9dbe0e3d6b27d42f80@news.povray.org...
> "Bob Hughes" <bob### [at] charternet> wrote:
>
>> Did you realize the boards don't have a gap all the way through? The
>> greenish circular part, I mean, not the deck.
>
> The gap is there, but very small. These boards are supposed to be butted 
> up
> against each other. I am attaching an image close up showing the fine seem
> between them.

That's some fantastic carpentry. I could use such skill IRL instead of the 
haphazard way I go about it. I like how this view remains good even though 
so close now.


Post a reply to this message

From: Thomas de Groot
Subject: Re: Niagara WIP - Capstan (83k)
Date: 17 Jul 2005 03:10:02
Message: <42da044a@news.povray.org>
"Bob Hughes" <bob### [at] charternet> schreef in bericht
news:42d9ad7a@news.povray.org...
>
> That's some fantastic carpentry. I could use such skill IRL instead of the
> haphazard way I go about it. I like how this view remains good even though
> so close now.
>

This is really amazing indeed, Tim!! Very well done!!

Thomas


Post a reply to this message

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