After many years of building VTP on Windows I have finally succumbed to getting a Mac. I am trying to compile on OSX 10.5 (Leopard). I have now managed to get...
Hi Roger and list, ... Hurray, welcome to (BSD-)Unix :) ... The scripts should try to get mini from svn instead of getting one particular version from my...
Seconding Stefan's comments: Includes to GL/*.h should be included in an #ifdef, as in: #ifdef __DARWIN_OSX__ #include <OpenGL/gl.h> #else #include <GL/gl.h> ...
_____ From: vtp-unix@yahoogroups.com [mailto:vtp-unix@yahoogroups.com] On Behalf Of NinoWalker Sent: 15 April 2008 05:15 To: vtp-unix@yahoogroups.com Subject:...
Ok, I think I am at approximately the same state others have got to. It runs and then crashes because of what looks like a heap corruption. I have commented...
Ok, A good few hours debugging and I am still no nearer. All I can say is it looks like an uninitialized pointer being used somewhere. Its random, it doesn't...
Well some progress of a sort. OSG_USE_DOUBLE_MATRICES no longer exists in the OSG source. It all done by command line defines set up by CMAKE now. So Nino's...
Hi all, FYI: I have VTP running on VMware Fusion. VMware also has separate windows for each Windows window, but OpenGL is not accelerated, only DX. I mainly...
Yippee. I am Boris and I am invincible! (For those who remember Bond movies) Enviro now successfully rendering without crashing. The OSG float matrices stuff...
... Boris, on Mac the IdleLoop/Timer of wx is somehow not working which otherwise would trigger the continuous rendering each and every 50 frames per second....
Stefan, I better go back to plain old Roger before I get too excited. We probably need a different strategy on Mac than the one that works on windows. I...
Roger, ... Yep, this is not working on Mac, so the strategy of Enviro needs to be adapted. I do not know wx too much, but I know that QT supports a timer...
I have fixed the idle loop stuff and have now moved on to why I cannot find any osg plugins (oh so familiar). But I am stuck trying to step into osg code. I...
I seem to have most things working now. The idle loop stuff still needs some attention on complex scenes which are processor bound. Nino, I have reworked the...
Stefan/Nino, Here are the files I modded to get vtp to build on OSX 10.5. If you want to try things you need to follows Ninos instructions but do not build...
... problem with alpha in the png files used as tree bill boards. I have attached a screen shot. It appears that the >alpha in the main part of the image is...
... Roger, I assume that you have a Mac Mini with the Intel GMA 950 graphics chip set. This is known to have various graphics glitches and restrictions since...
Hi Ben and group, A couple of problems with svn revision 6765 downloaded 21 Apr 08 on Slackware 12.0 Linux. If running VTP on a Virtual Machine is too...
... Sorry about that, i had not updated wxSimple for recent changes to SpaceNav. I have checked it in now, thanks for the report. ... That's always good to...