Emulator Issues #12976
openProblem with wireframe mode in Rune factory frontier
0%
Description
Inside buildings the wireframe works fine, but outside it just shows some weird lines
Files
Updated by JMC4789 over 2 years ago
- Status changed from New to Questionable
If the game is rendering to a 2D plane, then there might not be anything we can do about this.
Updated by pokechu22 over 2 years ago
- Tracker changed from Issue to Emulator Issues
- Project changed from Infrastructure to Emulator
- Issue type set to Bug
- Regression set to No
- Relates to usability set to No
- Relates to performance set to No
- Easy set to No
- Relates to maintainability set to No
- Operating system N/A added
To clarify what "rendering to a 2D plane" means, the game might be making an EFB copy (basically a screenshot), then clearing the screen, then drawing that EFB copy over the whole screen. (It might do this for post-processing or bloom.) If it does that, then wireframe will only show the shape used for that line final draw (or rather, anything after the clear), which won't show much. This is an inherit limitation of wireframe and I don't know of a good solution for it.
Updated by iwubcode over 2 years ago
I can confirm that this game does render to a 2d plane when outside. I ran into this issue when trying to access depth from the game, perfectly accessible inside..not as accessible outside.
This can eventually be resolved by a graphics mod but we don't have that capability yet.