LlGroundContour
De DigiWiki.
This function is defined as:
vector llGroundContour(vector offset) { vector slope = llGroundSlope(offset); return <-slope.y, slope.x, 0.0>; }
This function is defined as:
vector llGroundContour(vector offset) { vector slope = llGroundSlope(offset); return <-slope.y, slope.x, 0.0>; }