“LlApplyRotationalImpulse”的版本间的差异

来自人工智能助力教育知识百科
跳转至: 导航搜索
(创建页面,内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}} {{函数详情 |函数名=Function: llApplyRotationalImpulse( vector force, integer local ); |…”)
 
Wzc讨论 | 贡献
第5行: 第5行:
 
|函数名=Function: llApplyRotationalImpulse( vector force, integer local );
 
|函数名=Function: llApplyRotationalImpulse( vector force, integer local );
 
|参数= 对对象应用旋转脉冲。
 
|参数= 对对象应用旋转脉冲。
•只适用于支持物理的对象。
+
•矢量力
 +
•整数局部-布尔值,如果真力被视为局部方向矢量,如果假力被视为区域方向矢量
 +
 
 +
|注意事项=•只适用于支持物理的对象。
 
•它对附件不起作用。
 
•它对附件不起作用。
  
|注意事项=The llAbs of -2147483648 is -2147483648. This is because the positive integer 2147483648 is outside the range of allowed LSL integer values.
+
|示例=
 
 
  
|示例=
 
示例1
 
 
<pre>  
 
<pre>  
 
default
 
default

2020年5月18日 (一) 09:17的版本

Template:Needs Translation/


函数名
Function: llApplyRotationalImpulse( vector force, integer local );
对对象应用旋转脉冲。

•矢量力 •整数局部-布尔值,如果真力被视为局部方向矢量,如果假力被视为区域方向矢量

注意事项
•只适用于支持物理的对象。

•它对附件不起作用。

示例
 
default
{
    state_entry()
    {
        llApplyRotationalImpulse(<0,5,0>,TRUE); //Rotates object.
    }
}
相关函数
llApplyImpulse

llSetAngularVelocity

相关事件


|相关事件= Search JIRA for related Issues