|
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????
?????????????? |
|