projection fixes (#17487)

This commit is contained in:
newnon 2017-04-10 04:15:40 +03:00 committed by minggo
parent 666e001e62
commit ad260980c7
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ void Director::purgeCachedData(void)
float Director::getZEye(void) const
{
return (_winSizeInPoints.height / 1.1566f);
return (_winSizeInPoints.height / 1.154700538379252f);//(2 * tanf(M_PI/6))
}
void Director::setAlphaBlending(bool on)