1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4<meta http-equiv="Content-Style-Type" content="text/css">
5<link rel="stylesheet" href="css/manpage.css" type="text/css">
6<title>Plug-in for Creating Normal Maps</title>
7</head>
8<body>
9
10<h2 id="normalmap">Plug-in for Creating Normal Maps</h2>
11<p>
12This plug-in creates normal maps from bumps and depressions in an image by treating image brightness as an indication of height. Color images can also be processed.
13</p>
14
15<h3 id="normalmap_usage">Using the Tool</h3>
16<p>Select all channels and execute [NintendoWare for CTR] &gt; [NW4C_NormalMapFilter...] on the [Filter] menu.</p>
17<p><img src="images/NormalMapOpt1.gif" border="0"></p>
18<p>
19A scale value for adjusting the height of bumps and depressions can be set in the [Height Scale] parameter. In units of %. Increasing this value emphasis bumps and depressions.
20</p>
21<p>
22The [Filter Type] parameter sets the filter type. The larger the value the greater the range sampled. The initial value is [3x3].
23</p>
24<p>
25The [Edge] parameter specifies image edge processing. Selecting [Wrap] wraps edges. Selecting [Enlarge] stretches edge pixels. The initial value is [Wrap].
26</p>
27<p>
28The [The alpha channel is multiplied] parameter specifies whether to multily the alpha channel by the height map.<BR> ON multiplies the alpha channel by the height map. OFF does not multiply the alpha channel by the height map. No multiplication is performed if there is no alpha channel even if this parameter is turned ON.
29</p>
30<p>
31Press the [Load Param] button displays a file selection dialog. The selected configuration file is loaded and used to set current parameters.
32</p>
33<p>
34Pressing the [Save Param] button displays a file selection dialog. Current parameters are saved in the specified configuration file.
35</p>
36
37<h3 id="normalmap_notes">Notes</h3>
38
39<h4 id="normalmap_image_mode">Image Mode</h4>
40<p>
41Image mode can only be executed when RGB color is used. <br> Executing on files that use 16 bits per channel is impossible.</p>
42
43<h4 id="normalmap_alpha_chan">Alpha Channel</h4>
44<p>
45If there is more than one alpha channel, information for the topmost alpha channel in the channel window is used for height map multiplication.<BR> Select an RGB channel and execute.<BR> Correct processing does not result if executed with only an alpha channel selected.</p>
46
47<h4 id="normalmap_layer">Layers</h4>
48<p>
49Processing is performed on selected layers.<BR>
50</p>
51
52<h4 id="normalmap_mipmap">Combined use with Mipmaps</h4>
53<p>Processing can also be applied to mipmap images.</p>
54<ol>
55<li>Create a MIP map image using the MIP map creation plug-in.</li>
56<li>Combine all layers.</li>
57<li>Apply the plug-in for creating a normal map.</li>
58</ol>
59
60<p><br><br></p>
61<hr><p>CONFIDENTIAL</p></body>
62</html>