[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 264: mysqli_fetch_assoc(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/db/driver/mysqli.php on line 326: mysqli_free_result(): Couldn't fetch mysqli_result
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4149: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3027)
Pete's QBASIC Site • 3D rendering in QBasic [RAYCASTING]
Page 1 of 1

3D rendering in QBasic [RAYCASTING]

Posted: Thu Apr 07, 2011 6:33 am
by Kiyotewolf
COPYPASTA from another forum cause it's very useful here.

~7R0N!

Any high level techie's might wanna research here, like I am, to start over making a light cycle, from simple geometric shapes, ray cast'ed, like the techie's had to, when they MADE the graphics.

http://web.archive.org/web/200803060023 ... n/Main.htm

I'm going to find all the high level polynomial functions it takes, to create an old school light cycle, from scratch.

~~~

I was showing how people could learn to draw a light cycle from the TRON movie, by actually devising the math to do it themselves.
If you click that link, it will give you that, as well as a bunch of SVGA working code, SPECIFICALLY designed for QBasic.



~Kiyote!