Re: TIB: If anyone cares...


[Prev][Next][Index][Thread]

Re: TIB: If anyone cares...




In a message dated 6/10/98 1:09:37 AM Central Daylight Time, TurboSoft@AOL.COM
writes:

> what does raycasting do?

Raycasting is a technique of drawing a three dimensional world by "casting"
out a line for each column of the screen and tracing it each step of the way
until it hits a wall, then calculating the distance that it had to travel
until it hits the wall.  Based on the distance, we can figure out the height
of the line we need to draw, then draw it.  After that is done, we go on to
the next column of the screen and repeat until all 128 columns of the screen
have been drawn.  It's not really that compilcated, but it's a killer to try
to explain it.