Update of /cvsroot/playerstage/code/stage/worlds
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13640/worlds

Modified Files:
      Tag: opengl
        simple.world 
Log Message:
tracking down a crash bug

Index: simple.world
===================================================================
RCS file: /cvsroot/playerstage/code/stage/worlds/simple.world,v
retrieving revision 1.64.2.5
retrieving revision 1.64.2.6
diff -C2 -d -r1.64.2.5 -r1.64.2.6
*** simple.world        5 Jan 2007 05:53:54 -0000       1.64.2.5
--- simple.world        6 Jan 2007 02:21:29 -0000       1.64.2.6
***************
*** 30,38 ****
  
  # load an environment bitmap
! map
! ( 
!   size [16 16]
!   bitmap "bitmaps/cave.png"
! )
  
  
--- 30,38 ----
  
  # load an environment bitmap
! #map
! #( 
! #  size [16 16]
! #  bitmap "bitmaps/cave.png"
! #)
  
  
***************
*** 61,64 ****
--- 61,82 ----
    pose [4.211 2.518 27.811]
    size [1 1]
+ 
+   polygons 2
+   polygon[0].points 8
+   polygon[0].point[0] [  0.23  0.05 ]
+   polygon[0].point[1] [  0.15  0.15 ]
+   polygon[0].point[2] [ -0.15  0.15 ]
+   polygon[0].point[3] [ -0.23  0.05 ]
+   polygon[0].point[4] [ -0.23 -0.05 ]
+   polygon[0].point[5] [ -0.15 -0.15 ]
+   polygon[0].point[6] [  0.15 -0.15 ]
+   polygon[0].point[7] [  0.23 -0.05 ]
+ 
+   polygon[1].points 4
+   polygon[1].point[0] [  1.23  0.05 ]
+   polygon[1].point[1] [  1.15  0.15 ]
+   polygon[1].point[2] [ -1.15  0.15 ]
+   polygon[1].point[3] [ -1.23  0.05 ]
+ 
  )
  


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to