<?xml version="1.0" ?>
<!DOCTYPE adsui SYSTEM "../../ui.dtd">
<adsui version="2.0">
  <PageInfo>
    <Title>
      Stone
    </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="stone_stonegroup"
                label="Stone"
                orientation="Vertical"
                expanded="true">
      <MappableFloat id="stone_color"
                     label="Image"
                     nosinglevalue="true"
                     tooltip="Selects a bitmap image for the stone."/>
      
      <ChooseList id="stone_application"
                  label="Finish"
                  tooltip="Selects polished, glossy, matte, or unfinished.">
        <Choice id="stone_polished" label="Polished"/>
        <Choice id="stone_glossy" label="Glossy"/>
        <Choice id="stone_matte" label="Matte"/>
        <Choice id="stone_unfinished" label="Unfinished"/>
      </ChooseList>
      
    </StackPanel>
    <StackPanel id="stone_bump"
                label="Finish Bumps"
                labelid="stone_bump_panel_label" 
                orientation="Vertical"
                checkbox="true"
                checkonvalue="stone_polishedgranite">

      <ChooseList id="stone_bump"
                  label="Type"
                  labelid="stone_bump_list_label" 
                  onebased="true"
                  tooltip="Chooses a bump type, or Custom.">
        <Choice id="stone_polishedgranite" label="Polished Granite"/>
        <Choice id="stone_stonewall" label="Stone Wall"/>
        <Choice id="stone_glossymarble" label="Glossy Marble"/>
        <ChoiceDetail id="stone_custom" label="Custom">
          <MappableFloat id="stone_bump_map"
                         bump="true"
                         nosinglevalue="true"
                         tooltip="Selects a bitmap image for the finish."
                         label="Image"/>
        </ChoiceDetail>
      </ChooseList>
      <Float id="stone_bump_amount"
             label="Amount"
             min="0.0"
             max="1.0"
             tooltip="Slider controls height of bump from 0-1."/>
      
    </StackPanel>
    <StackPanel id="stone_pattern"
                label="Relief Pattern"
                labelid="stone_pattern_panel_label" 
                orientation="Vertical"
                checkbox="true"
                checkonvalue="stone_custom"
                checkboxid2="stone_pattern_map">
      <ChooseList id="stone_pattern"
                  label="Bump Pattern"
                  labelid="stone_pattern_list_label" 
                  onebased="true"
                  tooltip="Create raised and lowered regions based on dark and light areas of an image file you provide.">
        <Choice id="stone_custom" label="Custom"/>
      </ChooseList>
      <MappableFloat id="stone_pattern_map"
                     nosinglevalue="true"
                     bump="true"
                     tooltip="Selects a bitmap image for the relief pattern."
                     label="Image"/>
      <Float id="stone_pattern_amount"
             label="Amount"
             min="0.0"
             max="2.0"
             tooltip="Amount Slider 0 to 2 controls height of the bump."/>
    </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>
