mirror of https://github.com/axmolengine/axmol.git
projection fixes (#17487)
This commit is contained in:
parent
666e001e62
commit
ad260980c7
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue