irrlicht on Windows 10

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
yushang
Posts: 2
Joined: Thu Dec 26, 2019 1:49 pm

irrlicht on Windows 10

Post by yushang »

Hi dear all,
I'm running the Irrlicht(1.9.0) example 03.CustomSceneNode got this wired result , how does this happen ? many thanks!
Image
CuteAlien
Admin
Posts: 9652
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: irrlicht on Windows 10

Post by CuteAlien »

yushang wrote:Hi dear all,
I'm running the Irrlicht(1.9.0) example 03.CustomSceneNode got this wired result , how does this happen ? many thanks!
Image (https://pasteboard.co/IN2Qyfb.png)
Strange, looks a bit like it doesn't clear the backbuffer (or at least the color-buffer part of it). Are you getting any warnings/errors on the console? Which graphic-card? And which compiler?

edit: You could do one experiment - in createDevice replace 16 by 32. Maybe that color-mode has troubles on your system.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
yushang
Posts: 2
Joined: Thu Dec 26, 2019 1:49 pm

Re: irrlicht on Windows 10

Post by yushang »

CuteAlien wrote:Strange, looks a bit like it doesn't clear the backbuffer (or at least the color-buffer part of it). Are you getting any warnings/errors on the console? Which graphic-card? And which compiler?
got no warnings or errors . the graphic card is Intel HD 515 and the compiler is visual C++ 19.20.27508.1 X64
CuteAlien wrote: edit: You could do one experiment - in createDevice replace 16 by 32. Maybe that color-mode has troubles on your system.
tried , not work
CuteAlien
Admin
Posts: 9652
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: irrlicht on Windows 10

Post by CuteAlien »

*sigh* trouble with Intel again :-( Problem is I don't really know how to find out as I have no test-system for that (I got Intel processor with graphic card, but my motherboard offers no graphic-card port to access it).

Sorry, without a way to debug I can't find that out.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply