Re: [osg-users] [3rdparty] How to run osgOcean

2009-10-08 Thread gopal goenka
Hi S-J, may I know the minimum config of the machine that will be successful to run the osgOcean along with the graphic card requirement Thank you! :) gopal -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=18099#18099

Re: [osg-users] [3rdparty] How to run osgOcean

2009-10-07 Thread gopal goenka
Hi, I have tried to run that example you suggested but the output.txt is empty after runing the example as ... osgviewer cow.osg output.txt 21 the example ran well i mean there was no problems as the cow.osg was loaded properly and i was able to see it in the osgViewer

Re: [osg-users] [3rdparty] How to run osgOcean

2009-10-05 Thread gopal goenka
Hi kim, this i have got typing bt in gdb and i am using 00:02.0 VGA compatible controller: Intel Corporation 945G/GZ Express Integrated Graphics Controller (rev 02) graphics card. [r...@localhost bin]# gdb ./oceanExample GNU gdb Red Hat Linux (6.3.0.0-1.96rh) Copyright 2004

Re: [osg-users] [3rdparty] How to run osgOcean

2009-10-03 Thread gopal goenka
Hi Kim as you suggested I made osgOcean to run with gdb as follows this is what it says.. (gdb) run Starting program: /usr/local/bin/oceanExample Error while mapping shared library sections: libosgOcean.so: Success. [Thread debugging using libthread_db enabled] [New Thread -1208244544

[osg-users] [3rdparty] How to run osgOcean

2009-10-02 Thread gopal goenka
Hi, i am trying to run osgOsean . my osg version is 2.8.0 osgOcean 1.0 i have downloaded both the osgOcean 1.0 and its resourses. i have installed it but it gives segmentation fault like this [r...@localhost bin]# ./oceanExample Warning: font file fonts/arial.ttf not found. Warning: font file

Re: [osg-users] problem in setPivotPoint of PAT for .3DS file

2009-10-02 Thread gopal goenka
Hi Ümit, i have a .3ds files with there own origin now i have set the files such that they form a assembly now if i want to rotate an object in one of the 3ds file about a point other than its origin(0,0,0) i will have to set pivot point to lets say (0,-200,10) and than rotate the object in

[osg-users] problem in setPivotPoint of PAT for .3DS file

2009-10-01 Thread gopal goenka
Hi, I am using OSG-2.8.0 i have read a .3DS file with a certain origin. now i am trying to rotate the object in the file about a point other than its origin in that file . for that i have used PAT. i have tried to use setPivotPoint but could not understand its working can any body

Re: [osg-users] [3rdparty] Is the osgOcean Linux bug still present?

2009-09-30 Thread gopal goenka
Hi, I am using osg-2.8.0 and osgOcean 1.0 i have also downloaded the resourse... it got installed sucsessfully but while running it gives segmentation fault may i have missed some step. can somebody help me.please.. [r...@localhost bin]# ./oceanExample

[osg-users] how to run the example osgViewerQt

2009-06-29 Thread gopal goenka
Hi, I am a newbie in osg. I am trying to run the osgViewerQT example in QT4.4 on the linux platform but i am getting error such as undefined refferences to osg/srgumentparser please help n tell me how to run the example Thank you! Cheers, gopal -- Read this topic online

Re: [osg-users] how to run the example osgViewerQt

2009-06-29 Thread gopal goenka
Hi, what I have done is I have imported the the QOSGWidget.cpp AdapterWidget.cpp and copied the code of the osgviewerQT.cpp main into the main of my QT4.4 project. now it is giving error undefined reference to `osg::ArgumentParser::ArgumentParser(int*, char**)' or there is another way