Results 1 to 7 of 7

Thread: Tutorial - Anti-Alias Pixels

Threaded View

  1. #1

    Thread Starter
    Frenzied Member cyborg's Avatar
    Join Date
    May 2000
    Location
    Sweden
    Posts
    1,755

    Tutorial - Anti-Alias Pixels

    Introduction:

    This tutorial will teach you how to draw anti-aliased (AA) pixels.

    For those who don't know what an anti-aliased pixel is, here's an explenation:
    When drawing pixels you are limited to the resolution of the monitor, but with
    AA-pixels you can simulate that you draw pixels inbetween the actual monitor pixels.
    This will result in a really smooth look of anything you draw in your program.

    I will keep this tutorial as simple as i can, and i will not use any API because
    that might be hard to follow for anyone that is not that experienced with Visual Basic.
    I will however attach a fast exaple using API in the last part.

    Here's an image that shows what AA looks like.

    Attached Images Attached Images  
    Check out the FAQ and do a search before you post.
    My tutorials: Anti-Alias Pixels, Accurate Game Loop, Resource File

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width