3DGRAPH.BAS - GW-BASIC, 3D Isometric Graph VIDEO
Isometric 3D in 640x200 resolution, 4-color mode, from Tandy 1000 graphics in GW-BASIC. Running on the PC-BASIC emulator. It uses the PAINT (fill) command, via averaging the 4 points of the polygon, which is not necessarily flat, so this can break (and then paint the entire screen). Also, since PAINT needs a border color, you cannot use the same colors as the final line drawings. Therefore, you must draw the lines a different color, then PAINT fill, then redraw the lines.
My playlists:
--------------------
- Voxel: https://youtu.be/watch?v=XCVWEuhCCDM&list=PLjnbT4UISq0bQF1g85tE9jTrKfEtdRYlY
- Road: https://youtu.be/watch?v=ck5ALX11YU4&list=PLjnbT4UISq0bnfd1RC3M4PgTgkmhlkikV
- Ray Casting 3D: https://youtu.be/watch?v=zjswXUTMP2o&list=PLjnbT4UISq0YcFtRFjFQqK0g6ONNCtrvY
- Side-Scroll Shmup: https://youtu.be/watch?v=fF4X8zN-Raw&list=PLjnbT4UISq0Y_7IAN_zUzxgZnfhXxo_0Q
- MonoGame Tutorial: https://youtube.com/watch?v=WW1dJnfXWb0&list=PLjnbT4UISq0adw__Y9B2eXA0LL35TyORU
My websites:
---------------------
- my GitHub: https://github.com/JDoucette
- my company: http://xona.com
- my Blog: http://thefirstpixel.com
Other Videos By Jason Doucette 2021-11-11 SPIRAL.BAS - GW-BASIC, spiral via 4 mirrored line-graph-curves 2021-11-11 ELIPSE.BAS - GW-BASIC, ellipse drawing program 2021-11-11 CIRCLES1.BAS - GW-BASIC, 16-color circles in 160x200 mode 2021-11-11 BOUNCE.BAS - GW-BASIC, physics demo ball bouncing 2021-11-11 LINESUB.BAS - GW-BASIC, line drawing subroutine 2021-11-11 PERSPECT.BAS - GW-BASIC, Perspective drawing using geometry measures 2021-11-11 MIX*.BAS - GW-BASIC, mix 16-color in 320x200 & 4-color in 640x200 2021-11-10 BOMB2.BAS - GW-BASIC, 2-player bomb dropping target game 2021-11-10 BOMB.BAS - GW-BASIC, 1-player bomb dropping target game 2021-11-09 ALPHABET.BAS - GW-BASIC, bubble sort program 2021-11-09 3DGRAPH.BAS - GW-BASIC, 3D Isometric Graph 2021-11-09 CATRUN.BAS - GW-BASIC, cat animation 2021-11-07 80COL.BAS - GW-BASIC, 80 column text, 3x5 font, 320x200 Tandy/CGA 2021-11-04 Super Mario Bros. 2 (USA) - World 7-1, 7-2, Ending 2021-11-04 Super Mario Bros. 2 (USA) - World 6-1, 6-2, 6-3 2021-11-04 Super Mario Bros. 2 (USA) - World 5-1, 5-2, 5-3 2021-11-03 Super Mario Bros. 2 (USA) - World 4-1, 4-2, 4-3 2021-11-03 Super Mario Bros. 2 (USA) - World 3-1, 3-2, ,3-3 2021-11-03 Super Mario Bros. 2 (USA) - World 2-1, 2-2, 2-3 2021-11-01 Super Mario Bros. 2 (USA) - World 1-1, 1-2, 1-3 2021-10-21 Ex-Zodiac (Star Fox style retro game) Demo