Difference between revisions of "PRIM ROTATION/ja"
Jump to navigation
Jump to search
JIRA で関連バグを検索する
Asuka Neely (talk | contribs) (New page: {{#if: {{LSL_Constants/PrimitiveParams/ja}} }}{{LSL Constant/ja |name=PRIM_ROTATION |type=integer |value=8 |desc=PRIM_ROTATION is used to get or set the prim's rotation. |pa={{LSL Constant...) |
Mako Nozaki (talk | contribs) (sync with english version) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{#if: | <onlyinclude>{{#if: | ||
{{ | |||
{{#vardefine:rotation_const|{{LSL Const/ja|PRIM_ROTATION|integer|8|c=プリムの回転を {{GetSet|{{{1|}}}|取得|設定|/}} するのに使用します。}}}} | |||
{{#vardefine:p_rot_desc|有効な回転値}} | |||
{{#ifeq:{{{1|set}}}|set|{{Issues/SVC-93}}}} | |||
{{#vardefine:caveats-get|{{#var:caveats-get}} | |||
* '''{{LSL Param|rot}}''' は常に [[Viewer_coordinate_frames/ja#global|グローバルな回転値]] です。プリムが子プリムでもアタッチメントのルートプリムでも同様です。 | |||
}} | |||
{{#switch:{{{1|}}} | |||
|get={{#vardefine:caveats|{{#var:caveats}} | |||
{{#var:caveats-get}}}} | |||
|set={{#vardefine:caveats|{{#var:caveats}} | |||
{{#var:caveats-set}}}} | |||
}} | |||
}}</onlyinclude>{{#if: | |||
}}{{LSL Constant/ja | }}{{LSL Constant/ja | ||
|name=PRIM_ROTATION | |name=PRIM_ROTATION | ||
|type=integer | |type=integer | ||
|value=8 | |value=8 | ||
|desc=PRIM_ROTATION | |desc=PRIM_ROTATION はプリムの回転の取得あるいは設定に用いられます。 | ||
|pa={{LSL Constant/List/ja|i_front=[ [[PRIM_ROTATION/ja|PRIM_ROTATION]], |i_end= ] | |pa={{LSL Constant/List/ja|i_front=[ [[PRIM_ROTATION/ja|PRIM_ROTATION]], |i_end= ] | ||
|text= | |text=[[llSetPrimitiveParams/ja|llSetPrimitiveParams]]と[[llSetLinkPrimitiveParams/ja|llSetLinkPrimitiveParams]]が使用された時。 | ||
{{LSL Generic/Caveats/ja|caveats={{#var:caveats-set}}|title=*}} | |||
|toc=llSetPrimitiveParams | |||
|i1_type=rotation|i1_name=rot | |i1_type=rotation|i1_name=rot | ||
}} | }} | ||
|pb={{LSL Constant/List/ja|i_front=[[llGetPrimitiveParams/ja|llGetPrimitiveParams]]([ [[PRIM_ROTATION/ja|PRIM_ROTATION]]|i_end= ]);| | |pb={{LSL Constant/List/ja|i_front=[[llGetPrimitiveParams/ja|llGetPrimitiveParams]]([ [[PRIM_ROTATION/ja|PRIM_ROTATION]]|i_end= ]);| | ||
|r_front= | |r_front=[ |r_end= ]のlistを返します。 | ||
|text | |text={{LSL Generic/Caveats/ja|caveats={{#var:caveats-get}}|title=*}} | ||
|toc=llGetPrimitiveParams | |||
|r1_type=rotation|r1_name=rot | |r1_type=rotation|r1_name=rot | ||
}} | }} | ||
Line 19: | Line 43: | ||
<!--{{LSL ConstRow/ja|CHANGED_SHAPE}}--> | <!--{{LSL ConstRow/ja|CHANGED_SHAPE}}--> | ||
|functions= | |functions= | ||
{{LSL DefineRow | {{LSL DefineRow||[[llGetPrimitiveParams/ja|llGetPrimitiveParams]]|}} | ||
{{LSL DefineRow | {{LSL DefineRow||[[llSetPrimitiveParams/ja|llSetPrimitiveParams]]|}} | ||
{{LSL DefineRow | {{LSL DefineRow||[[llSetLinkPrimitiveParams/ja|llSetLinkPrimitiveParams]]|}} | ||
{{LSL DefineRow | {{LSL DefineRow||[[llGetRot/ja|llGetRot]]|}} | ||
{{LSL DefineRow | {{LSL DefineRow||[[llSetRot/ja|llSetRot]]|}} | ||
{{LSL DefineRow | {{LSL DefineRow||[[llSetLocalRot/ja|llSetLocalRot]]|}} | ||
{{LSL DefineRow | {{LSL DefineRow||[[llGetLocalRot/ja|llGetLocalRot]]|}} | ||
{{LSL DefineRow | {{LSL DefineRow||[[llGetRootRotation/ja|llGetRootRotation]]|}} | ||
{{LSL DefineRow | {{LSL DefineRow||[[llGetObjectDetails/ja|llGetObjectDetails]]|}} | ||
|events= | |events= | ||
<!--{{LSL DefineRow/ja||[[changed/ja|changed]]|}}--> | <!--{{LSL DefineRow/ja||[[changed/ja|changed]]|}}--> | ||
|location | |location | ||
|cat1=Prim | |cat1=Prim | ||
|cat2=Rotation | |cat2=Rotation | ||
|cat3=Movement | |cat3=Movement | ||
|cat4 | |cat4 | ||
}} | }} |
Latest revision as of 04:24, 13 April 2010
LSL ポータル | 関数 | イベント | 型 | 演算子 | 定数 | 実行制御 | スクリプトライブラリ | カテゴリ別スクリプトライブラリ | チュートリアル |
解説
定数: integer PRIM_ROTATION = 8;integer 定数 PRIM_ROTATION の値は 8 です。
PRIM_ROTATION はプリムの回転の取得あるいは設定に用いられます。
llSetPrimitiveParams
[ PRIM_ROTATION, rotation rot ]• rotation | rot | – | 有効な回転値 |
llSetPrimitiveParamsとllSetLinkPrimitiveParamsが使用された時。 JIRA で関連バグを検索する
llGetPrimitiveParams
llGetPrimitiveParams([ PRIM_ROTATION ]);[ rotation rot ]のlistを返します。
• rotation | rot | – | 有効な回転値 |
警告
- rot は常に グローバルな回転値 です。プリムが子プリムでもアタッチメントのルートプリムでも同様です。
関連記事
特記事項
全ての記事
~ JIRA で関連記事を検索SVC-93 | A | llSetRot and llSetPrimitiveParams (using PRIM_ROTATION) incorrectly implemented for child prims. |