|
|
On Sat, 12 Jul 2003 17:15:33 -0500, "Steve Shelby" <ssh### [at] rexnetnet> wrote:
>I'm sorry, but I can't make any sense of this at all. My level of expertise
>with povray is very low, having relied mostly on Moray to do the script
>writing for me. Here's my sample pov file:
>
I'm in the same boat Steve.
For a start try
#declare ObjectOrg =
sphere {
<0, 0, 0>
0.1
texture {
pigment { color rgb<1,1,1> }
}
}
This will give you your sphere (I changed the scale so I could see it)
I often use the statement (taken from Moray)
default {
texture {
pigment { rgb <1,0,0> }
}
}
so that If I see a red object I know the texture statement is wrong.
Regards
Stephen
Post a reply to this message
|
|