View Single Post
  #1  
Old 04-23-2009, 05:51 AM
jdoerr jdoerr is offline
Member
 
Join Date: Apr 2009
Posts: 2
Send a message via Skype™ to jdoerr
passing node3d to c++

hello,

xabbu already asked to access the underlaying osg::Node of a node3d object. We own a vizard developer license and could use the modifier plugin, but we'll like to pass a node3d object to c++ using a .dll/.pyd file.
We're able to use PyArg_ParseTuple to parse the according PyObject*. We don't know the implementation of ob_type of node3d.
Is it possible to reach the pointer to the underlaying osg::Node?

Many Thanks for your advice
Reply With Quote