Re: I don't expect solution... but,
- Posted by Lee woo seob <wslee at HHI.CO.KR> Jun 30, 1997
- 796 views
Lucius L Hilley III wrote: >How's 320x200 with 256 colors and unlimited pages sound? >Sound to good to be true? Well right now it is BUT. >I will get to work on a polygon routine for our faster >virtual screens. We already have vpixel() which is simply >virtual pixel. I am sure that vpolygon() is possible. It sounds best! >Pete Eberlein's fill() will come in quite handy with >this task. Pete's fill() is based on the pixel color information from get_pixel(). i think the filling algorithm of polygon() is different with that of Pete's, considering the filling speed of polygon(). The polygon() may be based on other algorithm which is mathmatical or topological... Rob Craig, the creator of polygon() routine, might have something to tell us, which is useful in developing vpolygon()... Regards, from Lee woo seob...