Re: [osg-users] Spamming errors, view breaks

2013-05-27 Thread Bram Vaessen
Thanks a lot for your great help! This will help me a lot, because I do feel like my lack of knowledge of visual c++ and debugging processes is keeping me back in the whole process, and indeed I should try to take an (hopefully online) course about this. I'll try to find more information

[osg-users] Spamming errors, view breaks

2013-05-26 Thread Bram Vaessen
Hi, I am walking around in my world and sometimes suddenly I only see an empty screen and I the console spams messages like these: CullVisitor::apply(Geode) detected NaN, depth=-1.#IND, center=(64 64 18.2729), matrix={ 1.#QNAN 1.#QNAN 1.#QNAN 1.#QNAN 1.#QNAN 1.#QNAN

Re: [osg-users] Spamming errors, view breaks

2013-05-26 Thread Jean-Sébastien Guay
Hello again Bram, I am walking around in my world and sometimes suddenly I only see an empty screen and I the console spams messages like these: CullVisitor::apply(Geode) detected NaN, depth=-1.#IND, center=(64 64 18.2729), matrix={ 1.#QNAN 1.#QNAN 1.#QNAN 1.#QNAN

Re: [osg-users] Spamming errors, view breaks

2013-05-26 Thread Bram Vaessen
Thanks! I have to admit I'm not very good at the whole setting up projects and debugging frameworks. My first question would be: In my projects I do not have the actual source code in my IDE. I just include the debug libraries and header files I think. I believe I used the permade ones. Could

Re: [osg-users] Spamming errors, view breaks

2013-05-26 Thread Jean-Sébastien Guay
Hello Bram, I have to admit I'm not very good at the whole setting up projects and debugging frameworks. My first question would be: In my projects I do not have the actual source code in my IDE. I just include the debug libraries and header files I think. I believe I used the permade ones.