LaurensVoerman

Results 6 comments of LaurensVoerman

I've created a pull request (#251) creating the quad in camera space instead of world space. This will keep the images alligned to the screen. @harveyng: on your question regarding...

cmake seems to have added an option in v3.12 to express the fact that the cmake files have been tested and found working with a more recent version: [doc-link](https://cmake.org/cmake/help/latest/command/cmake_minimum_required.html) This...

Hi abc19850508 Would you mind to communicate with something that looks like a human name? Thanks. Your problem seems like the kind of errors that comes with using the release...

The osg library does not create modal windows on any platform I know of (linux/windows). but maybe it does on android. What is your question exactly? Regards, Laurens.

Hi Souffou, you will need to generate your project files for x64, and build the 64 bit binaries. use cmake -G "Visual Studio 14" -A x64 to generate your project...

Did you manage to build the plugins? To get the plugins that depend on other libs to build, you need to tell vcpackage not only to build osg , but...