Hi Sanat, A quick answer to the 3rd point :
On Wed, Jul 7, 2010 at 2:04 PM, Sanat Talmaki <[email protected]>wrote: > Hi, > > I am trying to create a scene in which I want to add 3d models of humans > and control their motion through keyboard and/or automated. > > However I am having trouble starting off as I'm not sure what exactly to > do. This is what I've done so far: > > 1) I looked at the DOF node and tutorial and figured that I would need a > human model with DOF nodes at the hands and legs linkages. I looked at > http://www.makehuman.org/ but was not sure if this was the way to go to > obtain 3d human models with DOF nodes in them. > > 2) So far the models of other vehiclces I'm using in my scene are composed > of a number of .lwo files that I link using PAT nodes and can move each part > individually. But I believe that with models having DOF nodes, I would get a > single file but with those nodes specified in them. Is my understanding > correct ? > > 3) I tried to convert a .flt model to .osg from the tutorials dataset using > osgconv but got this message: > > C:\tools\OpenSceneGraph-2.8.2_Release\bin>osgconv.exe > C:\Users\Sanat\Desktop\CE > M_Res_Software\OSG > Code\NPS_Tutorials_src\NPS_Data\Models\t72-tank\t72-tank_des. > flt C:\Users\Sanat\Desktop\CEM_Res_Software\OSG > Code\NPS_Tutorials_src\NPS_Data\ > Models\t72-tank\tank.osg > Warning: Could not find plugin to read objects from file > "C:\Users\Sanat\Desktop > \CEM_Res_Software\OSG". > Error no data loaded. > > ------------------------------------------------------------------------------------ > > The spaces in your paths are causing the problem. try this : osgconv.exe "C:\Users\Sanat\Desktop\CE M_Res_Software\OSG Code\NPS_Tutorials_src\NPS_Data\Models\t72-tank\t72-tank_des. flt" "C:\Users\Sanat\Desktop\CEM_Res_Software\OSG Code\NPS_Tutorials_src\NPS_Data\ Models\t72-tank\tank.osg" > So I was hoping to get some pointers as to how I can proceed ? (I have my > 3d scene ready but just finding it hard to figure out how to get a human > model to move) > > Thanks > > Regards, > Sanat > > Mourad
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

