I'm trying to understand the viewer source code a bit better, but I'm still new to it and I'm stumped trying to figure something out. Hopefully someone can help me out.
Objects rendered by the viewer seem to be of type LLViewerObject, and objects can have hover text set on them. So, I assume there's probably some way that the text is connected to the LLViewerObject, but I can't figure out how. Could someone give me an example of referencing an object's hover text using an instance of LLViewerObject object? Something like: LLViewerObject obj; obj->mText???? Also, if there's some resource that shows a class architecture diagram or any other useful design info on the viewer's code organization, I'd love a hint on where to find it.
_______________________________________________ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/SLDev Please read the policies before posting to keep unmoderated posting privileges
