Path: utzoo!attcan!uunet!convex!killer!ames!pasteur!ucbvax!BRL.MIL!glennrp From: glennrp@BRL.MIL (Glenn Randers-Pehrson, WMB) Newsgroups: comp.sys.sgi Subject: reading/writing iris objects Message-ID: <8811180845.aa25688@TBD.BRL.MIL> Date: 18 Nov 88 13:45:55 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 29 This is a repeat of a request I made a few months ago. I would like to be able to write an object display list out on a file for later retrieval. The Fortran subroutines to do this would look like subroutine writeo(object,file) integer object,file c writes object number "object" on Fortran logical unit "file" . . . end subroutine readob(object,file) integer object,file c reads object number "object" from Fortran logical unit "file" . . . end Would someone consider putting together such subroutines, or else let me see the source for subroutine callob, from which I might be able to figure out how to write the routines I need? Has anyone done this already? Is there any documentation available showing how display lists are stored? Thanks... Glenn Randers-Pehrson