Refactored the support for stereo and keystone RTT setup so that it can be applied to an existing Camera.
This commit is contained in:
@@ -14,6 +14,6 @@ REGISTER_OBJECT_WRAPPER( osgViewer_SingleWindow,
|
||||
ADD_INT_SERIALIZER( Width, -1);
|
||||
ADD_INT_SERIALIZER( Height, -1);
|
||||
ADD_UINT_SERIALIZER( ScreenNum, 0u);
|
||||
ADD_BOOL_SERIALIZER( Border, true);
|
||||
ADD_BOOL_SERIALIZER( OverrideRedirect, true);
|
||||
ADD_BOOL_SERIALIZER( WindowDecoration, true);
|
||||
ADD_BOOL_SERIALIZER( OverrideRedirect, false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user