Search found 4 matches

by mreuter
Thu Sep 23, 2004 7:33 am
Forum: Bug reports
Topic: Software-Renderer broken? Remove it!
Replies: 9
Views: 1635

Normal Size: 884kb w/o Software Renderer: 856kb w/o Software Renderer & GUI: 784kb I just discovered a bug in my patch when compiling with GUI and w/o Software Renderer: in the BuildInFont.h I wrote #if defined(_IRR_COMPILE_WITH_SOFTWARE_) where it should read #if defined(_IRR_COMPILE_WITH_GUI_)...
by mreuter
Wed Sep 22, 2004 6:38 pm
Forum: Advanced Help
Topic: code to detect if directx is installed...
Replies: 3
Views: 461

there is an sample in the DirectX-SDK including a function that can be used to detect the installed DirectX-Version. The sample can be found in the DirectX-SDK-Directory at .\Samples\C++\Misc\GetDXVer
by mreuter
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...
by mreuter
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...