Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using GE Debugger to find Texture Coords
10-21-2014, 01:46 AM
Post: #6
RE: Using GE Debugger to find Texture Coords
Well, there are ways that HLE can write to RAM still that don't trigger. But, also, games do not always reuse the same addresses for displaylists (annoyingly.) Even more, if it's using the same texture coordinates, it may not be changing the displaylist at all. It could run another displaylist, somewhere else, to update the matrix registers, or it can even use HLE to provide the matrix (sceGeSetMtx().)

For example, Final Fantasy 4 iirc doesn't draw in the way you might expect, vertex wise. It draws always to the same place, but translates the world matrix for each tile. Very "the spoon doesn't bend." In the GE debugger you can see the matrices, so you can see if they change each frame or prim.

-[Unknown]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Using GE Debugger to find Texture Coords - [Unknown] - 10-21-2014 01:46 AM

Forum Jump: