Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/Distribution/jp/RailSim2/Help/pi_env.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations) (download) (as text)
Sat Aug 21 01:33:05 2010 UTC (13 years, 9 months ago) by okadu
File MIME type: text/html
File size: 3283 byte(s)
[okadu] 配布用マスターディレクトリ(Distribution)を追加。
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html lang="ja">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
5 <title>環境プラグイン</title>
6 <link rel="stylesheet" type="text/css" href="main.css">
7 <link rel="SHORTCUT ICON" href="interi.ico">
8 </head>
9 <body>
10 <a name="pagetop">
11 <div class="centerbox" align="center">
12 <div class="topbox">
13 <div class="contbox">
14 <h1>環境プラグイン</h1>
15 </div>
16 <div class="menubox">
17 <div class="contbox">
18 <h2>コンテンツ</h2>
19 <p class="joint"><a href="../index.html">トップページ</a></p>
20 <p class="joint"><a href="introduction.html">はじめに</a></p>
21 <p class="joint"><a href="operation.html">操作方法</a></p>
22 <p class="joint"><a href="plugin.html">プラグイン</a><br>+ <a href="pi_install.html">インストール</a><br>+ <a href="pi_making.html">作成方法</a><br>+ <a href="pi_grammar.html">文法の読み方</a><br>+ <a href="pi_profile.html">プロファイル</a><br> + <a href="pi_rail.html">レール</a><br> + <a href="pi_tie.html">枕木</a><br> + <a href="pi_girder.html">橋桁</a><br> + <a href="pi_pier.html">橋脚</a><br> + <a href="pi_line.html">架線</a><br>+ <a href="pi_pole.html">架線柱</a><br>+ <a href="pi_model.html">モデル</a><br> + <a href="pi_train.html">車輌</a><br> + <a href="pi_station.html">駅舎</a><br> + <a href="pi_struct.html">施設</a><br> + <a href="pi_surface.html">地形</a><br>+ <span class="appeal">環境</span><br>+ <a href="pi_skin.html">スキン</a><br>+ <a href="pi_index.html">索引</a></p>
23 <p class="joint"><a href="thanks.html">謝辞</a></p>
24 <p class="joint"><a href="support.html">サポート</a></p>
25 <p class="joint"><a href="faq.html">よくある質問</a></p>
26 <p><a href="history.html">更新履歴</a></p>
27 </div>
28 </div>
29 <div class="mainbox">
30 <div class="contbox">
31 <h2>概要</h2>
32 <p>環境プラグインは、シーンの背景や天体の動きなどを表現するために使用されます。</p>
33 </div>
34 <div class="contbox cb_src">
35 <h2>定義ファイル (Env2.txt) 文法</h2>
36 <pre class="nonterm">env-plugin ::=</pre>
37 <pre class="ind"><a class="nonterm" href="pi_sym_plugin_header.html">plugin-header</a>
38 EnvInfo{
39 Latitude = <a class="nonterm" href="pi_sym_float.html">float</a>;
40 EnvMapTexFileName = <a class="nonterm" href="pi_sym_filename.html">filename</a>;
41 }
42 <a class="nonterm" href="pi_sym_env_landscape_info.html">env-landscape-info</a>
43 <a class="nonterm" href="pi_sym_env_sun_info.html">env-sun-info</a>
44 <a class="nonterm" href="pi_sym_env_moon_info.html">env-moon-info</a><span class="sup">*</span></pre>
45 </div>
46 <div class="contbox">
47 <h2>解説</h2>
48 <p class="argname">Latitude</p>
49 <p class="argexp">環境の緯度を指定します。</p>
50 <p class="argname">EnvMapTexFileName</p>
51 <p class="argexp"><a class="nonterm" href="pi_sym_env_mapper.html">env-mapper</a> で使用する環境マッピングのテクスチャを指定します。</p>
52 <p>地軸の傾きや緯度、月の数や公転周期、公転軸など天体シミュレーションも細かく設定できますが、地球の公転周期などカレンダーに影響する要素は変更できません。</p>
53 </div>
54 </div>
55 <div class="footbox">
56 <p class="silent"><a href="pi_surface.html"><PrevSec</a> | <a href="plugin.html">▲ChTop</a> | <a href="#pagetop">▲PageTop</a> | <a href="pi_skin.html">NextSec></a><br>Copyright (c) 2003-2009 インターネット停留所</p>
57 </div>
58 </div>
59 </div>
60 </body>
61 </html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26