From 6d1f46a3201dfd66e781f3fef4ccc4033f65c54f Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Wed, 20 Jan 2016 21:23:34 +1100 Subject: [PATCH] Create lava animation. --- Minecraft-Classic-lava-animation-algorithm..md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Minecraft-Classic-lava-animation-algorithm..md diff --git a/Minecraft-Classic-lava-animation-algorithm..md b/Minecraft-Classic-lava-animation-algorithm..md new file mode 100644 index 0000000..53ec6a9 --- /dev/null +++ b/Minecraft-Classic-lava-animation-algorithm..md @@ -0,0 +1,6 @@ +This page demonstrates the process of reverse engineering the lava animation from MineCraft classic. + +First, a plot of the R, G, and B components of randomly selected pixel. +![Graph of R, G, B, components of a randomly selected pixel.](https://cloud.githubusercontent.com/assets/6509348/12446024/c8cccc7c-bfbb-11e5-8846-760fbd9e332b.png) + +It can be clearly seen from this that all the components use the same basic algorithm, except that they are offset and scaled by different values. \ No newline at end of file