TOUCH INVALID TEXCOORD

From Second Life Wiki
Revision as of 12:04, 12 October 2008 by Strife Onizuka (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

Constant: vector TOUCH_INVALID_TEXCOORD = <-1.0, -1.0, 0.0>;

The vector constant TOUCH_INVALID_TEXCOORD has the value <-1.0, -1.0, 0.0>

Returned by llDetectedTouchUV and llDetectedTouchST when the touch position is not valid.

Related Articles

Functions

•  llDetectedTouchUV
•  llDetectedTouchST

Deep Notes

History

Search JIRA for related Issues

Signature

vector TOUCH_INVALID_TEXCOORD = <-1.0, -1.0, 0.0>;