MOGE and WPF

crodude

05-09-2007 19:30:01

Hi all!

Has anybody tried to use Mogre and WPF. I mean bind mogre display to WPF canvas?

Would it be possible? I didn't have time to check WPF docs if canvas exposes it's handle.

Thanks.

nataz

19-09-2007 09:34:03

Was looking at the same thing today, because my boss wants a fancy UI and stuff...

HwndSource hwndSource = PresentationSource.FromVisual(this) as HwndSource;

should do the trick