#include <string>
#include "llassetstorage.h"
#include "llbboxlocal.h"
#include "llhandmotion.h"
#include "lljointstate.h"
#include "llmotion.h"
#include "llptrskipmap.h"
#include "llquaternion.h"
#include "v3dmath.h"
#include "v3math.h"
#include "llapr.h"
Include dependency graph for llkeyframemotion.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | LLKeyframeMotion |
class | LLKeyframeMotion::JointConstraintSharedData |
class | LLKeyframeMotion::JointConstraint |
class | LLKeyframeMotion::ScaleKey |
class | LLKeyframeMotion::RotationKey |
class | LLKeyframeMotion::PositionKey |
class | LLKeyframeMotion::ScaleCurve |
class | LLKeyframeMotion::RotationCurve |
class | LLKeyframeMotion::PositionCurve |
class | LLKeyframeMotion::JointMotion |
class | LLKeyframeMotion::JointMotionList |
class | LLKeyframeDataCache |
Defines | |
#define | MIN_REQUIRED_PIXEL_AREA_KEYFRAME (40.f) |
#define | MAX_CHAIN_LENGTH (4) |
Variables | |
const S32 | KEYFRAME_MOTION_VERSION = 1 |
const S32 | KEYFRAME_MOTION_SUBVERSION = 0 |
Copyright (c) 2001-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 llkeyframemotion.h.
#define MAX_CHAIN_LENGTH (4) |
Definition at line 57 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::applyConstraint().
#define MIN_REQUIRED_PIXEL_AREA_KEYFRAME (40.f) |
Definition at line 56 of file llkeyframemotion.h.
Referenced by LLKeyframeMotionParam::getMinPixelArea(), and LLKeyframeMotion::getMinPixelArea().
const S32 KEYFRAME_MOTION_SUBVERSION = 0 |
Definition at line 60 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::deserialize(), LLKeyframeMotion::serialize(), and LLBVHLoader::serialize().
const S32 KEYFRAME_MOTION_VERSION = 1 |
Definition at line 59 of file llkeyframemotion.h.
Referenced by LLKeyframeMotion::deserialize(), LLKeyframeMotion::serialize(), and LLBVHLoader::serialize().