View Single Post
  #1  
Old 01-14-2009, 03:35 AM
xabbu xabbu is offline
Member
 
Join Date: Sep 2008
Posts: 8
Access to Geometry Data in a c++ plugin for vizard.

Hello,

I am trying to write a plugin for worldviz as a dll (or dlc) plugin in c++.
Is there a way to access the geometry data of a worldviz node3d object in my c++ code? I need to get access to the VertexArray of an object.
I thought about handling it as an osg::node in my code, but I am not sure if the data structure used in the python domain of vizard iss the same.

thx in advance ...
Reply With Quote