Changeset 69 for osgVisual/src/dataIO
- Timestamp:
- Jul 20, 2010, 10:44:13 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/src/dataIO/visual_dataIO.cpp
r67 r69 78 78 #ifdef USE_CLUSTER_ENET 79 79 cluster = new dataIO_clusterENet(); 80 cluster->enableHardSync( false ); /** \todo : rebuild this structure in cluster.h and move it this way to a general implementation. */ 80 81 #endif 81 82 if(cluster.valid()) 82 cluster->init(arguments_, clusterMode, slotContainer, true, false); 83 //cluster->init(arguments_, clusterMode, slotContainer, true, false); 84 cluster->init(arguments_, viewer_, clusterMode, slotContainer, false, true); 83 85 84 86 // Create extLink.
Note: See TracChangeset
for help on using the changeset viewer.