Search the web
Sign In
New User? Sign Up
vtp-unix
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 688 - 717 of 821   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
688
Hi Ben and group, 1/ Using Enviro I have created my own .vtst Structure file by creating instances from .3ds 3D Model files. Even after reading the Fine...
geep999
Offline Send Email
Feb 5, 2008
6:38 pm
689
Hi Peter, Thanks for some more good testing, let's see how i can help.. ... I believe it is: http://vterrain.org/Doc/Enviro/culture.html "Structures: Moving...
Ben Discoe
bdiscoe
Offline Send Email
Feb 7, 2008
10:08 am
690
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...
Roger James
rogerjames99
Offline Send Email
Apr 13, 2008
6:54 pm
691
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...
Stefan Roettger
stefan.roettger
Offline Send Email
Apr 13, 2008
10:07 pm
692
Stefan/Nino, I have checked out Stefans latest libMini and now I get a lot further. After changing osgdb_flt.so to osgdb_OpenFlight.so and adding...
Roger James
rogerjames99
Offline Send Email
Apr 15, 2008
12:18 am
693
... On a Mac the OpenGL include files are not in "GL/..." but rather in "OpenGL/...". To be more precise they are not in /usr/include/GL/ but in...
Stefan Roettger
stefan.roettger
Offline Send Email
Apr 15, 2008
2:46 am
694
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> ...
NinoWalker
Offline Send Email
Apr 15, 2008
4:15 am
695
_____ 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:...
Roger James
rogerjames99
Offline Send Email
Apr 15, 2008
10:46 am
696
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...
Roger James
rogerjames99
Offline Send Email
Apr 15, 2008
5:24 pm
697
... Aha, thanks for finding that. I have checked in a #if WIN32 around that code. -Ben...
Ben Discoe
bdiscoe
Offline Send Email
Apr 15, 2008
7:50 pm
698
Roberto gave permission to pass this along, now that's two reports that VTP runs well in emulation. Screenshot mentioned is at...
Ben Discoe
bdiscoe
Offline Send Email
Apr 16, 2008
1:07 am
699
That great news. At least that gives us an interim solution whilst I (re)learn how to debug using gdb! Roger _____ From: vtp-unix@yahoogroups.com...
Roger James
rogerjames99
Offline Send Email
Apr 16, 2008
8:12 am
700
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...
Roger James
rogerjames99
Offline Send Email
Apr 16, 2008
12:59 pm
701
P.S. I don't know why I have suddenly started typing in Russian (no definite articles). I think this is getting to me. Roger...
Roger James
rogerjames99
Offline Send Email
Apr 16, 2008
1:02 pm
702
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...
Roger James
rogerjames99
Offline Send Email
Apr 16, 2008
3:24 pm
703
... I'm running with no problem VTP on MacIntel under Parallels Desktop virtual environment. You can see some screenshots here: ...
Marco Gualdrini
messiniano
Online Now Send Email
Apr 16, 2008
4:00 pm
704
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...
Stefan Roettger
stefan.roettger
Offline Send Email
Apr 16, 2008
5:52 pm
705
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...
Roger James
rogerjames99
Offline Send Email
Apr 16, 2008
6:37 pm
706
... 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 Roettger
stefan.roettger
Offline Send Email
Apr 16, 2008
7:00 pm
707
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 James
rogerjames99
Offline Send Email
Apr 16, 2008
7:47 pm
708
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...
Stefan Roettger
stefan.roettger
Offline Send Email
Apr 16, 2008
8:25 pm
709
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...
Roger James
rogerjames99
Offline Send Email
Apr 17, 2008
2:44 pm
710
... Oh good! What did you have to change, use a timer? BTW: When is that going to be merged into the svn? Stefan...
Stefan Roettger
stefan.roettger
Offline Send Email
Apr 17, 2008
7:55 pm
711
Excellent - I spent many many frustrating hours trying to find the cause of those crashes; I will update build scripts accordingly. Nino...
NinoWalker
Offline Send Email
Apr 18, 2008
3:29 am
712
... Nino, when you are at it: I just today added a "stable" branch to the libMini svn. With that the preferred way of getting libMini is: svn co...
Stefan Roettger
stefan.roettger
Offline Send Email
Apr 18, 2008
5:29 am
713
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...
Roger James
rogerjames99
Offline Send Email
Apr 19, 2008
5:02 pm
714
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...
Roger James
rogerjames99
Offline Send Email
Apr 20, 2008
3:48 pm
715
For some reason the mac seems to put the last part of my previous message into an attachment Att007.txt. Sorry Roger...
Roger James
rogerjames99
Offline Send Email
Apr 20, 2008
3:52 pm
716
... 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 James
rogerjames99
Offline Send Email
Apr 21, 2008
6:03 pm
717
... 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...
Stefan Roettger
stefan.roettger
Offline Send Email
Apr 21, 2008
6:50 pm
Messages 688 - 717 of 821   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help