Search found 2 matches

by tommydanger
Mon Nov 26, 2007 6:24 am
Forum: PSP Development
Topic: .obj loader
Replies: 13
Views: 5836

hmm if you have double checked your imported obj values then the error lies in your rendering code. when i first executed my obj loader on the psp the output was like this : simple box but after I added sceKernelDcacheWritebackAll all was working as expected well I don't know if it really was sceKer...
by tommydanger
Mon Nov 26, 2007 5:54 am
Forum: PSP Development
Topic: .obj loader
Replies: 13
Views: 5836

I made one myself and I had strange glitches too but they were gone after I put a sceKernelDcacheWritebackAll() in front of my rendering code ;)