[osg-users] [build] Help building OSG 2.8.1 with CMAKE

2009-07-24 Thread David Goering
Hi, I am trying to get OpenSceneGraph running under Windows XP, and Visual Studio 2003 or 2005. My plan is to try and use OSGART which requires ARToolkit / Openscenegraph to be installed previously. I downloaded OpenSceneGraph-2.8.1.zip, installed Cmake 2.61 and opened the Cmakelist.txt with

Re: [osg-users] [build] Help building OSG 2.8.1 with CMAKE

2009-07-24 Thread Ümit Uzun
Hi David; Please look at http://www.openscenegraph.org/projects/osg/wiki/Support/PlatformSpecifics/VisualStudioto achieve OSG installation on your VisualStudio environment. Regards. Ümit Uzun 2009/7/24 David Goering dgoer...@gmail.com Hi, I am trying to get OpenSceneGraph running under

Re: [osg-users] [build] Help building OSG 2.8.1 with CMAKE

2009-07-24 Thread David Goering
Hi Ümit, Thanks for the quick answer. I dont know how I managed to miss that site, because I really did click through the documentation. I hope I did everything right now and I am building the project now, but its taking like 45 Minutes already and is still building, is that normal ? :O Thanks

Re: [osg-users] [build] Help building OSG 2.8.1 with CMAKE

2009-07-24 Thread Ümit Uzun
Hi David; If you do all configurations (for example all Environment Variable settings, it is very critic to help CMAKE to find related libraries) there won't be any error I think and it is normal if you build in Debug mode :) Release mode would be faster. Regards. Ümit Uzun 2009/7/24 David

Re: [osg-users] [build] Help building OSG 2.8.1 with CMAKE

2009-07-24 Thread Ümit Uzun
Hi David; Now choose INSTALL branch which listed left tree view and right click and choose Project Only-Build only INSTALL. After build operation you can go to C:\Program Files\OpenSceneGraph\share\OpenSceneGraph\bin and start every sample only double clicking. But don't forget to set

Re: [osg-users] [build] Help building OSG 2.8.1 with CMAKE

2009-07-24 Thread David Goering
Hey, Thanks a lot for your help, the examples work now, I downloaded the daa folder where the examplary models are stored and added that folder to the Path variable. But for some reason when I enter osgviewerd cow.osg he cant find the model... but if I write osgviewerd osgdir/data/cow.osg it

Re: [osg-users] [build] Help building OSG 2.8.1 with CMAKE

2009-07-24 Thread Jean-Sébastien Guay
Hi David, My Path Variable looks like this: C:\Praktikum\OpenSceneGraph-2.8.1\bin;C:\Praktikum\OpenSceneGraph-2.8.1\Data When you say my path variable do you mean PATH? The data files will be looked for in OSG_FILE_PATH, not PATH. That one is for executables and DLLs... So set

Re: [osg-users] [build] Help building OSG 2.8.1 with CMAKE

2009-07-24 Thread David Goering
I had one more quick question, I can load in osg files, but what about the lua files? And am I able to load any other 3D Models, like google Sketchup files or 3ds or obj files? Do I need to install some kind of plugin? And if yes which one and how? Thanks for the support! :) David

Re: [osg-users] [build] Help building OSG 2.8.1 with CMAKE

2009-07-24 Thread David Goering
Hey Skylark, Ah ok, so I created a new Variable named it OSG_FILE_PATH and gave it the value C:\Praktikum\OpenSceneGraph-2.8.1\Data is that what you meant? If yes it is still not working, it still says osgviewerd: No Data loaded Or did I missunderstand you? Thanks, David -- Read

Re: [osg-users] [build] Help building OSG 2.8.1 with CMAKE

2009-07-24 Thread Jean-Sébastien Guay
Hi David, Ah ok, so I created a new Variable named it OSG_FILE_PATH and gave it the value C:\Praktikum\OpenSceneGraph-2.8.1\Data is that what you meant? If yes it is still not working, it still says osgviewerd: No Data loaded If you added the variable in your System Properties, then you need

Re: [osg-users] [build] Help building OSG 2.8.1 with CMAKE

2009-07-24 Thread Jean-Sébastien Guay
Hi David, I had one more quick question, I can load in osg files, but what about the lua files? lua is a scripting language, not a 3D model file format... OSG wouldn't know what to do with it. There is an osgLua project that allows you to use OSG from lua scripts, though I don't know if

Re: [osg-users] [build] Help building OSG 2.8.1 with CMAKE

2009-07-24 Thread David Goering
Hey, Thanks a lot for those tips, they were really helpfull... I got it set up now! Now I have to play arround a bit ;) Cya, David -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=15381#15381 ___

Re: [osg-users] [build] Help building OSG 2.8.1 with CMAKE

2009-07-24 Thread Jean-Sébastien Guay
Hi David, Hey, Thanks a lot for those tips, they were really helpfull... I got it set up now! Now I have to play arround a bit ;) My pleasure. I know how hard it can be when you're starting out and trying to get used to your tools. It takes a while to get comfortable with all that. Happy