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>バンプマッピングは、読み込んだテクスチャをバンプマップとして使用する際に設定します。</p> 20 <h2>バンプマッピングの設定項目と機能</h2> 21 <p>ここでは、バンプマッピングの設定項目と機能について説明します。</p> 22 <div class="wrap_picture"> <img src="assets/bump_mapping.png" alt="バンプマッピング"/> </div> 23 <div class="wrap_text"> 24 <table class="space"> 25 <tr> 26 <th><em>A</em></th> 27 <td class="td_color">モード</td> 28 <td>読み込まれているテクスチャの使用方法を「バンプマッピング」か「タンジェントマッピング」で選択します。<br /> 29 バンプマッピングの詳細は、<a href="../../../../../user_guide/texture/texture_mapping/index.html#bump_mapping">こちら</a>を参照してください。</td> 30 </tr> 31 <tr> 32 <th><em>B</em></th> 33 <td class="td_color">Z 成分の再計算</td> 34 <td>Z 成分の再計算をする場合はチェックを入れます。</td> 35 </tr> 36 <tr> 37 <th><em>C</em></th> 38 <td class="td_color">バンプ使用テクスチャ</td> 39 <td>CreativeStudio に読み込んだテクスチャでバンプに使用するテクスチャを選択します。</td> 40 </tr> 41 </table> 42 </div> 43 <div class="wrap_clear"></div> 44 <!-- InstanceEndEditable --> </div> 45 <div class="footer" /> 46</div> 47</body> 48<!-- InstanceEnd --> 49</html> 50