Thanks everyone.
Here is the final rendering. I'm off to play with some custom textures.
Samuel Benge <stb### [at] hotmailcom> wrote:
> Elija wrote:
> > I have a couple of questions though if you don't mind.
> >
> > How do I go about lowering the ambient light?
>
> You can do this per-object like this:
>
> sphere{0,1
> pigment{rgb 1}
> finish{ambient 0} <---
> }
>
> > Is there a good tutorial on making my own textures?
>
> Just look at all the example files distributed with POV-Ray. Many of
> them use use texture libraries, so try to avoid those if you want to
> make your own textures. When making a texture, just follow this
> structure, and you'll be fine:
>
> sphere{0,1
> texture{
> pigment{ pigment items }
> normal{ normal items }
> finish{ finish items }
> }
> }
>
>
> ~Sam
Post a reply to this message
Attachments:
Download 'first.jpg' (674 KB)
Preview of image 'first.jpg'
|