diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llface.h b/linden/indra/newview/llface.h index 5e422b4..4893e82 100644 --- a/linden/indra/newview/llface.h +++ b/linden/indra/newview/llface.h | |||
@@ -93,6 +93,9 @@ public: | |||
93 | BOOL hasGeometry() const { return mGeomCount > 0; } | 93 | BOOL hasGeometry() const { return mGeomCount > 0; } |
94 | LLVector3 getPositionAgent() const; | 94 | LLVector3 getPositionAgent() const; |
95 | LLVector2 surfaceToTexture(LLVector2 surface_coord, LLVector3 position, LLVector3 normal); | 95 | LLVector2 surfaceToTexture(LLVector2 surface_coord, LLVector3 position, LLVector3 normal); |
96 | void getPlanarProjectedParams(LLQuaternion* face_rot, LLVector3* face_pos, F32* scale) const; | ||
97 | bool calcAlignedPlanarTE(const LLFace* align_to, LLVector2* st_offset, | ||
98 | LLVector2* st_scale, F32* st_rot) const; | ||
96 | 99 | ||
97 | U32 getState() const { return mState; } | 100 | U32 getState() const { return mState; } |
98 | void setState(U32 state) { mState |= state; } | 101 | void setState(U32 state) { mState |= state; } |