POV-Ray : Newsgroups : povray.general : multiple object duplication factoring question : Re: multiple object duplication factoring question Server Time
4 Aug 2024 06:09:54 EDT (-0400)
  Re: multiple object duplication factoring question  
From: mcavoys
Date: 12 Jul 2003 18:47:27
Message: <3f108fe2.1752790@news.povray.org>
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

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