New ajustAspectRatio (ADJUST_NODE) mode added to osg::Camera to fix issue
with integration with vrjuggler, submitted by Allen Bierbaum.
This commit is contained in:
@@ -80,7 +80,8 @@ class SG_EXPORT Camera: public osg::Referenced
|
||||
enum AdjustAspectRatioMode
|
||||
{
|
||||
ADJUST_VERTICAL,
|
||||
ADJUST_HORIZONTAL
|
||||
ADJUST_HORIZONTAL,
|
||||
ADJUST_NONE
|
||||
};
|
||||
|
||||
/** Set the way that the vertical or horizontal dimensions of the window
|
||||
|
||||
Reference in New Issue
Block a user