www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: klimmtjaques on July 15, 2015, 07:04:43 pm

Title: Fullscreen help
Post by: klimmtjaques on July 15, 2015, 07:04:43 pm
I need some help with setting my app to be in fullscreen.
So far all I've done is setting
Code: [Select]
Config.glFullscreen=true;
buffer = new FrameBuffer(screenWidth,screenHeight, FrameBuffer.SAMPLINGMODE_NORMAL);

The app ended up not taking the whole screen space, but only the about the top left quarter.
Here's a screenshot:
http://www.tiikoni.com/tis/view/?id=3b05852
I'm in hardware mode but prepared to go to software mode to get this to work.

I tried it in my Laptop's native resolution and it's not an issue, but I would really like to get other resolutions to work for plugging it into a beamer.
Title: Re: Fullscreen help
Post by: EgonOlsen on July 15, 2015, 08:51:50 pm
Strange. After reading your post, I expected that you run Linux, where these issues aren't sso uncommon. But this is Windows...well...what's your actual desktop resolution and which values are you using for creating the FrameBuffer. Also, what does the engine logs if you set Config.glVerbose=true;?