Hi, i want to use stages like the HDR stage or the Depth-Peeling stage in a cluster environment. However, the effects provided by the stages are not visible in the cluster server window. The server outputs "WARNING: Unrecognized remote type 'HDRStage' remote type id '2524'." after the connection is established. The problem occurs with my application as well as a modified clusterclient, for which i added the following code:
OSG::HDRStageRecPtr pHDR = OSG::HDRStage::create(); pHDR->setEffectAmount(0.0); OSG::NodeRecPtr root = OSG::makeNodeFor(pHDR); //... scene is created ... root->addChild(scene); mgr->setRoot(root); With this test setup, the server window remains empty and outputs "WARNING: Action::recurse: core is NULL, aborting traversal." My application uses the depth-peeling stage. Here, i also get the warning about the unrecognized remote type, but the scene is rendered normally, just without the effect provided by the stage. My question: Can stages be used in a clustering environment? Kind regards, Alexander Lang ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: VERIFY Test and improve your parallel project with help from experts and peers. http://goparallel.sourceforge.net _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
