fafa1899

Results 2 comments of fafa1899

Hi @mathieu At first, after building osgQt through CMake and compiling VS2017, I directly run it in CMD through the compiled osgviewerQt program: ``` osgviewerQt.exe simple.earth ``` The rendered earth...

> Should this issue be closed? @fafa1899 @mathieu yes. The correct answer is to set the correct aspect ratio when setting up the perspective projection, for example: ``` #include #include...