Search found 2 matches

by user222
Wed Apr 20, 2005 9:39 am
Forum: Bug reports
Topic: CPU usage?
Replies: 15
Views: 2932

Give the process a lower priority and you should be able to use another program This will not make the Irrlicht application idle, the OS simply assigns more CPU time to the other applications. What I wanted was to make the Irrlicht application idle when there's no rendering, such as the "User ...
by user222
Wed Apr 20, 2005 8:34 am
Forum: Bug reports
Topic: CPU usage?
Replies: 15
Views: 2932

CPU usage?

Why do all the Irrlicht applications utilize 100% CPU usage the whole time they're running? The screen buffer also updates constantly, even when there's no rendering at all. Is it possible to fix this?