POV-Ray : Newsgroups : povray.text.scene-files : a gear Server Time
29 Jul 2024 04:17:28 EDT (-0400)
  a gear (Message 1 to 1 of 1)  
From: Lewis Sellers
Subject: a gear
Date: 20 Oct 1998 20:05:05
Message: <362D1741.5CBDFA1D@usit.net>
has both the .pov and the .ini
animation was posted in .binaries.animations


--my1stgear.pov--
camera {
   location <1,1,-2>
   look_at <0,0,0>
}

light_source {<5,5,-1> color rgb<1,1,1> fade_distance 3 adaptive 1
area_light y*3,z*3,3,3}

difference {                     

    cylinder {<0,0,-.1>,<0,0,.1>,1} 
    union {  
        cylinder {<0,0,-.11>,<0,0,.11>,.2} 

#declare foo=0;
#while (foo<pi*2)
    #declare foox=cos(foo)*1;
    #declare fooy=sin(foo)*1;
    cylinder {<foox,fooy,-.11>,<foox,fooy,.11>,.1}
    #declare foo=foo+pi/8; 
#end       
    }
    texture {
        pigment {
            color rgb<1,1,1>
        }
        finish {
            ambient .1
            diffuse .6
        }   
    }    

    rotate<0,0,degrees(clock*pi*2)> //for animation    

}


--my1stgear.ini--
Antialias=On
Antialias_Threshold=0.3
Antialias_Depth=3
                    
;width=320
;height=240

Cyclic_Animation=off
Pause_when_Done=off

Test_Abort_Count=1024
buffer_size=2048

Input_File_Name=my1stgear.pov
                   
Initial_Frame=0
Final_Frame=30

Initial_Clock=0
Final_Clock=1

;Subset_Start_Frame = 0
;Subset_End_Frame = 59

-- 
Lewis A. Sellers: writer and contract Multimedia Website Developer
mailto:lse### [at] usitnet (The Fourth Millennium Foundation)
http://www.public.usit.net/lsellers/ & http://www.intrafoundation.com
http://brain-of-pooh.tech-soft.com/users/critters/bios/sellers_lewis.html

You can bug the living bejesus out of me live on ICQ @ 491461
(If I don't get back to you within a month, I'm out of prozac in some
dark corner somewhere screaming things quite unintelligable but -- most
curiously -- thick with a sumerian accent.)

"The comedy is over" -i pagliacci


Post a reply to this message

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