Author Topic: 3D Polygons on a TRS-80 Color Computer  (Read 4256 times)

0 Members and 1 Guest are viewing this topic.

Offline Spyro543

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1189
  • Rating: +74/-3
    • View Profile
3D Polygons on a TRS-80 Color Computer
« on: May 06, 2015, 04:18:54 pm »
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.

Offline TIfanx1999

  • ಠ_ಠ ( ͡° ͜ʖ ͡°)
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 6173
  • Rating: +191/-9
    • View Profile
Re: 3D Polygons on a TRS-80 Color Computer
« Reply #1 on: May 08, 2015, 09:59:06 am »
That's pretty neat looking! :D What language is this done in?

Offline Spyro543

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1189
  • Rating: +74/-3
    • View Profile
Re: 3D Polygons on a TRS-80 Color Computer
« Reply #2 on: May 08, 2015, 01:32:47 pm »
What language is this done in?
It's programmed in Extended Color BASIC.