Draw objects

Started by
1 comment, last by Re Kaioh 23 years, 4 months ago
Hello! I''m developing a 3d engine in VB (no OpenGL or DirectX), but at the moment it''s really slow... To draw objects I''m using Win API: PolyPolyline, LineTo and SetPixelV: what can I do to speed up draw routines ? Thanks. ByE :-)
Advertisement
Draw the scene to an array in memory, and call SetDIBitsToDevice.
Hehe very hard that API
Btw thanks, I''ll try...

This topic is closed to new replies.

Advertisement