How to get all the updates for a Second Life Object (prim) using LIBOMV

Posted by sura on Stack Overflow See other posts from Stack Overflow or by sura
Published on 2010-06-15T01:44:40Z Indexed on 2010/06/15 1:52 UTC
Read the original article Hit count: 268

Filed under:

Hi All, In Second Life, I have an avatar and a primitive object that are moving with changing velocity. I use the LIBOMV library to create a text client to Second Life. Using this LIBOMV text client, I am trying to record the update packets of that avatar and object that are being sent to my text client by the server. I get frequent update packets for the avatar as its velocity changes, but I do not get update packets for the object that frequently, although it has a changing velocity. I would like to know whether there is any special setting I should use in order to solve this problem.

/Su

© Stack Overflow or respective owner

Related posts about c#