home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3D Game Programming for Teens (2nd Edition)
/
3DGPFT2E.iso
/
Source
/
Chapter03
/
demo03-12.bb
< prev
next >
Wrap
Text File
|
2009-01-20
|
161b
|
8 lines
;demo03-12.bb - Shows the size of a single pixel
Graphics 640,480,0,2
;set color to white
Color 255,255,255
; plot pixel in center
Plot 320,200
WaitKey