Minecraft:Procedural animated texture generation/Gears
More actions
Code which generates the frames of the gear texture can be found here.
The animation for gears was generated using two predefined image files - Template:Code for the rotating gear and Template:Code for the stationary center.
The animation is rendered as a 16×16 texture like most other blocks, with Template:Code being downsampled. The gear rotates exactly 1/64 of a full rotation (5.625 degrees) every game tick - this means that although there would theoretically be many possible frames created by intermediate rotations, only 64 unique frames can ever appear in practice. The resulting gear takes 3.2 seconds to make a full rotation and has 18.75 RPM.
There are two different animations used for gears - one for clockwise rotation, and another for counterclockwise rotation, to allow for logical meshing. These are generated effectively identically, with the only difference being the direction of rotation; both start on the same frame, but cycle through them in the opposite direction.<ref name="geargen">Template:Citation</ref>
-
Clockwise rotation
-
Counterclockwise rotation