1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 2<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja"> 3<!-- InstanceBegin template="/Templates/default_template.dwt" codeOutsideHTMLIsLocked="false" --> 4<head> 5<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6<meta http-equiv="Content-Style-Type" content="text/css" /> 7<!-- InstanceBeginEditable name="CSS の相対パス指定" --> 8<link href="../../../common/manual.css" rel="stylesheet" type="text/css" /> 9<!-- InstanceEndEditable --> 10<!-- InstanceBeginEditable name="ページのタイトル" --> 11<title>シェーダーパネル</title> 12<!-- InstanceEndEditable --> 13</head> 14<body> 15<div> 16 <div class="body"> <!-- InstanceBeginEditable name="本文のタイトル" --> 17 <h1>シェーダーパネル</h1> 18 <!-- InstanceEndEditable --> <!-- InstanceBeginEditable name="本文" --> 19 <p>シェーダーパネルでは、CreativeStudio に読み込まれているシェーダープログラムの詳細の確認ができます。</p> 20 <p class="new_hint">補足:<br /> 21 シェーダーパネルは情報を表示するだけです。シェーダーの内容など編集することはできません。</p> 22 <h2>シェーダーパネルの設定項目と機能</h2> 23 <p>ここでは、シェーダーパネルの設定項目と機能を説明します。</p> 24 <div class="wrap_picture"> <img src="assets/shader_panel.png" alt="シェーダーパネルの設定項目"/> </div> 25 <div class="wrap_text"> 26 <table class="space"> 27 <tr> 28 <th><em>A</em></th> 29 <td class="td_color">シェーダーカインド</td> 30 <td>使用されているシェーダーの種類が表示されます。</td> 31 </tr> 32 <tr> 33 <th><em>B</em></th> 34 <td class="td_color">シェーダープログラムディスクリプション</td> 35 <td>シェーダープログラムで設定されている、シェーダーインデックス、頂点属性シンボル、シェーダーシンボルなど表示されます。</td> 36 </tr> 37 <tr> 38 <th><em>C</em></th> 39 <td class="td_color">シェーダーシンボル</td> 40 <td>エキスパンダーを開くことでシェーダーシンボルのパラメータが表示されます。<br /> 41 シェーダーシンボルの型や名前が表示されます。<br /> 42 また、シェーダーシンボルの有効 / 無効や、デフォルト値の変更が可能です。</td> 43 </tr> 44 <tr> 45 <th><em>D</em></th> 46 <td class="td_color">頂点属性シンボル</td> 47 <td>エキスパンダーを開くことで、シェーダープログラムで設定されている頂点属性シンボルが表示されます。</td> 48 </tr> 49 </table> 50 </div> 51 <div class="wrap_clear"></div> 52 <!-- InstanceEndEditable --> </div> 53 <div class="footer" /> 54</div> 55</body> 56<!-- InstanceEnd --> 57</html> 58