POV-Ray : Newsgroups : povray.binaries.images : moons and stars Server Time
1 Oct 2024 20:20:20 EDT (-0400)
  moons and stars (Message 11 to 16 of 16)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Ian Witham
Subject: Re: moons and stars
Date: 5 Aug 2000 03:42:57
Message: <398bc581@news.povray.org>
"Anton Sherwood" <bro### [at] poboxcom> wrote in message
news:398BAA1A.5A2ECCD1@pobox.com...

> But why would the wall have a rough shiny texture?

It looks to me like gloss paint over bumpy wallpaper.


Post a reply to this message

From: Kilgore Trout
Subject: Re: moons and stars
Date: 5 Aug 2000 09:05:26
Message: <398c1116@news.povray.org>
exactly the effect i was going for.  i think i made the specular a little
too high and the bumps a little to big.  the bright star was definately from
the lightsource shining directly on it though.  i'll have to give it a
little work.

kev

"Ian Witham" <ian### [at] hotmailcom> wrote in message
news:398bc581@news.povray.org...
> "Anton Sherwood" <bro### [at] poboxcom> wrote in message
> news:398BAA1A.5A2ECCD1@pobox.com...
>
> > But why would the wall have a rough shiny texture?
>
> It looks to me like gloss paint over bumpy wallpaper.
>
>


Post a reply to this message

From: Ian Witham
Subject: Re: moons and stars
Date: 5 Aug 2000 10:43:03
Message: <398c27f7@news.povray.org>
"Kilgore Trout" <lou### [at] hotmailcom> wrote in message
news:398c1116@news.povray.org...
> exactly the effect i was going for.  i think i made the specular a little
> too high and the bumps a little to big.  the bright star was definately
from
> the lightsource shining directly on it though.  i'll have to give it a
> little work.
>

The bright star looks alright to me -- how ever may I suggest a normal
pattern that I find very natural looking.
Note that MegaPov kills this texture.
code and sample follow:

  normal {
   average
   normal_map {
    #declare normalcount = 1;
    #while (normalcount < 10)
    [ 1 crackle 0.1 turbulence 1 scale 2/normalcount ]
    #declare normalcount = normalcount + 1;
    #end
   }  scale 3 //this depends on the scale of the wall
}


Post a reply to this message


Attachments:
Download 'walltex.jpg' (17 KB)

Preview of image 'walltex.jpg'
walltex.jpg


 

From: Kilgore Trout
Subject: Re: moons and stars
Date: 5 Aug 2000 18:50:05
Message: <398c9a1d@news.povray.org>
> How did you get the area lights to work right? The "orient" patch in
> MegaPOV, or just more than one area light?

It's actually just one very timy area light.  Here's the code for the light:

light_source {
 <-4.5, -2.40, 7.5>
 color <.8, .8, .65>
 area_light <0, 0, .025>, <0, .025, 0>, 7, 7
 adaptive 1
 jitter
}

It took me quite a while to figure that out.  I was trying to use a bigger
like, like about .5 to .1 and it just made a mess.

Kev


Post a reply to this message

From: Jan Theofel
Subject: Re: moons and stars
Date: 5 Aug 2000 18:50:48
Message: <398C93BC.58C0FF57@theofel.de>
Hello Kilgore,

Kilgore Trout wrote:
> 
> I've finally gotten the moons and stars to have nice soft shadows.  I like
> the texture on the table a lot.  I just used one of the wood textures
> included with povray and changed the finish to be shiny and slightly
> reflective.  Please let me know what you think.

Very nice!

This 'cries' for an animation... If you don't want to do that, I would
really like to. (see signature below :-)

Bye,
Jan

--
>>> Jan Theofel * mailto: jan### [at] theofelde * http://www.theofel.de/ <<<

  Check AniTMT, a free software to create photorealistic animations:
    German: http://www.anitmt.de/  English: http://www.anitmt.org/


Post a reply to this message

From: Kilgore Trout
Subject: Re: moons and stars
Date: 5 Aug 2000 20:21:48
Message: <398caf9c$1@news.povray.org>
what type of animation do you have in mind?  i thought of having the lamp in
the centre rotate, which would make some nice rotating stars and moons on
the wall.  is that what you were thinking of?

kev

"Jan Theofel" <jan### [at] theofelde> wrote in message
news:398C93BC.58C0FF57@theofel.de...
>
> Hello Kilgore,
>
> Kilgore Trout wrote:
> >
> > I've finally gotten the moons and stars to have nice soft shadows.  I
like
> > the texture on the table a lot.  I just used one of the wood textures
> > included with povray and changed the finish to be shiny and slightly
> > reflective.  Please let me know what you think.
>
> Very nice!
>
> This 'cries' for an animation... If you don't want to do that, I would
> really like to. (see signature below :-)
>
> Bye,
> Jan
>
> --
> >>> Jan Theofel * mailto: jan### [at] theofelde * http://www.theofel.de/ <<<
>
>   Check AniTMT, a free software to create photorealistic animations:
>     German: http://www.anitmt.de/  English: http://www.anitmt.org/


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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