POV-Ray : Newsgroups : povray.programming : this : Re: this Server Time
28 Jul 2024 16:17:29 EDT (-0400)
  Re: this  
From: Rafal 'Raf256' Maj
Date: 25 Jun 2002 15:53:11
Message: <Xns9238DE21D7CF6raf256com@204.213.191.226>
"Rafal 'Raf256' Maj" <raf### [at] raf256com> wrote in
news:Xns### [at] 204213191226: 

> #declare tempObj = union { 
>   ........
>  }
> #declare tempObj = object { tempObj translate max_extent(tempObj).x*3
> } object { tempObj rotate y*3 }
> #declare tempObj = object { tempObj translate max_extent(tempObj)*9 }

#declare tempObj = union { 
  ........
 }
#declare tempObj = object { tempObj translate max_extent(tempObj).x*3 }
#declare tempObj = object { tempObj rotate y*3 }
object { tempObj translate max_extent(tempObj)*9 }

sorry for mistake

-- 


Post a reply to this message

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