[sldev] [Need Help] When does object update start?

Aidan Thornton makosoft at googlemail.com
Thu Oct 22 11:48:05 PDT 2009


On Sat, Oct 10, 2009 at 10:16 PM, chandra kiran kuchi <kck325 at gmail.com> wrote:
> Hello All,
>
> I am trying to replicate the viewer.
>
> I was unable to find when the object updates  to the viewer start on agent
> login?
> I mean what all are the conditions that need to be satisfied apart from
> successful login ( inorder for object updates to start)?
>
> The things I did:
> 1) Checked for successful login
> 2) Queried for capabilities
> 3) On Success of seed capabilities, sent agent details.
> 4) Got agent movement complete.
>
> After all this I am unable to get object/avatar updates.
> Thanks for your help.
> --
> Regards,
> Chandra K Kuchi

Hi,
You don't appear to have received a reply, which is curious. Anyway,
if you haven't figured it out yet: after receiving the RegionHandshake
packet, you have to send a RegionHandshakeReply back, and only then
will the region start sending object updates. This is to give the
viewer a chance to load cached object information first. You may also
have to send an AgentUpdate message as well; I can't remember
off-hand. (In theory, this is all documented somewhere.)

Aidan


More information about the SLDev mailing list