CompuServe Archive

This is an archive of CompuServe forum messages from 1985 to 1995, as saved in transcripts by John Foust.

Search Results (2 messages)

#23730 Graphics Message #23739
From: Lowell DDJ Forum · General/DDJ office January 24, 1990 5:09 PM
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…
#23604 #Graphics Message #23715
From: Lowell DDJ Forum · General/DDJ office January 22, 1990 8:39 PM
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…