Hello everyone

I'm trying to programming a navigator in OSG to run in a graphic
cluster.

The main idea in the fly mode navigation,  is to fix the camera to the origin 
and makes transformations to the model i.e. I have a MatrixTransform as father 
of the graph group and which moves to the graph  with the mouse interactions,  
all works fine. 


The problem is when I try to make a like-osgcluster  implementation, because in 
it, the master send its matrix view to the slaves but in my case I need to send 
the matrix transformations of the model  (my matrix
view is always fix, with a light translation in each slave)

I think a possible solution is to have a only one camera in the master and 
slaves cameras like in osgwindows example, however in the 
case of osgcluster there are an application running for each slave and in the 
osgwindow there are only one.

Somebody does know how to make it ? or have another idea.


Best regards.
Daniel.


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

Reply via email to