Intermediary commit #3
This commit is contained in:
@@ -311,6 +311,9 @@ public:
|
||||
// returns TRUE is any node is currenly worn as an attachment
|
||||
BOOL isAttachment();
|
||||
|
||||
bool checkAnimatedObjectEstTris();
|
||||
bool checkAnimatedObjectLinkable();
|
||||
|
||||
// Apply functors to various subsets of the selected objects
|
||||
// If firstonly is FALSE, returns the AND of all apply() calls.
|
||||
// Else returns TRUE immediately if any apply() call succeeds (i.e. OR with early exit)
|
||||
@@ -699,6 +702,8 @@ public:
|
||||
LLVector3d getSelectionCenterGlobal() const { return mSelectionCenterGlobal; }
|
||||
void updateSelectionCenter();
|
||||
|
||||
void pauseAssociatedAvatars();
|
||||
|
||||
void resetAgentHUDZoom();
|
||||
void setAgentHUDZoom(F32 target_zoom, F32 current_zoom);
|
||||
void getAgentHUDZoom(F32 &target_zoom, F32 ¤t_zoom) const;
|
||||
|
||||
Reference in New Issue
Block a user