|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
i hang around in my catalog tree and found a file named <filename.rca>. i
opened it and found many many funny float numbers in it. every line starts
with <C1>. it has nearby 994 lines and every line has ten columns (without
<C1>). also, i found the same filename as .pov and .tga (which i expected
to be there).
in the same catalog a found a second file with .rca. my third though was,
if it has to do with radiosity. but i rendered more scenes with radiosity
then .rca-files exist.
question: why did POVRay (i think he was it) write such a file and what
does it say to me?
help welcome
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On Tue, 11 Dec 2001 12:58:19 +0100, marabou <not### [at] availableyet> wrote:
> question: why did POVRay (i think he was it) write such a file and what
> does it say to me?
I think it is tomporary radiosity file. It is possible to control this file
within 3.5 ( http://www.povray.org/working-docs/id000224.html#6_11_11_2_15 )
Under 3.1 iirc it was created during trace and deleted after succesfull finish.
ABX
--
#declare _=function(a,b,x){((a^2)+(b^2))^.5-x}#default {pigment{color rgb 1}}
union{plane{y,-3}plane{-x,-3}finish{reflection 1 ambient 0}}isosurface{ //ABX
function{_(x-2,y,1)|_((x+y)*.7,z,.1)|_((x+y+2)*.7,z,.1)|_(x/2+y*.8+1.5,z,.1)}
contained_by{box{<0,-3,-.1>,<3,0,.1>}}translate z*15finish{ambient 1}}//POV35
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> On Tue, 11 Dec 2001 12:58:19 +0100, marabou <not### [at] availableyet> wrote:
>> question: why did POVRay (i think he was it) write such a file and what
>> does it say to me?
>
> I think it is tomporary radiosity file. It is possible to control this
> file within 3.5 (
> http://www.povray.org/working-docs/id000224.html#6_11_11_2_15 ) Under 3.1
> iirc it was created during trace and deleted after succesfull finish.
>
...
seems that the documentation of v3.5 has better explanations than the v3.1
ones.
thank you.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
:> question: why did POVRay (i think he was it) write such a file and what
:> does it say to me?
: I think it is tomporary radiosity file.
The idea is that you can stop a radiosity render and continue it later
without the radiosity data screwing up.
--
#macro N(D,I)#if(I<6)cylinder{M()#local D[I]=div(D[I],104);M().5,2pigment{
rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro M()<mod(D[I],13)-6,mod(div(D[I
],13),8)-3,10>#end blob{N(array[6]{11117333955,
7382340,3358,3900569407,970,4254934330},0)}// - Warp -
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
|
|