POV-Ray : Newsgroups : povray.text.scene-files : Lens Flare Blocker Ver 1.0 (Superpatch or MegaPov ONLY) : Re: Lens Flare Blocker Ver 1.0 (Superpatch or MegaPov ONLY) Server Time
28 Jul 2024 16:24:43 EDT (-0400)
  Re: Lens Flare Blocker Ver 1.0 (Superpatch or MegaPov ONLY)  
From: H E  Day
Date: 22 Jan 2000 21:30:27
Message: <388A6799.9D74C91@fci.net>
The blocker.pov file SHOULD look like this:

#include "colors.inc"
#declare sky_vect = y;
#declare cam_loc = <0,0,-4>*3;
#declare lookat = <0,0,0>;
camera {
  location  cam_loc
  direction 1.5*z
  look_at   lookat
}

#declare Obj =
union {
sphere {x*2,1}
sphere {-x*2,1}
}

#declare flare_size = <1,1,1>;
#declare flare_brightness = <1/4,1/2,1>*4;
#declare light_loc = <(30-60*clock)/2,-5+10*clock,10>
#declare Distribution = 1/3
#declare BlockObject = union {Obj}
#declare MaskType = 1
#declare Glow = off
#declare MinimumAmount = 0
#include "50mm.flr"
#include "FLRBLKR1.inc"
light_source {light_loc rgb 2}


union {
Obj
pigment {rgb 1}
}
global_settings { #max_trace_level 20}

Sorry.


--
H.E. Day
------------------------
Science is merely a method of gathering data and information.
Science *cannot* prove facts.
It can only provide theories that fit given data.
Technology is merely Science applied to common situations.
Technology is used for both good and evil.
Society is a framework mostly dependent on the willing participation of it
subjects.
Kingdoms and dominions come and go, none are eternal.
In the end, Society, Technology, and Science do not matter.  Only the actions
and choices of the individual will matter. <><


Post a reply to this message

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