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:21:22 EDT (-0400)
  Re: RTR isosurface clouds screen shot and code (28k jpg)  
From: Leef me
Date: 16 Oct 2008 01:20:00
Message: <web.48f6cec214b3d85e892adb1d0@news.povray.org>
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


Post a reply to this message

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