Path: chuka.playstation.co.uk!news From: "Andrew Murray" Newsgroups: scee.yaroze.freetalk.english Subject: Re: Reversing a GsSPRITE Date: Thu, 16 Jan 2003 13:36:05 -0000 Organization: PlayStation Net Yaroze (SCEE) Lines: 44 Message-ID: References: <01c2bcf0$e475e620$8500a8c0@pal-s-omnibook> NNTP-Posting-Host: pc-80-195-74-46-dn.blueyonder.co.uk X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Yeah, it was GsSortFastSprite that I was using, guess I should have saw that one comming. Now though it doesn't draw the sprites at all, for some weird reason, I'll have to fix that, then if the horizontal flip thing works I'll reply agian. Thanks for the help, Andy "Peter Dollochan" wrote in message news:b04vfu$9vi1@www.netyaroze-europe.com... > Setting scalex / scaley to -ONE is the same as the GsCell inversion flags, > however as Peter correctly pointed out you need to use GsSortSprite not the > Fast version as that ignores scale and rotation data the the GsSprite > stucture. > I think you can find some references to this sort of thing in the 2d > newsgroup from a while back. > > Pete. > > "pal" wrote in message > news:01c2bcf0$e475e620$8500a8c0@pal-s-omnibook... > > Peter Armstrong wrote in article > > ... > > > Make sure you're drawing the sprite with GsSortSprite and not > > > GsSortFastSprite. Look under GsSprite in the library reference as it has > > > more information on rotation and scaling. > > > > I don't think that what he wants can be achieved through rotation or > > scaling. He's looking for something like the inversion flag in GsCELL's. A > > 3d rotation should do the job, which would be expected to be easy for the > > PSX, however GsSPRITE's do not seem to handle this... unless I've missed > > something? > > > > ...maybe drawing a single-cell GsMAP would do the job, although it's not > > elegant. Using a 3d rotation would be nicer but surely less easy. > > > >