Advertisement

Latest resize Activity

Why doesn't this font-size resize function work correctly?

@a light breeze This slightly helped, as I have just realized what the problem was,

var docHeight = $(document).height();
var docWidth = $(document).width();

it was with these two functions, all I had to do to make it work the way that I wanted was by changing the document's to window so that it wasn…

5,406 views
Advertisement

@joakim.wennergren@databeams.se 

I think i solved it now. 

I replaced glfwPollEvents with glfwWaitEvents(). 

and replaced my cameralogic and passed the window to the draw functions again! 

Voilá:

5,760 views
Advertisement
Advertisement
Advertisement