[Opal-commits] opal/samples/data/materials basic.material,1.1,1.2 skyboxes.material,1.1,1.2
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-04-01 23:14:00
|
Update of /cvsroot/opal/opal/samples/data/materials In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30340/samples/data/materials Modified Files: basic.material skyboxes.material Log Message: added stuff to the playpen sample app Index: basic.material =================================================================== RCS file: /cvsroot/opal/opal/samples/data/materials/basic.material,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** basic.material 31 Mar 2005 08:47:20 -0000 1.1 --- basic.material 1 Apr 2005 23:13:48 -0000 1.2 *************** *** 1,15 **** 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 ! } ! } } --- 1,47 ---- material Plastic/Red { ! receive_shadows on ! ! technique ! { ! pass ! { ! ambient 1 0 0 ! diffuse 1 0 0 ! specular 0.2 0.2 0.2 50 ! emissive 0 0 0 ! } ! } ! } ! ! material Plastic/Blue ! { ! receive_shadows on ! ! technique ! { ! pass ! { ! ambient 0 0 1 ! diffuse 0 0 1 ! specular 0.2 0.2 0.2 50 ! emissive 0 0 0 ! } ! } } + material Plastic/Gray + { + receive_shadows on + + technique + { + pass + { + ambient 0.5 0.5 0.5 + diffuse 0.5 0.5 0.5 + specular 0.2 0.2 0.2 50 + emissive 0 0 0 + } + } + } Index: skyboxes.material =================================================================== RCS file: /cvsroot/opal/opal/samples/data/materials/skyboxes.material,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** skyboxes.material 31 Mar 2005 08:47:20 -0000 1.1 --- skyboxes.material 1 Apr 2005 23:13:48 -0000 1.2 *************** *** 1,3 **** ! material FlatGray { technique --- 1,3 ---- ! material Skyboxes/Gray { technique |