VeTaL Posted April 25, 2011 Share Posted April 25, 2011 If i remember correct, in 2.30 there were normal image drawing. In current version, images are mirrored - i spent about a week having sex with MyGUI and imgui (from Chris's project). In both GUI's i have the same problems: i cant see rendered GUI images (in better case, i can see text: http://leadwerks.com/werkspace/index.php/topic/3100-mygui-and-leadwerks/page__gopid__28676#entry28676). About working with imgui (which MUST works with LE as it can be seen on his video): Code for panel creation: imguiBeginScrollArea("Debug", x, y, w, h, &debugScroll); Chris's settings for debug panel: x = 814, y = 10, w = 200, h = 768 (they are counted by his formula for my monitor) Result: (sorry for posting this video again, just want to be clear. panel is in the right-down corner) But i can see nothing on the screen with his settings. My settings for that panel: x = 940, y = 77, w = -879, h = 642 Result: Conclusion: some sh*t is going on with rendering panels in LE. Now they are mirrored vertical (my w is negative), detecting this leads to enormous loss of my time Quote Working on LeaFAQ Link to comment Share on other sites More sharing options...
VeTaL Posted April 27, 2011 Author Share Posted April 27, 2011 Ahh, at least... Quote Working on LeaFAQ 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.