jin cheker wrote:
Hi,

I want to convert some .stl files into .osg files, by programming in python. Is 
there some function or package that I can use for doing that?

You could just do it on the command line:

  osgconv file.stl file.osg


If you really need to do it programmatically, you'll probably be interested in osgSWIG:

  http://code.google.com/p/osgswig/


--"J"

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

Reply via email to