Alan the Great
12-16-2006, 09:22 AM
OK, i installed povray, i learned about the scripts from various web sites, i want to try it, but....
HOW DO I RUN IT??????????
from the terminal, i just get various config options, and its not point and click type of thing. I know that i can make a sphere by typing:
// This is a simple red sphere
// first, the camera position
camera {
location <2,5,-10>
look_at <0,0,0>
}
// now, some light
light_source {
<0,-10,0>
color rgb <1,1,1>
}
// the sphere
sphere {
<0,0,0>, 5
pigment { color rgb <1,0,0> }
}
BUT I DON'T KNOW HOW TO RUN THAT CODE.
PLEASE i need a linux geek here, i just moved from windows and ubuntuforums.com doesn't have much on it.
HOW DO I RUN IT??????????
from the terminal, i just get various config options, and its not point and click type of thing. I know that i can make a sphere by typing:
// This is a simple red sphere
// first, the camera position
camera {
location <2,5,-10>
look_at <0,0,0>
}
// now, some light
light_source {
<0,-10,0>
color rgb <1,1,1>
}
// the sphere
sphere {
<0,0,0>, 5
pigment { color rgb <1,0,0> }
}
BUT I DON'T KNOW HOW TO RUN THAT CODE.
PLEASE i need a linux geek here, i just moved from windows and ubuntuforums.com doesn't have much on it.