Hello Jung Lee,

Jung Lee wrote:
> I run the following simple picking routine in the cluster machine. I
> added the following into 13ClusterClient.cpp. But it makes "apply:
> node is Null!" error in the cluster whenever I click a picking
> polygon(node). Is there anybody who knows why I couldn't use picking
> routine in the cluster machine?

the error means that the NodePtr you pass to IntersectAction::apply() is 
not pointing to a node (i.e. it is NullFC).
In the original 13ClusterClient.cpp scene is variable local to main; did 
you add a global variable named scene and not remove the local one from 
main ?
Other than that I can only suggest you investigate where scene is being 
set, perhaps examining the program run in a debugger.

        Hope it helps,
                Carsten


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to