From f2093a51db22d17368ad85230d6a075d87bbea7d Mon Sep 17 00:00:00 2001 From: Jason Hooks Date: Sun, 18 Mar 2012 22:38:07 -0400 Subject: [PATCH] more cleanup --- files/water/Examples-Water.material | 169 ---------------------------- 1 file changed, 169 deletions(-) diff --git a/files/water/Examples-Water.material b/files/water/Examples-Water.material index c09447aa1..2b46d6e08 100644 --- a/files/water/Examples-Water.material +++ b/files/water/Examples-Water.material @@ -1,10 +1,4 @@ -vertex_program Water/Test cg -{ - source water1.cg - entry_point main - profiles vs_1_1 arbvp1 -} vertex_program Water/GlassVP cg { source GlassVP.cg @@ -152,167 +146,4 @@ material Examples/Water0 } } -material Examples/Water1 -{ - technique - { - pass - { - scene_blend colour_blend - depth_write off - - texture_unit - { - texture BeachStones.jpg - scale 0.25 0.25 - } - - texture_unit - { - texture Water01.jpg - env_map spherical - scroll_anim 0.01 0.01 - } - } - } -} -material Examples/Water2 -{ - technique - { - pass - { - scene_blend colour_blend - depth_write off - - texture_unit - { - texture Water01.jpg - scroll_anim 0.01 0.01 - } - } - } -} -material Examples/Water3 -{ - technique - { - pass - { - scene_blend colour_blend - depth_write off - - texture_unit - { - texture Water02.jpg - env_map spherical - scroll_anim 0.01 0.01 - rotate_anim 0.03 - } - } - } -} -material Examples/Water4 -{ - technique - { - pass - { - cull_hardware none - cull_software none - texture_unit - { - texture Water02.jpg - env_map spherical - scroll_anim 0.01 0.01 - } - } - } -} -material Examples/Water5 -{ - technique - { - pass - { - cull_hardware none - cull_software none - - texture_unit - { - texture BeachStones.jpg - scale 0.25 0.25 - } - - texture_unit - { - texture Water01.jpg - env_map spherical - scroll_anim 0.01 0.01 - } - } - } -} -material Examples/Water6 -{ - technique - { - pass - { - lighting off - - texture_unit - { - cubic_texture cubescene.jpg combinedUVW - tex_address_mode clamp - env_map cubic_reflection - } - } - } -} -material Examples/Water7 -{ - technique - { - pass - { - cull_hardware none - cull_software none - - texture_unit - { - texture BeachStones.jpg - scale 0.25 0.25 - } - - texture_unit - { - cubic_texture cubescene.jpg combinedUVW - tex_address_mode clamp - env_map cubic_reflection - } - } - } -} -material Examples/Water8 -{ - technique - { - pass - { - lighting off - scene_blend add - depth_write off - cull_hardware none - cull_software none - - texture_unit - { - cubic_texture cubescene.jpg combinedUVW - tex_address_mode clamp - env_map cubic_reflection - } - } - } -}