General Discussion > Computer Projects and Ideas

3D Polygons on a TRS-80 Color Computer

(1/1)

Spyro543:
I just got a TRS-80 last week and I've been programming for it. This program displays 3D wireframes using polygons! The camera can also move and zoom, which helps show that there is actually depth.

Here are some pictures:
Here is a cube rendered by the program.


Here is the same cube, with the camera manipuated so that the cube can be seen better.


Here are the coordinates of the cube. Each data statement holds coords for one polygon, and they are structured like this: DATA x1,y1,z1,x2,y2,z2,x3,y3,z3


I'll be posting source code soon.

TIfanx1999:
That's pretty neat looking! :D What language is this done in?

Spyro543:

--- Quote from: Art_of_camelot on May 08, 2015, 09:59:06 am ---What language is this done in?

--- End quote ---
It's programmed in Extended Color BASIC.

Navigation

[0] Message Index

Go to full version