Path: chuka.playstation.co.uk!scea!greg_labrec@interactive.sony.com From: mperdue@iquest.net (Mario Perdue) Newsgroups: scea.yaroze.programming.2d_graphics Subject: Re: ot? packet? Date: Thu, 12 Jun 1997 12:55:25 GMT Organization: SCEA Net Yaroze News Lines: 25 Message-ID: <339feff3.710554@205.149.189.29> References: <339F7006.C08@erols.com> NNTP-Posting-Host: firewall.hrtc.net X-Newsreader: Forte Free Agent 1.1/32.230 Clint, An Ordering Table is a list of drawing instructions sorted by Z-Order. A packet is the smallest drawing unit that the GPU can handle. In your program, you build the Ordering Table using the various GsSort functions. Then you call GsDrawOt() to do the actual drawing. As the GPU is building your display, it uses the Packet area as its 'work space.' Mario On Wed, 11 Jun 1997 23:41:58 -0400, Clint Kelly wrote: >(Please excuse my ignorance, but...) > >First, what *is* an ordering table? > >Second, what is a packet? > >Any help appreciated... > >Clint