• Please review our updated Terms and Rules here

1981 MTU ad for PET graphics

Hmm, I reckon that link looks rather similar to the one AndyG posted! :biggrin:

The math is pretty straightforward, but the real labor in realising a Spirograph emulator is in measuring the multiple hole-center radius's for each of the multiple wheels along with the diameters of the wheels themselves. Then there are the multiple start positions for each wheel too. All up it will take a fairly decent DATA array in BASIC.
 
Last edited:
It is raining and I was bored. I figured out a program that draws a wire-frame sphere in an orthographic projection to any angle (0 - 360 degrees) of rotation on the x and y axes that you tell it to. The program only computes the coordinates at which the lines intersect, so it executes fairly quickly. Execution time is mostly determined by the number of segments drawn and the sphere as photographed took 13 minutes to plot.

This is a true projection of an object defined in three-dimensional space by three Cartesian coordinates. I'm trying to figure out how to slice it to implement a hidden-line algorithm with the much more time consuming gazillions of points plotting method.

sphere1.jpg

sphere2.jpg
 
Old thread, but I thought I'd show off my KIM-1 w/ MTU-K-1008 graphics board running this plot... slightly sped up :)

 
Back
Top