Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!ucsd!ucbvax!AERO4.LARC.NASA.GOV!blbates From: blbates@AERO4.LARC.NASA.GOV ("Brent L. Bates AAD/TAB MS361 x42854") Newsgroups: comp.sys.sgi Subject: Re: gl question - editing large objects Message-ID: <9007251348.AA02714@aero4.larc.nasa.gov> Date: 25 Jul 90 13:48:11 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 18 I never use the object commands (until recently, when it was the easiest way to do things and then it only had transformations in it). The way I read the manuals the object commands were kept for backward compatability and would be slower than just executing the drawing commands. I use mainly FORTRAN, but, this is what I do. I store the information in arrays and use do loops, etc. and plot the information. If you change the array information you don't have to do any object edits. I suppose in C it would be easier to create data structures that would make things easier, but I am still a novice C programmer. -- Brent L. Bates NASA-Langley Research Center M.S. 361 Hampton, Virginia 23665-5225 (804) 864-2854 E-mail: blbates@aero4.larc.nasa.gov or blbates@aero2.larc.nasa.gov