From: Dan P. <ba...@al...> - 2006-06-07 00:06:46
|
On Jun 06, Atani wrote: > I havent seen any information on this one yet... But cool that you are > still working on DC stuff sometimes :) Off and on. http://www.cagames.com/phpBB2/viewtopic.php?t=579&start=25 > >Haven't hit audio at all yet. > > Good luck with that, it still needs a bit of work in Tiki for anything > but OSX from my experiences so far :( So I've heard. I'll probably have to hit that up next. > Sure, thats why I posted it here, see what people think of consolidating > the plx_* calls into a more Tiki like call, which can be platform > overriden (specifically DC) ... > Thats exactly what I was after :) Cool. I might look into doing that. It's a little bit wacky to have all that indirection (plx emu -> Tiki prims -> plx real -> pvr ~:). On second though what might be better is to just move everything over to GL calls and then if you have something that really needs the speed, you can optimize it at the app level for the DC. Which I think was the other thing you were suggesting. :) |