Added setting of the Camera's projection matrix to fit the windowing aspect ratio.
This commit is contained in:
@@ -658,7 +658,7 @@ int main(int argc, char **argv)
|
||||
|
||||
|
||||
// construct the viewer.
|
||||
osgViewer::Viewer viewer;
|
||||
osgViewer::Viewer viewer(arguments);
|
||||
|
||||
// if user request help write it out to cout.
|
||||
unsigned int testCase = 0;
|
||||
|
||||
Reference in New Issue
Block a user