|
发表于 2013-4-14 23:47:47
|
显示全部楼层
看下面源码,是可以设置的
/**
* Sets the minimum and maximum allowable local camera pitch, in degrees.
*
* By "local" we mean relative to the tangent plane passing through the focal point on
* the surface of the terrain.
*
* Defaults are: Min = -90, Max = -10.
*/
void setMinMaxPitch( double min_pitch, double max_pitch );
|
|