POV-Ray : Newsgroups : povray.general : Help with Chris Colefax's lens effect plugin! : Re: Help with Chris Colefax's lens effect plugin! Server Time
13 Aug 2024 23:16:06 EDT (-0400)
  Re: Help with Chris Colefax's lens effect plugin!  
From: Nieminen Mika
Date: 25 May 1998 11:09:58
Message: <6kc1k6$5rs$1@oz.aussie.org>
Colin D Bennett <cdb### [at] findusaqcom> wrote:
: Ok, I have just started using this plugin and I am trying to build a
: scene with it. But nothing is visible except the flare effect

  Replace:

: camera {
: 	location <0, 0, -30>
: 	look_at <0, 0, 0>
: 	angle 70
: }

with:

#declare camera_location=<0,0,-30>
#declare camera_look_at=<0,0,0>
#declare camera_angle=70

  (Yes, it reads "replace", not "add")

-- 
                                                              - Warp. -


Post a reply to this message

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