Ignore:
Timestamp:
Jul 27, 2010, 8:54:50 PM (14 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/include/cluster/dataIO_cluster.h

    r69 r81  
    8080         * \brief Pure virtual function for sending TO_OBJ values via cluster to slave. Must be implemented in derived class.
    8181         *
     82         * @param viewMatrix_ :  Viewmatrix to send to the Slave.
    8283         * @return : See derived class.
    8384         */
    84         virtual bool sendTO_OBJvaluesToSlaves() = 0;
     85        virtual bool sendTO_OBJvaluesToSlaves(osg::Matrixd viewMatrix_) = 0;
    8586
    8687        /**
Note: See TracChangeset for help on using the changeset viewer.