POV-Ray : Newsgroups : povray.newusers : Need lots of help. : Re: Need lots of help. Server Time
30 Jul 2024 12:25:14 EDT (-0400)
  Re: Need lots of help.  
From: Nicolas Alvarez
Date: 6 May 2004 20:06:39
Message: <409ad30f$1@news.povray.org>

news:408269cb$1@news.povray.org...
> Program ended abnormally on 17/04/2004 22:44, Due to a catastrophic
> Bleeding_Soul error:
> > Hey all. I'm pretty much brand new to POV. Not really, I've been using it
> > off and on for about 3 years now. More off though. Anyway, I can do alot of
> > basic shapes, and a couple of advanced ones as well, and do alot of things
> > I need to do, but I want to learn to do alot of other things. I've gone
> > through the tutorial that comes with POV 3.5, but still haven't retained
> > any of that knowledge, and it seems incomplete (by far even) anyway. So, I
> > found this place, and was wondering if there was anyone out there that has
> > the patience and time to help me out and teach me how to do alot of the
> > more advance funtions and such? Feel free to contact me any way that's
> > easiest for you:
>
> The best way is to find a project to work on ( modelling your room, summer
> cottage, dream car, a cartoon character, etc...)  and post your progress in
> povray.binaries.images or specific questions about problems you're having
here.
>    Lots of people will gladly offer help.
>
>
>
> --
> /*Francois Labreque*/#local a=x+y;#local b=x+a;#local c=a+b;#macro P(F//
> /*    flabreque    */L)polygon{5,F,F+z,L+z,L,F pigment{rgb 9}}#end union
> /*        @        */{P(0,a)P(a,b)P(b,c)P(2*a,2*b)P(2*b,b+c)P(b+c,<2,3>)
> /*   videotron.ca  */}camera{orthographic location<6,1.25,-6>look_at a }


Start with something simple such as a CD:

difference
{
    cylinder
    {
        flat and big
    }
    cylinder
    {
        small
    }
    texture
    {
        image_map
        {
            your_favorite_CD_drawing
        }
    }
}

Then you can work on a box for the CD, then a wood floor to put the box over.
That's a good strategy: start with something easy and continue with things
around it

I imagine you three months later posting a house with several rooms
and inside one of the rooms, a table
and on the table, a box
and in the box, a CD!


Post a reply to this message

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