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





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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

Thank you!

gopal

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=18068#18068





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i386-redhat-linux-gnu...(no debugging symbols 
found)
Using host libthread_db library /lib/tls/libthread_db.so.1.

(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 -1208379712 (LWP 7610)]

Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread -1208379712 (LWP 7610)]
0x00f23f84 in _mesa_test_os_sse_exception_support () from 
/usr/X11R6/lib/modules/dri/i915_dri.so
(gdb)
(gdb)
(gdb) bt
#0  0x00f23f84 in _mesa_test_os_sse_exception_support () from 
/usr/X11R6/lib/modules/dri/i915_dri.so
#1  0x00f23e81 in _mesa_init_all_x86_transform_asm () from 
/usr/X11R6/lib/modules/dri/i915_dri.so
#2  0x00e9cbc9 in _math_init () from /usr/X11R6/lib/modules/dri/i915_dri.so
#3  0x00e1efee in _mesa_initialize_context () from 
/usr/X11R6/lib/modules/dri/i915_dri.so
#4  0x00f415b5 in intelInitContext () from 
/usr/X11R6/lib/modules/dri/i915_dri.so
#5  0x00f34e56 in i915CreateContext () from 
/usr/X11R6/lib/modules/dri/i915_dri.so
#6  0x00f45742 in intelCreateContext () from 
/usr/X11R6/lib/modules/dri/i915_dri.so
#7  0x00f2d00f in driCreateNewContext () from 
/usr/X11R6/lib/modules/dri/i915_dri.so
#8  0x002b83d2 in __indirect_glCompressedTexSubImage3D () from 
/usr/X11R6/lib/libGL.so.1
#9  0x002b8817 in glXCreateContext () from /usr/X11R6/lib/libGL.so.1
#10 0x00b4161f in osgViewer::GraphicsWindowX11::init () from 
/usr/local/OpenSceneGraph-2.8.0/lib/libosgViewer.so.55
#11 0x00b43c56 in X11WindowingSystemInterface::createGraphicsContext ()
   from /usr/local/OpenSceneGraph-2.8.0/lib/libosgViewer.so.55
#12 0x008bc156 in osg::GraphicsContext::createGraphicsContext () from 
/usr/local/OpenSceneGraph-2.8.0/lib/libosg.so.55
#13 0x00b088c5 in osgViewer::View::setUpViewInWindow () from 
/usr/local/OpenSceneGraph-2.8.0/lib/libosgViewer.so.55
#14 0x08060387 in main ()
(gdb) 

Thank you!

Cheers,
gopal

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=17873#17873





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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 (LWP 7038)]

Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread -1208244544 (LWP 7038)]
0x0100bf84 in _mesa_test_os_sse_exception_support () from 
/usr/X11R6/lib/modules/dri/i915_dri.so
(gdb) Quit


I have also checked for the path for libfftss.a it is also set in 
$LD_LIBRARY_PATH var...

Thank you!

Cheers,
gopal

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=17819#17819





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[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 fonts/arial.ttf not found.
Warning: font file fonts/arial.ttf not found.
Building scene...
  . Loading cubemaps: 0.503053s
  . Generating ocean surface: 0.000315s
  . Creating ocean scene: 0.060127s
  . Loading islands: 1.47068s
  . Setting up lighting: 4.3e-05s
complete.
Time Taken: 2.05694s
Segmentation fault
[r...@localhost bin]#

 i may have missed in installation can any body give me the steps to install it 
a fresh
and how to run it


Thank you!

Cheers,
gopal :|

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=17794#17794





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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 that file about this point and not the origin of that 
file.

can u suggest ... 

Thank you!

Cheers,
gopal :|

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=17795#17795





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[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 suggest the way to use it . if possible with an example...

Thank you!

Cheers,
gopal :P

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=17783#17783





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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 --isNotChoppy
Warning: font file fonts/arial.ttf not found.
Warning: font file fonts/arial.ttf not found.
Warning: font file fonts/arial.ttf not found.
Building scene...
 . Loading cubemaps: 0.349368s
 . Generating ocean surface: 0.000247s
 . Creating ocean scene: 0.00127s
 . Loading islands: 0.098262s
 . Setting up lighting: 4.4e-05s
complete.
Time Taken: 0.450368s
Segmentation fault

i have also set the path for OSG_FILE_PATH 

what is OSG sample datasets

Thank you!

Cheers,
gopal

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=17738#17738





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[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 here:
http://forum.openscenegraph.org/viewtopic.php?p=14628#14628





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


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 to integrate it with QT...

Thank you!

Cheers,
gopal

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=14632#14632





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org