POV-Ray : Newsgroups : povray.newusers : If I follow Server Time
6 Sep 2024 08:10:40 EDT (-0400)
  If I follow (Message 1 to 10 of 15)  
Goto Latest 10 Messages Next 5 Messages >>>
From: egloria
Subject: If I follow
Date: 23 Nov 1998 13:51:26
Message: <3659aeae.0@news.povray.org>
I am using the biggest little word in the english
Language,I have no programming experience
whatsoever so IF I follow the tutorials that came
in the documentation will I be able to understand it
so I can become a povray artist too?Right now I am
converting the documentation to word pro so I can print
it out without a lot of wasted space and yes I am putting
the graphics from the tutorial in povray and tracing
them but it has just been cutting and pasting for right
now.


Post a reply to this message

From: Maleko
Subject: Re: If I follow
Date: 23 Nov 1998 17:02:10
Message: <3659db62.0@news.povray.org>
egloria wrote in message <3659aeae.0@news.povray.org>...
> I am using the biggest little word in the english
>Language,I have no programming experience
>whatsoever so IF I follow the tutorials that came
>in the documentation will I be able to understand it
>so I can become a povray artist too?

Well depending on your artistic "eye" ,yes the .docs and practice are all
you need to be all you can be with pov.


Post a reply to this message

From: Mike
Subject: Re: If I follow
Date: 23 Nov 1998 18:06:26
Message: <365A8515.15574752@aol.com>
In one word, YES.  There's nothing that isn't covered in the docs,
except perhaps which OS is best or the best modeller to use, but that
comes later...;)

Seriously, once you get a grasp of the language you can do just about
anything, and believe it or not, it actually becomes pretty easy.

-Mike

>  IF I follow the tutorials that came
> in the documentation will I be able to understand it
> so I can become a povray artist too?


Post a reply to this message

