How to get all the updates for a Second Life Object (prim) using LIBOMV
- by sura
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