[Orxonox-commit 4794] r9463 - in data/trunk: images/effects materials
davidsa at orxonox.net
davidsa at orxonox.net
Sun Nov 25 19:39:17 CET 2012
Author: davidsa
Date: 2012-11-25 19:39:16 +0100 (Sun, 25 Nov 2012)
New Revision: 9463
Added:
data/trunk/images/effects/lensflare-bursthalo.png
data/trunk/images/effects/lensflare-halo1.png
data/trunk/images/effects/lensflare-halo2.png
data/trunk/images/effects/lensflare-halo3.png
Removed:
data/trunk/images/effects/lensflare-halo.png
Modified:
data/trunk/images/effects/lensflare-burst.png
data/trunk/materials/lensflare.material
Log:
updated lensflare.material and textures
Modified: data/trunk/images/effects/lensflare-burst.png
===================================================================
(Binary files differ)
Added: data/trunk/images/effects/lensflare-bursthalo.png
===================================================================
(Binary files differ)
Property changes on: data/trunk/images/effects/lensflare-bursthalo.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Deleted: data/trunk/images/effects/lensflare-halo.png
===================================================================
(Binary files differ)
Added: data/trunk/images/effects/lensflare-halo1.png
===================================================================
(Binary files differ)
Property changes on: data/trunk/images/effects/lensflare-halo1.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: data/trunk/images/effects/lensflare-halo2.png
===================================================================
(Binary files differ)
Property changes on: data/trunk/images/effects/lensflare-halo2.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Added: data/trunk/images/effects/lensflare-halo3.png
===================================================================
(Binary files differ)
Property changes on: data/trunk/images/effects/lensflare-halo3.png
___________________________________________________________________
Added: svn:mime-type
+ image/png
Modified: data/trunk/materials/lensflare.material
===================================================================
--- data/trunk/materials/lensflare.material 2012-11-20 17:47:28 UTC (rev 9462)
+++ data/trunk/materials/lensflare.material 2012-11-25 18:39:16 UTC (rev 9463)
@@ -1,4 +1,4 @@
-material lensflare/halo
+material lensflare/halo1
{
technique
{
@@ -7,6 +7,7 @@
lighting off
scene_blend src_alpha dest_alpha
depth_write off
+ depth_check off
cull_hardware none
cull_software none
@@ -14,13 +15,82 @@
texture_unit
{
tex_address_mode clamp
- texture lensflare-halo.png
+ texture lensflare-halo1.png
}
}
}
}
+material lensflare/halo2
+ {
+ technique
+ {
+ pass
+ {
+ lighting off
+ scene_blend src_alpha dest_alpha
+ depth_write off
+ depth_check off
+
+ cull_hardware none
+ cull_software none
+
+ texture_unit
+ {
+ tex_address_mode clamp
+ texture lensflare-halo2.png
+ }
+ }
+ }
+ }
+material lensflare/halo3
+ {
+ technique
+ {
+ pass
+ {
+ lighting off
+ scene_blend src_alpha dest_alpha
+ depth_write off
+ depth_check off
+
+ cull_hardware none
+ cull_software none
+
+ texture_unit
+ {
+ tex_address_mode clamp
+ texture lensflare-halo1.png
+ }
+ }
+ }
+ }
+
+material lensflare/bursthalo
+ {
+ technique
+ {
+ pass
+ {
+ lighting off
+ scene_blend src_alpha dest_alpha
+ depth_write off
+ depth_check off
+
+ cull_hardware none
+ cull_software none
+
+ texture_unit
+ {
+ tex_address_mode clamp
+ texture lensflare-bursthalo.png
+ }
+ }
+ }
+ }
+
+
material lensflare/burst
{
technique
More information about the Orxonox-commit
mailing list