TOUCH INVALID TEXCOORD

From Second Life Wiki
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>;