Image: 
   Author: JakubKubo Group: Work in progress Filesize: 64.38 kB Date added: 2017-07-29 Rating: 5.5 Downloads: 472 Views: 227 Comments: 2 Ratings: 2 Times favored: 0 Made with: Algodoo v2.1.0 Tags: 
  
                 | 
First try to make Power-Take-Off: 
- PTO is axle connnecting tractor/truck and trailer/attachments (mower, crane) 
- Have unlimited length, yellow rod have no collision, density like air, can transfer +inf torque and rpm 
 
Fake track: 
- ONLY grey wheels need to be powered, track (two lines and two half-circles) will adjust 
 
Piston: 
- !!!NEW!!! textures 
- infinite length 
- adjust spring constant and damping, more in scripts tab 
- _min and _max are minimum and maximum limit of lengths 
- _up and _down are keys that controls piston 
- _step mean how much spring will change length if key is pressed, higher values mean higher speed 
 
Scripts: 
   > PTO: 
Position of circles are send to the box where position, angle, length is calculated 
Size => [math.dist(1pos, 2pos),0.3]       <PTO rod is ~30cm thick> 
Angle => math.atan2(1pos, 2pos)         <angle between ends> 
Position => (1pos+2pos)/2                    <average position of ends> 
 
Bugs: 
- Do not use at 179 Hz or more, will freeze / glue itself to background (i don´t know why) 
- Textures need a "little bit" of work  |