Search found 3 matches

by epsxk82
Tue Jan 27, 2015 02:36
Forum: Modifications / Integrations / Customisations
Topic: about NotifyDisplaysizeChanged in multiple window rendering
Replies: 6
Views: 12422

Re: about NotifyDisplaysizeChanged in multiple window render

I corrected the image URL. The GUI Library used in the above example is Winforms basically given in Visual Studio. In the example image above, the dialog is a form with 3 of child panels. Our rendering engine is rendering in 3 channel way each rendering channel rendering on a separate panel. As you ...
by epsxk82
Mon Jan 26, 2015 02:49
Forum: Modifications / Integrations / Customisations
Topic: about NotifyDisplaysizeChanged in multiple window rendering
Replies: 6
Views: 12422

Re: about NotifyDisplaysizeChanged in multiple window render

Here is the illustrative example. http://i.imgur.com/PyKsou7.jpg?1 About the windows, those can be any kind of windows. If in c++, those can be created with CreateWinodw from WINAPI. If in c#, those can be the user control such as Panel, Form from WinForms or WPF Control such as Frame, Canvas From W...
by epsxk82
Mon Jan 19, 2015 05:36
Forum: Modifications / Integrations / Customisations
Topic: about NotifyDisplaysizeChanged in multiple window rendering
Replies: 6
Views: 12422

about NotifyDisplaysizeChanged in multiple window rendering

Hi, I'm integrating CEGUI into our own 3D rendering engine. a thing i'm getting stuck in now is how to deal with NotifyDisplaysizeChanged in multiple window rendering on our rendering engine(we call this multiple window rendering multiple channel rendering now). Each channel owns a rendering context...

Go to advanced search