POV-Ray : Newsgroups : povray.binaries.images : $#!!@ Photons! Arrrrggghhh! : Re: $#!!@ Photons! Arrrrggghhh! Server Time
13 Aug 2024 09:32:25 EDT (-0400)
  Re: $#!!@ Photons! Arrrrggghhh!  
From: Alan Walkington
Date: 5 Apr 2003 02:22:31
Message: <3e8e8437@news.povray.org>
"Alan Walkington" <alan[REMOVE]@walkington.net> wrote in message
news:3e8e32d4@news.povray.org...

> I've tried everything I can think of to get a laser beam effect that has
> photon interaction with media. The following works, but /only/ with a
> spotlight.  When I use a cylindrical light, the refracted (or reflected)
> photons stop interacting with the media.  Any ideas?

This sucks. I've got a sort of usable laser effect by sticking a point light
insde the closed end of a veeery looong cylindar open at the far end.  The
results are adequate, but its /very/ difficult to manouver. (A quick aside
... How is the center of rotation computed?)
-------------------
#declare GreenLaser = union {
    difference {
        cylinder {
            <-1,0,0>
            <60,0,0>
            .3
        }
        cylinder {
            <-.9,0,0>
            <60.1,0,0>
            .2
        }
    }
    light_source {
        <0.0.0 >
        color Green *20
    }
    texture {Polished_Chrome}
}

-------------------
Alan Walkington


Post a reply to this message


Attachments:
Download 'laser2.JPG' (53 KB)

Preview of image 'laser2.JPG'
laser2.JPG


 

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