[Opal-commits] opal/samples/data/overlays general.overlay,1.1,1.2
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-04-15 08:51:21
|
Update of /cvsroot/opal/opal/samples/data/overlays In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10352/samples/data/overlays Modified Files: general.overlay Log Message: changed Simulator::instantiateBlueprint to apply scaling (of Shape dimensions and Solid transforms) before applying the additional Blueprint transform; made the playpen sample app cool Index: general.overlay =================================================================== RCS file: /cvsroot/opal/opal/samples/data/overlays/general.overlay,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** general.overlay 6 Apr 2005 04:48:45 -0000 1.1 --- general.overlay 15 Apr 2005 08:50:40 -0000 1.2 *************** *** 7,14 **** { // Center it horzontally, put it at the top ! left 0.493 ! top 0.495 width 0.01 ! height 0.014 material Special/Crosshair } --- 7,14 ---- { // Center it horzontally, put it at the top ! left 0.495 ! top 0.494 width 0.01 ! height 0.012 material Special/Crosshair } |