View Single Post
Old Nov 14th, 2006, 3:22 PM   #9
MBirchmeier
Hobbyist Programmer
 
Join Date: Oct 2005
Posts: 211
Rep Power: 4 MBirchmeier is on a distinguished road
Keep in mind a bitmap is a static image. Perhaps you're looking to create a bitmap, or perhaps you're looking to create an animation. If you're looking to animate you'd need a graphics library (e.g. openGL etc.) if you're just looking to take a snapshot of a scenario you could create a bitmap.

-MBirchmeier
MBirchmeier is offline   Reply With Quote