diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-02-12 13:57:30 -0500 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2017-02-12 13:57:30 -0500 |
commit | 46cbc76988ec62593f0ca04a6a32cbeaa0f57a8b (patch) | |
tree | 8dd3484af1672233a1eb00b72c8a483ec33ab7fc /mesecons_hydroturbine/textures | |
parent | fa3bd1927042ca5ded14623226f447bcb907b953 (diff) | |
download | mesecons-46cbc76988ec62593f0ca04a6a32cbeaa0f57a8b.tar mesecons-46cbc76988ec62593f0ca04a6a32cbeaa0f57a8b.tar.gz mesecons-46cbc76988ec62593f0ca04a6a32cbeaa0f57a8b.tar.bz2 mesecons-46cbc76988ec62593f0ca04a6a32cbeaa0f57a8b.tar.xz mesecons-46cbc76988ec62593f0ca04a6a32cbeaa0f57a8b.zip |
make "on" water turbine animated!
This uses a fairly simple trick: the textures are animated, while the
model is static and has a number of rotated copies of the parts that are
seen to move (four copies of the blades, eight copies of the top/bottom
and their edges). The opaque parts of the textures then decide which of
those faces' copies are visible in each frame.
Diffstat (limited to 'mesecons_hydroturbine/textures')
-rw-r--r-- | mesecons_hydroturbine/textures/jeija_hydro_turbine_turbine_misc_off.png (renamed from mesecons_hydroturbine/textures/jeija_hydro_turbine_turbine_misc.png) | bin | 820 -> 820 bytes |
-rw-r--r-- | mesecons_hydroturbine/textures/jeija_hydro_turbine_turbine_misc_on.png | bin | 0 -> 6957 bytes |
-rw-r--r-- | mesecons_hydroturbine/textures/jeija_hydro_turbine_turbine_top_bottom_off.png (renamed from mesecons_hydroturbine/textures/jeija_hydro_turbine_turbine_top_bottom.png) | bin | 496 -> 496 bytes |
-rw-r--r-- | mesecons_hydroturbine/textures/jeija_hydro_turbine_turbine_top_bottom_on.png | bin | 0 -> 5128 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/mesecons_hydroturbine/textures/jeija_hydro_turbine_turbine_misc.png b/mesecons_hydroturbine/textures/jeija_hydro_turbine_turbine_misc_off.png Binary files differindex 45a720b..45a720b 100644 --- a/mesecons_hydroturbine/textures/jeija_hydro_turbine_turbine_misc.png +++ b/mesecons_hydroturbine/textures/jeija_hydro_turbine_turbine_misc_off.png diff --git a/mesecons_hydroturbine/textures/jeija_hydro_turbine_turbine_misc_on.png b/mesecons_hydroturbine/textures/jeija_hydro_turbine_turbine_misc_on.png Binary files differnew file mode 100644 index 0000000..e609dd2 --- /dev/null +++ b/mesecons_hydroturbine/textures/jeija_hydro_turbine_turbine_misc_on.png diff --git a/mesecons_hydroturbine/textures/jeija_hydro_turbine_turbine_top_bottom.png b/mesecons_hydroturbine/textures/jeija_hydro_turbine_turbine_top_bottom_off.png Binary files differindex fa76591..fa76591 100644 --- a/mesecons_hydroturbine/textures/jeija_hydro_turbine_turbine_top_bottom.png +++ b/mesecons_hydroturbine/textures/jeija_hydro_turbine_turbine_top_bottom_off.png diff --git a/mesecons_hydroturbine/textures/jeija_hydro_turbine_turbine_top_bottom_on.png b/mesecons_hydroturbine/textures/jeija_hydro_turbine_turbine_top_bottom_on.png Binary files differnew file mode 100644 index 0000000..ac4df83 --- /dev/null +++ b/mesecons_hydroturbine/textures/jeija_hydro_turbine_turbine_top_bottom_on.png |