From: Markus R. <rol...@us...> - 2007-04-09 17:39:44
|
Update of /cvsroot/simspark/simspark/contrib/rsgedit In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv16073 Modified Files: rsgedit.rb Log Message: - added material 'matSelected' that is used to highlight the selected object Index: rsgedit.rb =================================================================== RCS file: /cvsroot/simspark/simspark/contrib/rsgedit/rsgedit.rb,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** rsgedit.rb 15 Mar 2007 07:26:24 -0000 1.5 --- rsgedit.rb 9 Apr 2007 17:39:38 -0000 1.6 *************** *** 64,65 **** --- 64,67 ---- material.setDiffuse(0.1,0.1,0.1,1.0) + material = new('kerosin/MaterialSolid', $serverPath+'material/matSelected'); + material.setDiffuse(0.9,0.9,1.0,0.9) |