MadCat Posted February 19, 2016 Share Posted February 19, 2016 Hi Can you got more than 60FPS? Quote Link to comment Share on other sites More sharing options...
Slastraf Posted February 19, 2016 Share Posted February 19, 2016 It is 60 fps because this is the amount your monitor can handle. Quote Link to comment Share on other sites More sharing options...
Haydenmango Posted February 19, 2016 Share Posted February 19, 2016 You could be limited to 60 fps due to V-sync being enabled. You can change this through code using the context:Sync() command. More info - http://www.leadwerks.com/werkspace/page/api-reference/_/context/contextsync-r48 You will find the Sync() command somewhere in the Main.lua by default. If you find context:Sync(true) then change it to context:Sync(false) to disable v-sync and then you should be able to get above 60 fps if your scene isn't to complex. 2 Quote Check out my game Rogue Snowboarding- https://haydenmango.itch.io/roguesnowboarding Link to comment Share on other sites More sharing options...
MadCat Posted February 19, 2016 Author Share Posted February 19, 2016 thanks i'll give it a go Quote Link to comment Share on other sites More sharing options...
MadCat Posted February 20, 2016 Author Share Posted February 20, 2016 That worked Thank you 2 Quote Link to comment Share on other sites More sharing options...
Bytecroc Posted March 27, 2016 Share Posted March 27, 2016 Sorry that I reply that late, but I have had the problem in the past and Sync(false) solved not my problem. But NVidia Driver has swiched on in all programs VSync on. I put that off in NVidia Settings global. Possibly interessting for other users. Quote Leadwerks 4.x Pro, examples please for C++, english is not my native language. Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.