POV-Ray : Newsgroups : povray.programming : An idea on radiosity : Re: An idea on radiosity Server Time
28 Jul 2024 10:29:37 EDT (-0400)
  Re: An idea on radiosity  
From: Ron Parker
Date: 30 Nov 2001 08:56:07
Message: <slrna0f3vo.vj7.ron.parker@fwi.com>
On Fri, 30 Nov 2001 04:49:32 +0200, Peter Popov wrote:
> So, what is the structure of the rad data file? Any specifics? Would
> such a tool be hard to make?

It's just ASCII records, separated by tabs and with a newline at the end
of each record.  Looking at the source, it seems like you should be able
to just merge them using your favorite implementation of cat (use COPY on 
DOS-ish systems.)

So in DOS: 

COPY RAD1.RCA + RAD2.RCA  RADMERGE.RCA

in Unix:

cat rad1.rca rad2.rca >radmerge.rca

-- 
#macro R(P)z+_(P)_(P)_(P+1)_(P+1)+z#end#macro Q(C,T)bicubic_patch{type 1u_steps
6v_steps 6R(1)R(3)R(5)R(7)pigment{rgb z}}#end#macro _(Y)#local X=asc(substr(C,Y
,1))-65;<T+mod(X,4)div(X,4)9>-2#end#macro O(T)Q("ABEFUQWS",T)Q("WSXTLOJN",T)#
end O(0)O(3)Q("JNKLCGCD",0)light_source{x 1}// ron### [at] povrayorg


Post a reply to this message

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