llhudeffectpointat.cpp File Reference

LLHUDEffectPointAt class implementation. More...

#include "llviewerprecompiledheaders.h"
#include "llhudeffectpointat.h"
#include "llgl.h"
#include "llagent.h"
#include "lldrawable.h"
#include "llviewerobjectlist.h"
#include "llvoavatar.h"
#include "message.h"

Include dependency graph for llhudeffectpointat.cpp:

Go to the source code of this file.

Variables

const S32 SOURCE_AVATAR = 0
const S32 TARGET_OBJECT = 16
const S32 TARGET_POS = 32
const S32 POINTAT_TYPE = 56
const S32 PKT_SIZE = 57
const F32 MAX_SENDS_PER_SEC = 4.f
const F32 MIN_DELTAPOS_FOR_UPDATE = 0.05f
const F32 MAX_TIMEOUT = F32_MAX / 4.f
const F32 POINTAT_TIMEOUTS [POINTAT_NUM_TARGETS]
const S32 POINTAT_PRIORITIES [POINTAT_NUM_TARGETS]


Detailed Description

LLHUDEffectPointAt class implementation.

LicenseInfo
firstyear=2002&license=viewergpl

Copyright (c) 2002-2007, Linden Research, Inc.

Second Life Viewer Source Code The source code in this file ("Source Code") is provided by Linden Lab to you under the terms of the GNU General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other License"), formally executed by you and Linden Lab. Terms of the GPL can be found in doc/GPL-license.txt in this distribution, or online at http://secondlife.com/developers/opensource/gplv2

There are special exceptions to the terms and conditions of the GPL as it is applied to this Source Code. View the full text of the exception in the file doc/FLOSS-exception.txt in this software distribution, or online at http://secondlife.com/developers/opensource/flossexception

By copying, modifying or distributing this software, you acknowledge that you have read and understood your obligations described above, and agree to abide by those obligations.

ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, COMPLETENESS OR PERFORMANCE. $/LicenseInfo$

Definition in file llhudeffectpointat.cpp.


Variable Documentation

const F32 MAX_SENDS_PER_SEC = 4.f

Definition at line 52 of file llhudeffectpointat.cpp.

const F32 MAX_TIMEOUT = F32_MAX / 4.f

Definition at line 58 of file llhudeffectpointat.cpp.

const F32 MIN_DELTAPOS_FOR_UPDATE = 0.05f

Definition at line 54 of file llhudeffectpointat.cpp.

const S32 PKT_SIZE = 57

Definition at line 49 of file llhudeffectpointat.cpp.

const S32 POINTAT_PRIORITIES[POINTAT_NUM_TARGETS]

Initial value:

 
{
        0, 
        1, 
        2, 
        3, 
}

Definition at line 68 of file llhudeffectpointat.cpp.

Referenced by LLHUDEffectPointAt::setPointAt().

const F32 POINTAT_TIMEOUTS[POINTAT_NUM_TARGETS]

Initial value:

 
{
        MAX_TIMEOUT, 
        MAX_TIMEOUT, 
        MAX_TIMEOUT, 
        0.f, 
}

Definition at line 60 of file llhudeffectpointat.cpp.

Referenced by LLHUDEffectPointAt::setPointAt().

const S32 POINTAT_TYPE = 56

Definition at line 48 of file llhudeffectpointat.cpp.

Referenced by LLHUDEffectPointAt::packData(), and LLHUDEffectPointAt::unpackData().

const S32 SOURCE_AVATAR = 0

Definition at line 45 of file llhudeffectpointat.cpp.

const S32 TARGET_OBJECT = 16

Definition at line 46 of file llhudeffectpointat.cpp.

const S32 TARGET_POS = 32

Definition at line 47 of file llhudeffectpointat.cpp.


Generated on Thu Jul 1 06:10:28 2010 for Second Life Viewer by  doxygen 1.4.7