LlMakeExplosion/ja

From Second Life Wiki
< LlMakeExplosion
Revision as of 06:06, 16 July 2009 by MasterOf Perl (talk | contribs) (Initial translation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Emblem-important.png 廃止済み
(この関数は廃止されています。代わりに llParticleSystem を使用してください。)

要約

関数: llMakeExplosion( integer particles, float scale, float vel, float lifetime, float arc, string texture, vector offset );

パーティクルが球状に広がるような爆発を表現します。

• integer particles
• float scale
• float vel
• float lifetime
• float arc
• string texture
• vector offset

警告

  • この関数は 0.1 秒間、スクリプトを停止します。
  • この関数は廃止されています。代わりに llParticleSystem を使用してください。
All Issues ~ Search JIRA for related Bugs

サンプル

注意点

バージョン 1.14 以降、それまでの llMakeExplosion によるパーティクルと同等の表現が可能な llParticleSystem が用意されました。 <lsl> llMakeExplosion(integer particle_count,

               float particle_scale,
               float particle_speed,
               float particle_lifetime,
               float source_cone,
               string source_texture_id,
               vector local_offset);

</lsl> <lsl> fakeMakeExplosion(integer particle_count, float particle_scale, float particle_speed,

                float particle_lifetime, float source_cone, string source_texture_id, 
                vector local_offset) 

{

   //local_offset is ignored
   llParticleSystem([
       PSYS_PART_FLAGS,            PSYS_PART_INTERP_COLOR_MASK

特記事項

Search JIRA for related Issues

Signature

function void llMakeExplosion( integer particles, float scale, float vel, float lifetime, float arc, string texture, vector offset );
この翻訳は 原文 と比べて古いですか?間違いがありますか?読みにくいですか?みんなで 修正 していきましょう! (手順はこちら)
この項目はあなたにとって参考にならない項目ですか?もしかしたらLSL Wikiの関連した項目が参考になるかもしれません。