This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.
Search Results (2 messages)
Tom, I've uploaded the following to DL 5: 3DPM_E.ARC – Executable code, user instructions, and sample files; ready to run on 286/EGA/Co-processor 3DPM.ARC – Source code in C and Assembly, nmake file, and sample files; can be adapted somewhat to other hardware with compile switches (remove /G2 for other than…
76645,63, I've recently written a crude version of Painter's algorithm as part of a 3d perspective modeling program (using QC). In concept, it simply sorts shapes in an array by their back plane, then fills them from back to front to build up a 3d image. I'd like to see…