[Opal-commits] opal/samples/data/materials basic.material,NONE,1.1 skyboxes.material,NONE,1.1
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-03-31 08:47:29
|
Update of /cvsroot/opal/opal/samples/data/materials In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17811/samples/data/materials Added Files: basic.material skyboxes.material Log Message: added some helper functions to Simulator; added data for ogre sample apps --- NEW FILE: basic.material --- material Plastic/Red { receive_shadows on technique { pass { ambient 0.000000 0.000000 0.000000 diffuse 0.9 0.0 0.0 specular 0.500000 0.500000 0.500000 50.000000 emissive 0.000000 0.000000 0.000000 } } } --- NEW FILE: skyboxes.material --- material FlatGray { technique { pass { lighting off depth_write off texture_unit { cubic_texture gray_fr.jpg gray_bk.jpg gray_lf.jpg gray_rt.jpg gray_up.jpg gray_dn.jpg separateUV tex_address_mode clamp } } } } |