Search found 2 matches

by PhilPotter
February 3rd, 2017, 11:22 am
Forum: Graphics/GPU
Topic: Screen update query
Replies: 1
Views: 5156

Re: Screen update query

Solved this on my own in the end - I was causing a rounding error of some kind when converting the vertex coordinates to OpenGL coordinates. I was dividing the vertex coordinates by 511.5 then subtracting 1.0 to get the GL coordinate - must have thought that was a good idea (probably because I figur...
by PhilPotter
January 27th, 2017, 11:18 pm
Forum: Graphics/GPU
Topic: Screen update query
Replies: 1
Views: 5156

Screen update query

Dear All, I'm currently working on a new Java + OpenGL 4.x based emulator that I wrote from scratch, based on available docs and using NO$PSX's debugger as a help in testing things. This was part of my university degree which is now finished, and although I didn't fully finish the emulator, I got it...