Re: pfa file format

New Message Reply Date view Thread view Subject view Author view

Allan Schaffer (allan++at++sgi.com)
Wed, 27 Oct 1999 10:41:15 -0700 (PDT)


On Oct 25, 2:33pm, Wilfried Zeise wrote:
> where can I find a description or documentation of IRIS Performer's file
> format pfa?

Only in source code:

   /usr/share/Performer/src/lib/libpfdb/libpfpfb/pfpfb.c

PFA is essentially an ascii dump of PFB format. The general
structure of both is a header block, and then a series of lists based
on pfObject type -- each list contains all the objects of that type
in the scene graph. Connection info is stored as list indexes.

PFA & PFB are subject to periodic structure changes [whenever the
underlying objects change] so it's not the best interchange format in
the world -- PFB files from one major release of Performer might not
even work with the next major release. But once you get a feel for
the code, it's pretty easy to modify for any changes.

Allan

-- 
Allan Schaffer                                            allan++at++sgi.com
Silicon Graphics                           http://reality.sgi.com/allan

New Message Reply Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b2 on Wed Oct 27 1999 - 10:41:23 PDT

This message has been cleansed for anti-spam protection. Replace '++at++' in any mail addresses with the '@' symbol.