From: Margus Ramst
Subject: Re: If I follow
Date: 24 Nov 1998 04:39:38
Message: <365A7DDF.8A94A663@peak.edu.ee>
The POV language quite easy, once you get the hang of the basic logic.
All the features are discussed in the manual and there are example files for
most of them; but only practice will get you to use them in any innovative way.
Once you are past the very basics, you can learn many useful tricks from the
many POV tutorials available (one good place to get those is
http://twysted.net/tutorials). Using graphical modellers (like Moray or POVLab)
"protects" you from the POV script, but I do not by any means recommend
abandoning the script completely, since modellers never support all the features
of POV.

Margus

egloria wrote:
> 
>  I am using the biggest little word in the english
> Language,I have no programming experience
> whatsoever so IF I follow the tutorials that came
> in the documentation will I be able to understand it
> so I can become a povray artist too?Right now I am
> converting the documentation to word pro so I can print
> it out without a lot of wasted space and yes I am putting
> the graphics from the tutorial in povray and tracing
> them but it has just been cutting and pasting for right
> now.


Post a reply to this message

From: Nieminen Mika
Subject: Re: If I follow
Date: 24 Nov 1998 04:55:03
Message: <365a8277.0@news.povray.org>
egloria <lgl### [at] gcentralcom> wrote:
:  I am using the biggest little word in the english
: Language,I have no programming experience
: whatsoever so IF I follow the tutorials that came
: in the documentation will I be able to understand it
: so I can become a povray artist too?

  The povray documentation doesn't explain how to become a good artist. That's
up to you.
  But it surely is the best documentation and tutorial around there. I have
learned everything about povray from it.
  The biggest problem with people that don't know how to use a feature of
povray is not that the documentation is not good, but that they don't read
it at all.

  And btw, MY BIGGEST problem with povray 3.1 is that there's no povhelp
program anymore, and that really PISSES ME OFF! Sorry, I just had to
complain.
  I still can't use the new features of pov3.1 because I DON'T KNOW HOW,
damn it!

-- 
main(i){char*_="BdsyFBThhHFBThhHFRz]NFTITQF|DJIFHQhhF";while(i=
*_++)for(;i>1;printf("%s",i-70?i&1?"[]":" ":(i=0,"\n")),i/=2);} /*- Warp. -*/


Post a reply to this message

From: Ken
Subject: Re: If I follow
Date: 24 Nov 1998 05:10:01
Message: <365A856C.8310E556@pacbell.net>
Nieminen Mika wrote:

>   And btw, MY BIGGEST problem with povray 3.1 is that there's no povhelp
> program anymore, and that really PISSES ME OFF! Sorry, I just had to
> complain.
>   I still can't use the new features of pov3.1 because I DON'T KNOW HOW,
> damn it!

Why that's just not true. There is documentation for Pov v3.1. The
layout is different but it exists as it did before. It even functions
the way it did in in v3.0x where you can place the cursor over a
keyword, press f1, and the documentation menu pops up giving you a
selection of relevant topics to choose from. I am not happy with the
way it's been structured in a non-scrolling format as it was but the
information is still being supplied. It appears you missed something
somewhere.

Ken Tyler


Post a reply to this message

From: Ken
Subject: Re: If I follow
Date: 24 Nov 1998 07:33:27
Message: <365AA714.E5C76FD2@pacbell.net>
Ken wrote:

> Nieminen Mika wrote:
>
> >   And btw, MY BIGGEST problem with povray 3.1 is that there's no povhelp
> > program anymore, and that really PISSES ME OFF! Sorry, I just had to
> > complain.
> >   I still can't use the new features of pov3.1 because I DON'T KNOW HOW,
> > damn it!
>
> Why that's just not true. There is documentation for Pov v3.1. The
> layout is different but it exists as it did before. It even functions
> the way it did in in v3.0x where you can place the cursor over a
> keyword, press f1, and the documentation menu pops up giving you a
> selection of relevant topics to choose from. I am not happy with the
> way it's been structured in a non-scrolling format as it was but the
> information is still being supplied. It appears you missed something
> somewhere.
>
> Ken Tyler

In support ov my previous post I just copied this from the v3.1
docs concerning the use of the New with Pov v3.1 function "Media"


Previous:Density Maps and Density Lists   Main Index
Next:AtmosphericEffects

Multiple Density vs. Multiple Media

It is possible to have more than one media specified per object and it
is legal to have more than one density per media. The effects are quite
different. Consider this example:

  object{MyObject
    pigment{rgbf 1}
    interior{
      media{
        density{Some_Density}
        density{Another_Density}
      }
    }
  }

As the media is sampled, calculations are performed for each density
pattern at each sample point. The resulting samples are multiplied
together. Suppose one density returned rgb<.8,.8,.4> and the other
returned rgb<.25,.25,0>. The resulting color is rgb<.2,.2,0>. Note
that in areas where one density returns zero, it will wipe out the
other density. The end result is that only density areas which overlap
will be visible. This is similar to a CSG intersection operation. Now
consider

  object{MyObject
    pigment{rgbf 1}
    interior{
      media{
        density{Some_Density}
      }
      media{
        density{Another_Density}
      }
    }
  }

In this case each media is computed independently. The resulting colors
are added together. Suppose one density and media returned rgb<.8,.8,.4>
and the other returned rgb<.25,.25,0>. The resulting color is
rgb<1.05,1.05,.4>. The end result is that density areas which overlap
will be especially bright and all areas will be visible. This is similar
to a CSG union operation. See the sample scene
scenes/interior/media/media4.pov for an example which illustrates this.

Previous:Density Maps and Density Lists   Main Index
Next:AtmosphericEffects

Ken Tyler


Post a reply to this message

From: Ron Parker
Subject: Re: If I follow
Date: 24 Nov 1998 08:29:40
Message: <365ab4c4.0@news.povray.org>
On Tue, 24 Nov 1998 02:07:40 -0800, Ken <tyl### [at] pacbellnet> wrote:
>Nieminen Mika wrote:
>
>>   And btw, MY BIGGEST problem with povray 3.1 is that there's no povhelp
>> program anymore, and that really PISSES ME OFF! Sorry, I just had to
>> complain.
>>   I still can't use the new features of pov3.1 because I DON'T KNOW HOW,
>> damn it!
>
>Why that's just not true. There is documentation for Pov v3.1. The
>layout is different but it exists as it did before. It even functions
>the way it did in in v3.0x where you can place the cursor over a
>keyword, press f1,
>[...]

it sounds like you're using Windows and he's using DOS.  The DOS povhelp
program is indeed gone, but someone was going to revive it; check 
.programming (I think) for info on this.


Post a reply to this message

From: Ken
Subject: Re: If I follow
Date: 24 Nov 1998 08:49:33
Message: <365AB8EC.2DECC45@pacbell.net>
Ron Parker wrote:

> On Tue, 24 Nov 1998 02:07:40 -0800, Ken <tyl### [at] pacbellnet> wrote:
> >Nieminen Mika wrote:
> >
> >>   And btw, MY BIGGEST problem with povray 3.1 is that there's no povhelp
> >> program anymore, and that really PISSES ME OFF! Sorry, I just had to
> >> complain.
> >>   I still can't use the new features of pov3.1 because I DON'T KNOW HOW,
> >> damn it!
> >
> >Why that's just not true. There is documentation for Pov v3.1. The
> >layout is different but it exists as it did before. It even functions
> >the way it did in in v3.0x where you can place the cursor over a
> >keyword, press f1,
> >[...]
>
> it sounds like you're using Windows and he's using DOS.  The DOS povhelp
> program is indeed gone, but someone was going to revive it; check
> .programming (I think) for info on this.

  Oh ! If that's the case I apologize for my presumed statements.

Ken Tyler


Post a reply to this message

From: Ken
Subject: Re: If I follow
Date: 24 Nov 1998 08:53:02
Message: <365AB9BD.1AAA1EA5@pacbell.net>
Nieminen Mika wrote:

>   And btw, MY BIGGEST problem with povray 3.1 is that there's no povhelp
> program anymore, and that really PISSES ME OFF! Sorry, I just had to
> complain.
>   I still can't use the new features of pov3.1 because I DON'T KNOW HOW,
> damn it!

If you do not have the documentation for the new features in
Pov v3.1 due to you using the dos version I will volunteer to
copy and paste the passages detailing the new features into
a text formated file for you. May take a couple of days but
I can understand your frustration if this is the case.

Ken Tyler


Post a reply to this message

Goto Latest 10 Messages Next 5 Messages >>>

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