Rick Site Admin

Joined: 08 May 2003 Posts: 106 Location: NC, US
|
Posted: Thu May 07, 2009 5:52 pm Post subject: |
|
|
An SFNode is really a COM object. It is really the address of a chunk of memory in your bs contact player. You can't really pass it around as a native type. As fab said, you can serialize it, but really you can't share it.
You might send a string that indicates to other clients that you want them to create a new drophandler node. Once they create it then you would have to share the event that something got dropped into it, probably passing the url of the dropped object. ... yeah probably cool but some time to implement.
-rick |
|