Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology
Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered
You are not logged in.
Pages: 1
file:trunk\plugins\SO3Engine\SO3Engine\SO3Renderer\SO3Window.cpp
line: 70
if(scolRoot->GetRenderSystem() == SRoot::SO3_DIRECTX_RENDERER)
{
Ogre::String FSAA = "0";
Ogre::String FSAAQuality = "0";
if(fsaa.find("Level") != string::npos)
{
//fsaa = "Level " + fsaa.substr(7, fsaa.length()-1);
fsaa = "Level " + fsaa.substr(6,1);
if(scolRoot->checkFSAA(fsaa))
{
if(fsaa.length() > 6)
{
FSAA = fsaa.substr(6, fsaa.length()-6);
FSAAQuality = "0";
}
}
}
//fsaa = "Level " + fsaa.substr(7, fsaa.length()-1);
fsaa = "Level " + fsaa.substr(6,1);
Kenshin
Offline
Hi,
When will the work which upgrading ogre 1.65 to ogre 1.7 be completed?
Offline
Hum, i'm think that Kenshin is right, that's an error...
And you have almost right arkeon, but in fact it's the code show there that is Ogre 1.6 specific.
It will be removed soon, but i'll commit your correction asap.
Thank you Kenshin.
<edit>This code totally confuse me, do not understand why we reconstruct the fsaa string, but can't debug it for the moment, cause to do that i'll have to come back to ogre 1.6...</edit>
Last edited by Nodrev (18-Nov-2010 10:05:30)
Offline
Pages: 1