[osg-users] osg::Node and Bullet Physic

2011-04-04 Thread Marco Bigolin
Hi I made my own osg::Node (osg::Group) with Physics. This works great if i insert the node on position (0,0,0) If i made a positionattitudeTransform with the physics-Node the node is on the new position but the physics-Node / Object is still at 0,0,0 here is the code: h-File: Code: class Phy

[osg-users] OSG - MFC - can't get key press

2011-04-04 Thread Clay, Bruce
I am working with a MFC based OSG application. I can get the viewer up with a model displayed and I can move it around with the mouse. I have added a variety of events including the StatsHandler. I want to use keboard inputs as they are used in the osgViewer application but I can not get any

Re: [osg-users] fbx animation

2011-04-04 Thread Melanie Presa
I've made a model in 3Ds Max 2011 and animated it. After seeking help I was told to re-export the model, cooking the animations into the .fbx file. My problem now is that I don't know how to access the animations within Visual Studio/XNA in order to play them as my character walks/runs.. ---

[osg-users] problem with PolytopeIntersector and double

2011-04-04 Thread suneel suresh
Hi, i have point picking implemented which works fine when i store the data as osg::Vec3Array and set it in the geometry as geometry->setVertexArray(vec3_vertArr) But i choose to store it as a double, ie osg::Vec3dArray and set it in the geometry as geometry->setVertexArray(vec3d_vertArr) the

[osg-users] dae plugin

2011-04-04 Thread Cedric Pinson
Hi, I am currently trying to load http://o3d.googlecode.com/svn/trunk/googleclient/o3d_assets/samples/beachdemo/convert_assets/beachdemo.zip with the dae collada plugin but I have only a white scene in osgviewer. I am not familiar with the collada specification, so before digging it I would like

Re: [osg-users] [vpb] osgdem .asc file seems to build terrain backwards?

2011-04-04 Thread tim paige
Hi, I have updated my gdal to openev with fwtoolkit, and redid the exercise of transforming the elevation data. Using OpenEV and doing the translation and a viewing in the tif format, I can see what I expect for my coastline. However, when I generate the terrain with osgdem using my new found t

Re: [osg-users] fbx animation

2011-04-04 Thread Josue Hernandez
ok, now i have osg 2.9.11 and no longer mark error, but where i can specific my .fbx file?, i try to find it, but I could not -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=38204#38204 ___ osg-users

Re: [osg-users] CMake - How to configure a library using OSG

2011-04-04 Thread Chris 'Xenon' Hanson
On 4/4/2011 1:33 PM, Vincent Bourdier wrote: > Hi everybody, > I'm working a library as a toolbox based on OSG. > I'm trying to write a CMake configuration file. If it's Open Source, you might look at existing libraries like osgWorks: http://code.google.com/p/osgworks/ And utilize the CMake i

[osg-users] Work In Progress Paper Call for 2011 Summer Simulation Multiconference

2011-04-04 Thread John F. Richardson
Hello, There is a Computer Graphics for Simulation Track at the SCSC'11 conference and the conference attracts other graphics papers. The track has Simulation / X3D, WebGL and Scenegraph themes, so if you did not make the Web3D conference feel free to submit to the general WIP track. I know of

[osg-users] CMake - How to configure a library using OSG

2011-04-04 Thread Vincent Bourdier
Hi everybody, I'm working a library as a toolbox based on OSG. I'm trying to write a CMake configuration file. The file is working, OSG is found, but OSG needs two includes directories : D:\Codage\OSG_2.8.2\binaries\include; D:\Codage\OSG_2.8.2\sources\src\include; And Cmake generate a Visual S

Re: [osg-users] Y up to Z up

2011-04-04 Thread Aitor Ardanza
Hi, I'm back again! I have been looking at the ogre example code, and I've noticed that initializes the bones with a specific angle... Code: void setupBone(const String& name,const Ogre::Quaternion& q) { Ogre::Bone* bone = mBodyEnt->getSkeleton()->getBone(name);

[osg-users] osgDB ifstream / ofstream conflict

2011-04-04 Thread Vincent Bourdier
Hi all, I've an issue concerning the std::ifstream in my application. I know that I need to use osgDB::ifstream instead of std::ifstream and I did everywhere in my code. But, my project links with an other lib than OSG, and this library is using std::ifstream and std::ofstream, and this results

Re: [osg-users] [build] Cross Compile OpenThreads

2011-04-04 Thread Alberto Luaces
Hi Peter, "Peter Watson" writes: > Hi, > > Thanks for that information, I have got a bit further now with the > help of your link. I used ccmake to configure the CMakeLists.txt. I > find that I can cross compile OpenThreads but not the rest of the OSG, > which is as you suggest. > > Our code incl

Re: [osg-users] [build] Cross Compile OpenThreads

2011-04-04 Thread Peter Watson
Hi, Thanks for that information, I have got a bit further now with the help of your link. I used ccmake to configure the CMakeLists.txt. I find that I can cross compile OpenThreads but not the rest of the OSG, which is as you suggest. Our code includes from the build machine install locations r

[osg-users] [osgPlugins] Convert DAE animation into IVE (or OSG)

2011-04-04 Thread daniele argiolas
Hi, is there a way to convert DAE animation into IVE (or OSG)? I try with osgconv but it seems that the result isn't animated. Thank you! daniele -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=38196#38196 _

Re: [osg-users] Site localization equations for RTK GPS

2011-04-04 Thread J.P. Delport
Hi, On 02/04/11 19:09, Brett wrote: Hi, I was wondering if any of the equations or libraries used with osg or vpb allow the user to perform site calibration / localization for RTK GPS. ie. I am trying to create a transform to convert WGS84 coordinates into a local Cartesian coordinate system ba

Re: [osg-users] G++ version problem

2011-04-04 Thread Grahame Bowland
On Mon, 2011-04-04 at 09:33 +0200, Alberto Luaces wrote: > Hi Mathias, Grahame, > > Mathias Fröhlich writes: > > There is a configure time switch in gcc that changes the default > > architecture. > > Distributions usually have their compiler configured for something that > > includes support f

Re: [osg-users] G++ version problem

2011-04-04 Thread Alberto Luaces
Hi Mathias, Grahame, Mathias Fröhlich writes: > Good morning, > > On Monday 04 April 2011, Grahame Bowland wrote: >> `__sync_bool_compare_and_swap_4' src.cxx:(.text+0x78): undefined reference >> to `__sync_bool_compare_and_swap_4' collect2: ld returned 1 exit status >> gmake[1]: *** [cmTryCompile