1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 2 "http://www.w3.org/TR/html4/strict.dtd"> 3<html> 4<head> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 6 <link href="../../css/manpage.css" rel="stylesheet" type="text/css"> 7 <title>Texture Management Window</title> 8</head> 9<body> 10<h1 id="TEXTURE_WINDOW">Texture Management Window</h1> 11 12<p>Use this window to manage textures in the layout.</p> 13 14<p class="img"> 15 <img src="texture/images/texture_window.gif" alt="Texture Management Window"> 16</p> 17 18<ol class="ui"> 19 20 21 22 23 <!-- =================================================== --> 24 <li> 25 <p>Loads texture image files.</p> 26 </li> 27 28 <!-- =================================================== --> 29 <li> 30 <p>Creates a picture pane using the selected texture.</p> 31 </li> 32 33 <!-- =================================================== --> 34 <li> 35 <p>Updates the display based on the latest information. Click here when the texture image has been changed externally.</p> 36 </li> 37 <!-- =================================================== --> 38 <li> 39 <p>Resets the image file path for the texture.<br> Use when the texture position, such as the folder structure, changes.<br> <strong>In this case, the specified file must have the same filename.</strong></p> 40 </li> 41 42 <!-- =================================================== --> 43 <li> 44 <p>Selects textures not used in the layout.</p> 45 </li> 46 47 <!-- =================================================== --> 48 <li> 49 <p>Deletes the selected texture.</p> 50 </li> 51 52 <!-- =================================================== --> 53 <li> 54 <p>Selects the Display Format for Texture Information</p> 55 <dl class="enum"> 56 <dt>Image View format</dt> 57 <dd> 58 <p>Displays texture information as a list of images.</p> 59 </dd> 60 <dt>Detail View Format</dt> 61 <dd> 62 <p>Displays texture information in a list.</p> 63 </dd> 64 </dl> 65 </li> 66 67 <!-- =================================================== --> 68 <li> 69 <p>This area is used to display texture information. Displays texture information in either Image View format or Detail View format.</p> 70 <dl class="enum"> 71 <dt>Image View format</dt> 72 <dd> 73 <p class="img"> 74 <img src="texture/images/texture_graphic_window.gif" alt="Texture Management Image View Format"> 75 </p> 76 <ol class="ui"> 77 <li>Displays a list of textures using resized images.</li> 78 <li>The name of the texture.</li> 79 </ol> 80 </dd> 81 <dt>Detail View Format</dt> 82 <dd> 83 <p class="img"> 84 <img src="texture/images/texture_detail_window.gif" alt="Texture List Detail View Format"> 85 </p> 86 <ol class="ui"> 87 <li>The name of the texture.</li> 88 <li> 89 <p>The format of texture after binary conversion.<br> 90 </p> 91 <!-- <strong>C14フォーマットを利用される場合は、ビューアの表示条件に注意してください。 正しくプレビューできない可能性があります。<br> ビューアの表示条件については、ビューアのヘルプを参照してください。</strong> <dt>I4</dt><dd>インテンシティ4bit</dd> <dt>IA4</dt><dd>インテンシティ4bit+アルファ4bit(8bit/texel)</dd> <dt>I8</dt><dd>インテンシティ8bit</dd> <dt>IA8</dt><dd>インテンシティ8bit+アルファ8bit(16bit/texel)</dd> <dt>RGB565</dt><dd>RGB 16bit(R5+G6+B5)</dd> <dt>RGB5A3</dt><dd>RGB555フォーマット(不透明)もしくはRGBA4443フォーマット(半透明)</dd> <dt>RGBA8</dt><dd>32bitフルカラーRGBA(それぞれ8bit)</dd> <dt>CMPR</dt><dd>圧縮フォーマット(4bit/texel)</dd> <dt>C4</dt><dd>カラーインデックスフォーマット4bit(NW4CTGA利用)</dd> <dt>C8</dt><dd>カラーインデックスフォーマット8bit(NW4CTGA利用)</dd> <dt>C14</dt><dd>カラーインデックスフォーマット14bit(NW4CTGA利用)</dd> --> 92 <dl class="enum"> 93 <dt>L4</dt><dd>4-bit luminance</dd> 94 <dt>L8</dt><dd>8-bit luminance</dd> 95 <dt>A4</dt><dd>alpha 4 bits</dd> 96 <dt>A8</dt><dd>alpha 8 bits</dd> 97 <dt>LA4</dt><dd>4-bit luminance and 4-bit alpha</dd> 98 <dt>LA8</dt><dd>8-bit luminance and 8-bit alpha</dd> 99 <dt>HILO8</dt><dd>8-bit R and 8-bit G components</dd> 100 <dt>RGB565</dt><dd>5-bit R, 6-bit G, and 5-bit B components</dd> 101 <dt>RGB8</dt><dd>8-bit RGB components</dd> 102 <dt>RGB5_A1</dt><dd>5-bit RGB and 1-bit alpha components</dd> 103 <dt>RGBA4</dt><dd>4-bit RGBA components</dd> 104 <dt>RGBA8</dt><dd>8-bit RGBA components</dd> 105 <dt>ETC1</dt><dd>Compressed RGB</dd> 106 <dt>ETC1_A4</dt><dd>Compressed RGB and 4-bit alpha components</dd> 107 </dl> 108 </li> 109 <li>The texture width.</li> 110 <li>The texture height.</li> 111 <li>The proportion of blank area when texture size has been padded to a power of two.</li> 112 <li>The size of blank area when texture size has been padded to a power of two.</li> 113 <li>The file path where the texture is saved.</li> 114 <li>This area is used to display texture images. Displays the selected texture's image.</li> 115 <li>Shows the size of the blank area in the overall texture and the size of that blank area as a percentage of the entire texture size. 116</li> 117 </ol> 118 </dd> 119 </dl> 120 </li> 121</ol> 122 123<hr><p>CONFIDENTIAL</p></body> 124</html> 125