“LlGroundNormal”的版本间的差异
(创建页面,内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}} {{函数详情 |函数名 = Function: vector llGroundNormal( vector offset ); |参数= 参数:…”) |
|||
(未显示同一用户的1个中间版本) | |||
第14行: | 第14行: | ||
|相关函数= | |相关函数= | ||
− | [[llGround]] – | + | [[llGround]] – 得到地面高度 |
− | [[llGroundContour]] – | + | |
− | [[llGroundSlope]] – | + | [[llGroundContour]] – 得到了地面的轮廓 |
− | + | ||
+ | [[llGroundSlope]] – 得到地面斜率 | ||
无 | 无 | ||
}} | }} |
2020年8月22日 (六) 02:48的最新版本
首页 | 函数 | 事件 | 类型 | 操作符 | 常数 | Flow Control | Script Library | Categorized Library | Tutorials |
函数名 |
---|
Function: vector llGroundNormal( vector offset ); |
参数:
vector offset – offset relative to the prim's position and expressed in local coordinates |
返回值:
返回一个向量,该向量是当前位置偏移后的地面法线。 |
注意事项 |
---|
无 |
示例 |
---|
无 |
相关函数 |
---|
llGround – 得到地面高度
llGroundContour – 得到了地面的轮廓 llGroundSlope – 得到地面斜率 无 |
相关事件 |
---|
无 |