<?xml version="1.0" ?>
<!DOCTYPE adsui SYSTEM "../../ui.dtd">
<adsui version="2.0">
  <PageInfo>
    <Title>
      Ceramic
    </Title>
  </PageInfo>
  <Fields>
    <StackPanel id="asset_information" 
                label="Information" 
                orientation="Vertical" 
                expanded="false">
      <AssetName id="asset_name"
                 label="Name"/>
      <AssetDescription id="asset_description"
                        label="Description"/>
      <AssetKeywords id="asset_keywords"
                     label="Keywords"/>
      <AssetType id="asset_type"
                 label="Type"/>
      <AssetSource id="asset_source"
                   label="Source"/>
      <AssetVersion id="asset_version"
                    label="Version"/>
      <AssetTexturePaths id="asset_texture_paths"
                         label="Texture Paths"/>
    </StackPanel>

    <StackPanel id="ceramic_props" 
                label="Ceramic" 
                orientation="Vertical" 
                expanded="true">
      <ChooseList id="ceramic_type"
                  label="Type"
                  tooltip="Chooses Type of material: Ceramic or Porcelain.">
        <Choice id="ceramic_ceramic" label="Ceramic"/>
        <Choice id="ceramic_porcelain" label="Porcelain"/>
      </ChooseList>
      <MappableColor id="ceramic_color"
                     label="Color"
                     colorbyobject="true"
                     tooltip="Selects a color, image, or procedural texture to create the appearance of the material.">
        <BoolColorByObject id="ceramic_color_by_object" />
      </MappableColor>
      <ChooseList id="ceramic_application" label="Finish"
                  tooltip="Adjusts the texture of the finished surface.">
        <Choice id="ceramic_high_glossy" label="High Gloss / Glazed"/>
        <Choice id="ceramic_satin" label="Satin"/>
        <Choice id="ceramic_matte" label="Matte"/>
      </ChooseList>
      
    </StackPanel>
    
    <StackPanel id="ceramic_bump" 
                label="Finish Bumps" 
                labelid="ceramic_bump_panel_label" 
                orientation="Vertical" 
                checkbox="true" 
                checkonvalue="ceramic_wavy">
      <ChooseList id="ceramic_bump" 
                  onebased="true" 
                  label="Type"
                  labelid="ceramic_bump_list_label" 
                  tooltip="Adjusts the pattern used to portray the low frequency waves often found in ceramics.">
        <Choice id="ceramic_wavy" label="Wavy"/>
        <ChoiceDetail id="ceramic_custom" label="Custom">
          <MappableFloat id="ceramic_bump_map"
                         label="Image"
                         bump="true"
                         nosinglevalue="true"/>
        </ChoiceDetail>
      </ChooseList>
      <Float id="ceramic_bump_amount"
             label="Amount"
             min="0.0" max="1.0"
             tooltip="Controls the low frequency waves often found in ceramics. Enter higher decimal values (up to 1.0) to increase the depth of the surface irregularities.">
      </Float>
      
    </StackPanel>
    
    <StackPanel id="ceramic_pattern" 
                label="Relief Pattern"
                labelid="ceramic_pattern_map_stack_label" 
                checkbox="true"
                checkonvalue="ceramic_custom"
                checkboxid2="ceramic_pattern_map"
                orientation="Vertical">
      <ChooseList id="ceramic_pattern" 
                  onebased="true" 
                  label="Type"
                  labelid="ceramic_pattern_list_label">
        <Choice id="ceramic_custom" label="Custom"/>
      </ChooseList>
      <MappableFloat id="ceramic_pattern_map"
                     label="Image"
                     labelid="ceramic_pattern_map_slider_label" 
                     bump="true"
                     tooltip="Shows decorative relief patterns."
                     nosinglevalue="true"/>
      <Float id="ceramic_pattern_amount"
             tooltip="Controls decorative relief patterns."
             label="Amount"
             min="0.0" max="2.0"/>
    </StackPanel>

    <StackPanel id="common_Tint_toggle" 
                label="Tint" 
                orientation="Vertical" 
                checkbox="true"
                expanded="false">
      <Color id="common_Tint_color"
             label="Tint Color"
	     tooltip="Selects a color to tint the appearance of the material." />
      
    </StackPanel>
    
  </Fields>
</adsui>
