Difference between revisions of "LlGroundContour"

From Second Life Wiki
Jump to navigation Jump to search
Line 5: Line 5:
|func_desc
|func_desc
|func_footnote=The requested position needs to be in the same sim.
|func_footnote=The requested position needs to be in the same sim.
|return_text=that is the ground contour below the object [[llGetPos|position]] + '''offset'''
|return_text=that is the ground contour direction below the object [[llGetPos|position]] + '''offset'''. The contour is the direction of a contour line at that point, that is the direction in which there is no change in elevation.
|spec
|spec
|caveats
|caveats

Revision as of 12:00, 18 May 2007

Summary

Function: vector llGroundContour( vector offset );

Returns a vector that is the ground contour direction below the object position + offset. The contour is the direction of a contour line at that point, that is the direction in which there is no change in elevation.

• vector offset

The requested position needs to be in the same sim.

Examples

See Also

Functions

•  llGround Gets the ground height
•  llGroundNormal Gets the ground normal
•  llGroundSlope Gets the ground slope

Deep Notes

Search JIRA for related Issues

Signature

function vector llGroundContour( vector offset );