|
|
I am new to povray.
I just got the povray on my ibook (Mac OS shell 3.6.0 build 0197).
Installation was OK. I moved the directory after installation into
Applications. I got the script from the help manual of povray to draw the
yellow sphere. I exactly copied all the script and saved it as test.pov
#include "colors.inc"
background { color Cyan }
camera {
location <0, 2, -3>
look_at <0, 1, 2>
}
sphere {
<0, 1, 2>, 2
texture {
pigment { color Yellow }
}
}
light_source { <2, 4, -3> color White}
I oped this file from the Povray menu. Scripts looks to be OK but "start
render" under render menu bar is not high lighted.
I am not doing something wrong but could not figure out what. Can some one
help me get going?
thanks
Anthony
Post a reply to this message
|
|
|
|
In article <web.416ef21d47a0decf8b74a0850@news.povray.org> , "Anthony
addlagatta" <ant### [at] uoxrayuoregonedu> wrote:
> I am new to povray.
> I am not doing something wrong but could not figure out what. Can some one
> help me get going?
Please read the thread from October 3rd in this group, it contains the
answer(s) you need.
Thorsten
____________________________________________________
Thorsten Froehlich, Duisburg, Germany
e-mail: tho### [at] trfde
Visit POV-Ray on the web: http://mac.povray.org
Post a reply to this message
|
|