POV-Ray : Newsgroups : povray.binaries.images : universal fractal macro (followed by 9 images) : Re: universal fractal macro (followed by 9 images) Server Time
18 Aug 2024 14:24:11 EDT (-0400)
  Re: universal fractal macro (followed by 9 images)  
From: Wlodzimierz ABX Skiba
Date: 25 May 2001 09:01:40
Message: <3b0e57b4@news.povray.org>
Warp wrote in message <3b0e537f@news.povray.org>...
> Wlodzimierz ABX Skiba <abx### [at] abxartpl> wrote:
> : I've started with refer{} patch
> What does it do?


You are talking in thread about it in p.u-p and you ask ? It will use pointers
to object instead of copying object. Mainly to 'copy' CSG (meshes have this type
of optimization) with memory saving (and time of parsing).

--
#macro Sig(A,B,X)_(A,B)_(B,X)_(X,A)#end#macro _(A,B)cylinder{<A.x,A.y,3>,<B.u,
B.v,3>.1,9}#end global_settings{max_trace_level 9}light_source{0 1}camera{up y
*4right-3*x}blob{_(<3,1>,<1,-5>)_(<2,-2>,<4,-2>)Sig(x,<-1,1.5>,<1,3>)_(z-1,z-4
)pigment{rgb 1}}box{-3 3pigment{rgb 0}finish{reflection 1}hollow} // POV-Ray31


Post a reply to this message

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