POV-Ray : Newsgroups : povray.newusers : out of date tutorials : Re: out of date tutorials Server Time
28 Jul 2024 20:23:19 EDT (-0400)
  Re: out of date tutorials  
From: Lace
Date: 14 Dec 2008 01:20:01
Message: <web.4944a45bb7ea4f8635784d0e0@news.povray.org>
Alain <ele### [at] netscapenet> wrote:
> Lace nous illumina en ce 2008-12-12 01:02 -->

> There is a tutorial bundeled with the installation. Did you use it?
Yes I read the tutorial several times and only use it as a reference point due
to it's complexity. The tutorial from 1996 is more easy to follow giving step
by step directions to learning POV-Ray in a more detailed manner.

The box and getting it to rotate around the axis I think may take a little more
time to play with. I am sure to get it soon with the help that I am receiving.

> torus{3,11 // create a torus with a major radius of size 3 and a minor radius of
> size 11, flat on the x-z plane around the y axis. The is no hole as the minor
> radius is larger than the major.
Wow when I did this my torus was so close to the camera view LOL I couldn't even
see a hole. Got a nice view of granite pigment though :)

> pigment{yellow}
> scale <1.5, 1, 1> //stretch it along the x axis by 50%
> rotate <-45, 0, 0>// rotate 45 degree around the x axis.
> translate <0, 2, 0> // move it up 2 unit parallel to the y axis
> }
>
> Your translation is relatively small, so, it won't show much.
> Replace it with: translate<0, 20*clock, 0> and render with +kff9
>
> You also can replace the rotation with:
> rotate<180*clock, 0, 0> and the animation will make it visibly rotate.

Sincere Thanks,
Lace


Post a reply to this message

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