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="en-US" lang="en-US">
3<head>
4<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5<meta http-equiv="Content-Style-Type" content="text/css" />
6<link href="../../../../html/common/main.css" rel="stylesheet" type="text/css" />
7<title>Material</title>
8</head>
9<body>
10<h1>Material</h1>
11<p>Materials have the following property items. </p>
12<p><a href="#material_import_and_export">Material configuration file import/export</a> is also possible.</p>
13<ul class="sub_page">
14  <li><a href="material_view.html">Display</a></li>
15  <li><a href="material_color.html">Color</a></li>
16  <li><a href="material_light_set.html">Light Set</a></li>
17  <li><a href="vertex_light_shader.html">Vertex Shader</a></li>
18  <li><a href="flagment_light.html">Fragment light</a></li>
19  <li><a href="material_texture.html">Textures</a></li>
20  <li><a href="material_combiner_color.html">Combiner Color</a></li>
21  <li><a href="material_combiner_stage.html">Combiner Stages</a></li>
22  <li><a href="material_fog.html">Fog</a></li>
23  <li><a href="material_fragment_test.html">Fragment Test</a></li>
24  <li><a href="material_blender.html">Blender</a></li>
25  <li><a href="../user_data.html">User Data</a></li>
26</ul>
27<p class="image"><img src="images/material_property.png" alt="Material Properties" /></p>
28<ol class="ui">
29  <!-- =================================================== -->
30  <li>Displays material properties.<BR> When an item is selected, information for that item is displayed in B, where it can be edited.</li>
31  <!-- =================================================== -->
32  <li>Displays details of the selected property item.<br /> The <a href="#preset">blending preset</a> can be selected from a pull-down menu.</li>
33  <!-- =================================================== -->
34  <li>Displays current material settings.</li>
35</ol>
36<p><a name="preset" id="preset"></a></p>
37<h2>Blending Preset</h2>
38<p>You can set a blending preset.</p>
39<p class="image"><img src="images/preset.png" alt="Material Properties" /></p>
40<ol class="ui">
41  <li>Select a blending preset from the pull-down menu.<BR> Custom can be selected if preset settings are inapproriate.</li>
42  <li>This table gives details on blending preset settings.</li>
43</ol>
44<p><a name="material_import_and_export" id="material_import_and_export"></a></p>
45<h2>Importing/Exporting Material Configuration Files</h2>
46<p>This feature is for importing/exporting material configuration files.</p>
47<p class="image"><img src="images/import_and_export.png" alt="Importing/Exporting Material Configuration Files" /></p>
48<ol class="ui">
49  <li>Used to imports material configuration files (.c3mt).<BR> Clicking the icon opens a <a href="#material_inport_dialog">file selection window</a> in a separate window, where you can select the material configuration file.<BR> Files can also be imported by dragging and dropping them into the material Property window.</li>
50  <li>Used to exports material configuration files.<BR> Clicking the icon opens a <a href="#material_inport_dialog">material configuration file export dialog</a> in a separate window.</li>
51</ol>
52<p><a name="material_inport_dialog" id="material_inport_dialog"></a></p>
53<h3>Material Configuration File Selection Window</h3>
54<p>This window opens when selecting a material configuration file for import.</p>
55<p class="image"><img src="images/material_inport_dialog.png" alt="Material Configuration File Export Dialog" /></p>
56<ol class="ui">
57  <li>Displays the material configuration files (the <CODE>.c3mt</CODE> files) that can be selected.<br /> When you select a file, the <a href="#material_inport_dialog01">dialog for importing the Material Settings file</a> opens and you can configure the details there.</li>
58</ol>
59<p><a name="material_inport_dialog01" id="material_inport_dialog01"></a></p>
60<h3>Dialog for importing the Material Settings file</h3>
61<p>Select the checkboxes for items to be imported and press OK.</p>
62<p class="image"><img src="images/material_inport_dialog01.png" alt="Dialog for importing the Material Settings file" /></p>
63<ol class="ui">
64  <li>Set which items to import from the Material Settings file by marking their checkboxes.<br /> The items selected here will be the applied items when importing.</li>
65  <li>Setting details<BR>Displays details regarding the material settings being imported.</li>
66  <li>Pressing the + icon expands all items displayed under setting details.<BR> Pressing the - icon closes all expanded settings.</li>
67  <li>Comments<br />Shows comments for the Material Settings file being imported.</li>
68</ol>
69<p><a name="material_export_dialog" id="material_export_dialog"></a></p>
70<h3>Material Configuration File Export Dialog</h3>
71<p>This dialog can be used to confirm information about material configuration files to be exported and set applicable default settings.</p>
72<p class="image"><img src="images/material_export_dialog.png" alt="Material Configuration File Export Dialog" /></p>
73<ol class="ui">
74  <li>Applicable default settings at time of import<BR>Selected items are applied as defaults at time of import.<BR> <strong>All settings get exported, regardless of whether they are selected.</strong></li>
75  <li>Setting details<BR>Displays details regarding material settings being exported.</li>
76  <li>Pressing the + icon expands all items displayed under setting details.<BR> Pressing the - icon closes all expanded settings.</li>
77  <li>Comment<BR>Attaches a comment to the material configuration file to be exported.</li>
78</ol>
79<p>Pressing OK opens a save file dialog. You can save the material configuration file (.c3mt) in any location under any name.</p>
80<hr><p>CONFIDENTIAL</p></body>
81</html>
82