12-27-2012, 10:23 AM
(12-26-2012, 10:27 AM)hyakki Wrote: r2946From the capture file, it seems that the issue is related to back-face culling. I've tried to test all combinations of flags related to this function in 3DStudio... and couldn't find any issue in the Jpcsp implementation . The behavior is always matching the PSP.
had some free time decided to do a full frame capture in hopes of solving the missing texture issue
To confirm that this issue is related to back-face culling, could you disable it completely by commenting out the line 3197 in VideoEngine:
Code:
private void executeCommandBCE() {
// context.cullFaceFlag.setEnabled(normalArgument);
}
Always include a complete log file at INFO level in your reports. Thanks! How to post a log