BBS: Inland Empire Archive Date: 03-24-92 (22:39) Number: 137 From: MARK KO Refer#: NONE To: RICK PEDLEY Recvd: NO Subj: Re:3d Graphics Conf: (2) Quik_Bas
Well, it's a time consuming process. Here it is in a nutshell. This will only work if you can plot the images by using points. The for every point that is normally plotted, two points are plotted. You have to rotate the image one degree to the left and then one degree to the right. You can do that with the following equations R = cos(pi/180) : S = sin(pi/180) xnew1 = xold * r - zold * s xnew2 = xold * (-r) - zold * (-s) The y coordinates are the same. Plot one image blue and the other red. Put on the glasses, you may have to reverse the colors of the two images I hope this helps you. --- RBBSMAIL 17.2A * Origin: Computer Co-Op RBBS HST, 609-784-9404 Voorhees NJ (RBBS-PC 1:266/29)
Books at Amazon:
Back to BASIC: The History, Corruption, and Future of the Language
Hackers: Heroes of the Computer Revolution (including Tiny BASIC)
Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution
The Advent of the Algorithm: The Idea that Rules the World
Moths in the Machine: The Power and Perils of Programming
Mastering Visual Basic .NET