#include "lluuid.h"
#include "v4color.h"
#include "llsd.h"
Include dependency graph for lltextureentry.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | LLTextureEntry |
Variables | |
const S32 | TEM_CHANGE_COLOR = 0x1 |
const S32 | TEM_CHANGE_TEXTURE = 0x2 |
const S32 | TEM_INVALID = 0x4 |
const S32 | TEM_BUMPMAP_COUNT = 32 |
const S32 | TEM_BUMP_MASK = 0x1f |
const S32 | TEM_FULLBRIGHT_MASK = 0x01 |
const S32 | TEM_SHINY_MASK = 0x03 |
const S32 | TEM_BUMP_SHINY_MASK = (0xc0 | 0x1f) |
const S32 | TEM_FULLBRIGHT_SHIFT = 5 |
const S32 | TEM_SHINY_SHIFT = 6 |
const S32 | TEM_MEDIA_MASK = 0x01 |
const S32 | TEM_TEX_GEN_MASK = 0x06 |
const S32 | TEM_TEX_GEN_SHIFT = 1 |
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 lltextureentry.h.
const S32 TEM_BUMP_MASK = 0x1f |
Definition at line 50 of file lltextureentry.h.
Referenced by LLBumpImageList::addTextureStats(), LLTextureEntry::getBumpmap(), LLPanelFace::sendBump(), and LLTextureEntry::setBumpmap().
const S32 TEM_BUMP_SHINY_MASK = (0xc0 | 0x1f) |
Definition at line 53 of file lltextureentry.h.
Referenced by LLTextureEntry::getBumpShiny(), and LLTextureEntry::setBumpShiny().
const S32 TEM_BUMPMAP_COUNT = 32 |
const S32 TEM_CHANGE_COLOR = 0x1 |
Definition at line 39 of file lltextureentry.h.
Referenced by LLVOVolume::processUpdateMessage(), LLTextureEntry::setAlpha(), and LLTextureEntry::setColor().
const S32 TEM_CHANGE_TEXTURE = 0x2 |
Definition at line 40 of file lltextureentry.h.
Referenced by LLVOVolume::processUpdateMessage(), LLTextureEntry::setBumpmap(), LLTextureEntry::setBumpShiny(), LLTextureEntry::setBumpShinyFullbright(), LLTextureEntry::setFullbright(), LLTextureEntry::setGlow(), LLTextureEntry::setID(), LLTextureEntry::setMediaFlags(), LLTextureEntry::setMediaTexGen(), LLTextureEntry::setOffset(), LLTextureEntry::setRotation(), LLTextureEntry::setScale(), LLTextureEntry::setShiny(), and LLTextureEntry::setTexGen().
const S32 TEM_FULLBRIGHT_MASK = 0x01 |
Definition at line 51 of file lltextureentry.h.
Referenced by LLTextureEntry::getFullbright(), LLPanelFace::sendFullbright(), and LLTextureEntry::setFullbright().
const S32 TEM_FULLBRIGHT_SHIFT = 5 |
Definition at line 54 of file lltextureentry.h.
Referenced by LLTextureEntry::getFullbright(), and LLTextureEntry::setFullbright().
const S32 TEM_INVALID = 0x4 |
Definition at line 41 of file lltextureentry.h.
Referenced by LLVOVolume::processUpdateMessage(), and LLPrimitive::unpackTEMessage().
const S32 TEM_MEDIA_MASK = 0x01 |
Definition at line 62 of file lltextureentry.h.
Referenced by LLTextureEntry::getMediaFlags(), and LLTextureEntry::setMediaFlags().
const S32 TEM_SHINY_MASK = 0x03 |
Definition at line 52 of file lltextureentry.h.
Referenced by LLTextureEntry::getShiny(), LLPanelFace::sendShiny(), and LLTextureEntry::setShiny().
const S32 TEM_SHINY_SHIFT = 6 |
Definition at line 55 of file lltextureentry.h.
Referenced by LLTextureEntry::getShiny(), and LLTextureEntry::setShiny().
const S32 TEM_TEX_GEN_MASK = 0x06 |
Definition at line 63 of file lltextureentry.h.
Referenced by LLTextureEntry::getTexGen(), and LLTextureEntry::setTexGen().
const S32 TEM_TEX_GEN_SHIFT = 1 |
Definition at line 64 of file lltextureentry.h.
Referenced by LLPanelFace::getState(), and LLPanelFace::sendTexGen().