LlMakeFountain/ja

From Second Life Wiki
< LlMakeFountain
Revision as of 07:00, 10 April 2010 by Mako Nozaki (talk | contribs) (カテゴリ変更)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

要約

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

パーティクルの泉を表現します。

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

警告

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

サンプル

注意点

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

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

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

               float particle_lifetime, float source_cone, integer bounce,
               string source_texture_id, vector local_offset, vector bounce_offset)

{ // local_offset is ignored // bounce is ignored // bounce_offset is ignored

   llParticleSystem([
       PSYS_PART_FLAGS,            PSYS_PART_INTERP_COLOR_MASK

特記事項

Search JIRA for related Issues

Signature

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