|
RT,改动渲染系统设置窗口中改写 “FSAA”无效。
用代码设置如下:
system->setConfigOption("Allow NVPerfHUD", "No");
system->setConfigOption("Anti aliasing", "Level4");
system->setConfigOption("Floating-point mode", "Fastest");
system->setConfigOption("Full Screen", "No");
system->setConfigOption( "Rendering Device", "Monitor-1-NVIDIA GeForce 9400 GT" );
system->setConfigOption("VSync", "No");
system->setConfigOption("Video Mode", "1024 x 768 @ 32-bit colour");
mRoot->setRenderSystem(system);
mRoot->initialise(false);
异常抛出,“Anti aliasing”不存在。
有人知道怎么处理吗?谢谢先。 |
|