PRIM FLEXIBLE/ja

From Second Life Wiki
< PRIM FLEXIBLE
Revision as of 04:53, 29 June 2008 by Asuka Neely (talk | contribs) (New page: <onlyinclude>{{#if: {{#vardefine:flexible_const|{{LSL Const/ja|PRIM_FLEXIBLE|integer|21|c=プリムのフレキシブル構成{{GetSet|{{{1|}}}|取得|設定|/}}するのに用いられ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

解説

定数: integer PRIM_FLEXIBLE = 21;

integer 定数 PRIM_FLEXIBLE の値は 21 です。

プリムのフレキシブル構成を取得あるいは設定するのに用いられます。

llSetPrimitiveParams

[ PRIM_FLEXIBLE, integer boolean, integer softness, float gravity, float friction, float wind, float tension, vector force ]
• integer boolean TRUE ならば有効 、 FALSE ならば無効
• integer softness 0から4の範囲
• float gravity 0.0から10.0の範囲
• float friction 0.0から10.0の範囲
• float wind 0.0から10.0の範囲
• float tension 0.0から10.0の範囲
• vector force

llSetPrimitiveParamsllSetLinkPrimitiveParamsを実行するときに用いられます。

llGetPrimitiveParams

llGetPrimitiveParams([ PRIM_FLEXIBLE ]);

list [ integer boolean, integer softness, float gravity, float friction, float wind, float tension, vector force ]を返します。

• integer boolean TRUE ならば有効 、 FALSE ならば無効
• integer softness 0から4の範囲
• float gravity 0.0から10.0の範囲
• float friction 0.0から10.0の範囲
• float wind 0.0から10.0の範囲
• float tension 0.0から10.0の範囲
• vector force

特記事項

この翻訳は 原文 と比べて古いですか?間違いがありますか?読みにくいですか?みんなで 修正 していきましょう! (手順はこちら)