Irrlicht in a canvas?

BlitzMax Forums/BlitzMax Programming/Irrlicht in a canvas?

AntonyWells(Posted 2005) [#1]
Is it possible to hook a irrlicht gl driver into a bmax canvas anyway?


gman(Posted 2005) [#2]
i have been trying to get the Win32Window Irrlicht example working with MaxGUI (the example shows Irrlicht inside of a main form using standard GUI controls). i have successfully run Irrlicht inside of a panel on a MaxGUI form. while the drawing is working fine, the BMAX event system refuses to register any events. this is the nature of the device.run() method, but if that is not called its not supposed to commandeer the events... they are not making it through. until i figure out what it is im stuck :(


gman(Posted 2005) [#3]
finally... with a one-liner tip from Budman, Irrlicht sample 14 is ready for download. this shows Irrlicht displayed in a panel on a MaxGUI form.

14.Win32Window


ckob(Posted 2005) [#4]
get a problem with this example. Says it cannot find the command Quary


taxlerendiosk(Posted 2005) [#5]
Query got renamed to QueryGadget.


ckob(Posted 2005) [#6]
thank you


gman(Posted 2005) [#7]
sorry about that. didnt catch that BMAX v1.14 had been released so i was still in v1.12. the sample has been updated.