POV-Ray : Newsgroups : povray.binaries.images : Need a belt ? : Re: Need a belt ? Server Time
1 Oct 2024 15:19:53 EDT (-0400)
  Re: Need a belt ?  
From: Josh English
Date: 7 Aug 2000 11:16:50
Message: <398ED2E5.2F17391F@spiritone.com>
If this animates you've solved a problem I started several montsh ago and got
nowhere with!

Thanks.

Josh

"m.o.p.s" wrote:

> Here is a second macro i have made.
> It build a belt between two wheels ( so i named it "buildbelt" )
> and it could make it roll ( i will post two animations for example at
> p.b.a )
>
> Note : the macros are in "mopspatch.inc" ( see
> http://perso.wanadoo.fr/mops/atelier.htm )
> and feel free to use, rewrite and improve them, there is no copyrigth !
>
> The syntax is like :
>
> #declare belt_R1=3;    /* radius of the first wheel, his center is O
> #declare belt_R2=5;    /* the second one
> #declare belt_d=10;    /* distance between the two wheels
> #declare belt_nb=30;    /* number of elements
> #declare belt_tour=-1;    /* number of revolution when clock go from 0 to 1
> #declare belt_typ=2;    /* if 1 belt_tour is the number of revolution of the
> wheel
>                                     /*if 2 belt_tour is the number of
> revolution of the belt
> #declare belt_norm=y; /* for the orientation of the elements
>
> /* definition of the elements :
>
> #declare k=1;
> #while (k<belt_nb+1)
>                                #declare
> belt_el[k]=object{maillon(Steel,Alu4)
>                                                     scale <1,2,1
> >material{ecran}}
>   /* maillon is an object created in my mopspatch.inc, it is an example
> #declare k=k+1;
> #end
>
> object { buildbelt(clock) }
>
> it give back four variables :
> belt_al :  belt angle ( usefull to put the belt on a floor )
> belt_Long : belt length
> belt_Dl=  length of one element
> belt_R1bis  : to calculate the visible radius of the wheel
> belt_R2bis
>
> Hope i am understable,
> --
> My Own Private Square.
> http://perso.wanadoo.fr/mops/
>
>  [Image]
>
>  [Image]
>
>  [Image]

--
Josh English -- Lexiphanic Lethomaniac
eng### [at] spiritonecom
The POV-Ray Cyclopedia http://www.spiritone.com/~english/cyclopedia/


Post a reply to this message

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