X-Originating-IP: [137.99.173.54] From: "Mike Romano" To: drpeters@engr.uconnvm.uconn.edu Cc: tpeters@brc.uconn.edu Subject: glutMainLoop() Date: Mon, 18 Sep 2000 12:50:04 EDT Mime-Version: 1.0 X-OriginalArrivalTime: 18 Sep 2000 16:50:04.0122 (UTC) FILETIME=[7E1D23A0:01C02190] Dr. Peters, turns out that it matters that the glut event driven callback functions (e.g. glutMouseFunc(), glutKeybaordFunc(), glutIdleFunc() ) are registered BEFORE the glutMainLoop() function inside the main(). i don't believe that this is indicated in the text, and i assume others will run into this same problem. This solved the problem i spoke with you about in class (event functions not registered BEFORE the glutMainLoop() are simply ignored, and no explanation is given) after i moved the glutMainLoop() to the end, all was well. Mike Romano