POV-Ray : Newsgroups : povray.binaries.images : RTR isosurface clouds screen shot and code (28k jpg) : Re: RTR isosurface clouds screen shot and code (28k jpg) Server Time
1 Aug 2024 08:14:55 EDT (-0400)
  Re: RTR isosurface clouds screen shot and code (28k jpg)  
From: Alain
Date: 18 Oct 2008 11:48:32
Message: <48fa0550$1@news.povray.org>
Leef_me nous illumina en ce 2008-10-16 01:18 -->
> stbenge <THI### [at] hotmailcom> wrote:
> 
>  //add this to the command line:
>> //+a0.1 +am2 +r1 +j0.0 +bm2 +kla +rtr
>>
>>
>> #declare V=0;
>> #while(V<frames)
>>   camera {
>>    right x*4/3
>>    up y
>>    location<V*step,-10,-10>
>>    look_at <V*step, 0, 0>
>>    angle 40
>>   }
>>   #declare V=V+1;
>> #end
>>
> 
> Parse Warning: More than one camera in scene. Ignoring previous camera(s).
> 
> Rendering using command line '+a0.1 +am2 +r1 +j0.0 +bm2 +kla +rtr'.
> Integer parameter expected for switch 'B', found 'm2'.
> Cannot process command-line at ' +kla +rtr' due to a parse error.
> 
> 
> I can't seem to render using your code and command line.
> I have povray 3.6 and magapov 1.2.1 neither seem to work
> 
> Leef_me
> 
+bm2 for bounding method 2 or binary tree bounding. Not available in version 
3.6. A new 3.7 feature.
+rtr and +kla, for "real time render" is also a new 3.7 feature.

-- 
Alain
-------------------------------------------------
To define recursion, we must first define recursion.


Post a reply to this message

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