Search found 4 matches
- Thu Sep 23, 2004 7:33 am
- Forum: Bug reports
- Topic: Software-Renderer broken? Remove it!
- Replies: 9
- Views: 1635
- Wed Sep 22, 2004 6:38 pm
- Forum: Advanced Help
- Topic: code to detect if directx is installed...
- Replies: 3
- Views: 461
- Wed Sep 22, 2004 6:25 pm
- Forum: Bug reports
- Topic: Software-Renderer broken? Remove it!
- Replies: 9
- Views: 1635
Software-Renderer broken? Remove it!
Hi, I just tried to use the Software-Renderer with a few of the examples in Irrlicht-0.7. The more complex examples won't work; what I get looks like clipping errors. As the Software-Renderer seems to be broken (and would be too slow for the most uses), I wanted to have the ability to remove it from...
- Tue Sep 21, 2004 8:37 am
- Forum: Beginners Help
- Topic: Some questions regarding scene-management
- Replies: 2
- Views: 315
Some questions regarding scene-management
Hi, as far as I can see, THE scene is managed by the SceneManager. Is it right, that there can only be one scene? The rendering loop always looks like driver->beginScene(...); smgr->drawAll(); guienv->drawAll(); driver->endScene(); wouldn't it be better to have a GUIElement, that renders a given sce...