changeset 15:c821f69fc167

neue und angepasste Ressourcen
author kalimgard
date Fri, 03 Oct 2008 10:53:18 +0000
parents c0da8ff7daeb
children f91e0e1ba856
files resources/materials/scripts/Item.material resources/materials/scripts/lich.material resources/materials/scripts/warrior.material resources/materials/textures/item.png resources/materials/textures/undead_color.png resources/models/lich.mesh resources/models/warrior.mesh resources/models/warrior.skeleton
diffstat 8 files changed, 38 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/resources/materials/scripts/Item.material	Fri Oct 03 10:53:18 2008 +0000
@@ -0,0 +1,23 @@
+material Item
+{
+	technique
+	{
+		pass
+		{
+			ambient 0.8 0.8 0.8 1
+			diffuse 1 1 1 1
+			specular 0 0 0 1
+			emissive 0 0 0
+
+			texture_unit
+			{
+				texture item.png
+				tex_coord_set 0
+				colour_op modulate
+				scale 1 1
+				scroll 0 0
+				rotate 0
+			}
+		}
+	}
+}
--- a/resources/materials/scripts/lich.material	Wed Oct 01 16:23:47 2008 +0000
+++ b/resources/materials/scripts/lich.material	Fri Oct 03 10:53:18 2008 +0000
@@ -11,7 +11,7 @@
 
 			texture_unit
 			{
-				texture lich.png
+				texture undead_color.png
 				tex_coord_set 0
 				colour_op modulate
 				scale 1 1
@@ -21,3 +21,16 @@
 		}
 	}
 }
+material blinn2
+{
+	technique
+	{
+		pass
+		{
+			ambient 0.8 0.8 0.8 1
+			diffuse 0 0 0 1
+			specular 0.5 0.5 0.5 3.33333
+			emissive 0 0 0
+		}
+	}
+}
--- a/resources/materials/scripts/warrior.material	Wed Oct 01 16:23:47 2008 +0000
+++ b/resources/materials/scripts/warrior.material	Fri Oct 03 10:53:18 2008 +0000
@@ -4,7 +4,7 @@
 	{
 		pass
 		{
-			ambient 0.8 0.8 0.8 1
+			ambient 1 1 1 1
 			diffuse 1 1 1 1
 			specular 0 0 0 1
 			emissive 0 0 0
Binary file resources/materials/textures/item.png has changed
Binary file resources/materials/textures/undead_color.png has changed
Binary file resources/models/lich.mesh has changed
Binary file resources/models/warrior.mesh has changed
Binary file resources/models/warrior.skeleton has changed