View Single Post
  #7  
Old February 28th, 2005, 07:36 PM
Ed Kolis's Avatar

Ed Kolis Ed Kolis is offline
General
 
Join Date: Apr 2001
Location: Cincinnati, Ohio, USA
Posts: 4,547
Thanks: 1
Thanked 7 Times in 5 Posts
Ed Kolis is on a distinguished road
Default Re: Thinking of quadrupling the size of the imagem

OK... task #1... Learn how to do Povray scripting again, since I forgot so long ago, and never really figured out the important stuff like loops

I mean, I could create a scene in Moray or KPovModeler and render it, but I'd still have to do the looping stuff to piece the parts together and resize them... and neither Moray nor KPovModeler seems to support conditionals and looping very well - so I might as well learn the scripting language anyway

I wish Povray were object-oriented, though... then I could do something like this:

#declare ball = sphere
{
// ball attributes go here
}

ball ball1, ball2, ball3
ball1.translate<1,0,0>
ball2.scale<10,10,10>
ball3.pigment = color {rgb<0,1,0>}

__________________
The Ed draws near! What dost thou deaux?
Reply With Quote