Path: chuka.playstation.co.uk!news From: "Derek da Silva" Newsgroups: scee.yaroze.freetalk.english Subject: Re: Misc questions... Date: Sun, 14 Jul 2002 19:03:07 +0100 Organization: PlayStation Net Yaroze (SCEE) Lines: 22 Message-ID: References: <01c22b10$a30b67e0$7894933e@pal-s-omnibook> NNTP-Posting-Host: pc-62-30-77-144-az.blueyonder.co.uk X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Hi > Could someone explain me the meaning of GetTPage? I especially can't > understand why I'm supposed to give it a semi-transparency rate -- which > doesn't seem to have any consequences on my GsSprite's transparency > ability? I understand GetTPage is also used to calculate the TSB part of a TMD primitive (see the fileformats doc). > > Is it possible to use LoadImage to draw a background in interlace mode? I > can't get it to draw other than *above* everything else (whenever I call > it, even with a following DrawSync(0))... I tried this myself a few months ago. However, the problem is that LoadImage writes to both the odd and even lines, so both buffers are overwritten. Derek