POV-Ray : Newsgroups : povray.binaries.images : Do lizards have lips? : Re: Do lizards have lips? Server Time
1 Aug 2024 04:15:23 EDT (-0400)
  Re: Do lizards have lips?  
From: alphaQuad
Date: 2 Jan 2009 11:25:01
Message: <web.495e3ef3b7b4d0911c3256fd0@news.povray.org>
"Jim Holsenback" <jho### [at] hotmailcom> wrote:
> Well this guy does .....

Actually lizards don't drive ships that small. The hybrid minions have that
occupation, ***DONT*** click on the this:
http://home.earthlink.net/~delta_quadrant/alienhybid.jpg


Since you got the shot take it!


If trace() wont work on the model you can at least hit shields

#local Shield = sphere { 0,shieldrad*Scale
      scale <1,shieldflat,1>
      texture {
        pigment { P_marble }
        finish {  ambient 0.12 diffuse 0.04  specular 0 }
        scale Scale
      }
      translate T2
    }


    #local norm = <0,0,0>;
    #local Target = trace(Shield,gunpt,T2-gunpt,norm);
    laser(gunpt, Target,rad,col)


you should have laser.pov by now


Post a reply to this message


Attachments:
Download 'shieldtest4.jpg' (98 KB)

Preview of image 'shieldtest4.jpg'
shieldtest4.jpg


 

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