home *** CD-ROM | disk | FTP | other *** search
/ 3D Game Programming for Teens (2nd Edition) / 3DGPFT2E.iso / Source / Chapter03 / demo03-12.bb < prev    next >
Text File  |  2009-01-20  |  161b  |  8 lines

  1. ;demo03-12.bb - Shows the size of a single pixel
  2. Graphics 640,480,0,2
  3.  
  4. ;set color to white
  5. Color 255,255,255 
  6. ; plot pixel in center
  7. Plot 320,200 
  8. WaitKey