Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using GE Debugger to find Texture Coords
01-10-2015, 11:35 AM (This post was last modified: 01-10-2015 12:24 PM by Calivi.)
Post: #8
RE: Using GE Debugger to find Texture Coords
Hi everyone!
It has been a while. I just wanted to let you know I managed to find the on screen texture coordinates.

The game actually was using floating point values to fill the World 2 matrix, which is then used to ransform the fixed vector that I was talking about in the previous post. With a bit of backtrace of the code, I managed to find out that these values are actually integers that get converted to floating point with the pair mtc1/cvt.s.w.

Thank you very much for this wonderful emulator and especially to Kingcom for this awesome debugger!
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 - Calivi - 01-10-2015 11:35 AM

Forum Jump: