From: <spo...@us...> - 2007-05-29 22:58:20
|
Revision: 515 http://svn.sourceforge.net/opengate/?rev=515&view=rev Author: spom_spom Date: 2007-05-29 15:58:20 -0700 (Tue, 29 May 2007) Log Message: ----------- Added asteroid to play with it Added Paths: ----------- trunk/data/misc/asteroids/ trunk/data/misc/asteroids/asteroid1.blend trunk/data/misc/asteroids/asteroid1.mesh trunk/data/misc/asteroids/asteroid_normal.png trunk/data/misc/asteroids/asteroids.material Added: trunk/data/misc/asteroids/asteroid1.blend =================================================================== (Binary files differ) Property changes on: trunk/data/misc/asteroids/asteroid1.blend ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/data/misc/asteroids/asteroid1.mesh =================================================================== (Binary files differ) Property changes on: trunk/data/misc/asteroids/asteroid1.mesh ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/data/misc/asteroids/asteroid_normal.png =================================================================== (Binary files differ) Property changes on: trunk/data/misc/asteroids/asteroid_normal.png ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Added: trunk/data/misc/asteroids/asteroids.material =================================================================== --- trunk/data/misc/asteroids/asteroids.material (rev 0) +++ trunk/data/misc/asteroids/asteroids.material 2007-05-29 22:58:20 UTC (rev 515) @@ -0,0 +1,25 @@ +material asteroid/TEXFACE/asteroid_normal.png +{ + receive_shadows on + technique + { + pass + { + ambient 0.500000 0.500000 0.500000 1.000000 + diffuse 0.800000 0.800000 0.800000 1.000000 + emissive 0.000000 0.000000 0.000000 1.000000 + texture_unit + { + texture asteroid_normal.png + colour_op modulate + } + } + pass + { + ambient 0.0 0.0 0.0 + diffuse 0.0 0.0 0.0 + specular 0.500000 0.500000 0.500000 1.000000 12.500000 + scene_blend add + } + } +} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |