Search:

Type: Posts; User: merlin_jim

Search: Search took 0.03 seconds.

  1. Replies
    19
    Views
    5,906

    Re: Bresenham won't work for me :(

    Oh I forgot to mention...

    Another handy optimisation if you're drawing to a byte array is to forgo the plot pixel altogether and only compute the y component of the address when it changes...
    ...
  2. Replies
    19
    Views
    5,906

    Re: Bresenham won't work for me :(

    I'm not sure about the MASM but you might wanna optimise your base code and just redo hoping you don't make the same mistake...

    here's some optimised from your code (I just optimised it for my...
Results 1 to 2 of 2



Click Here to Expand Forum to Full Width