Using the Material Editor

Overview

The Material Editor is used to interact with and modify materials that have been created in a Digital Content Creation (DCC) tool. You can apply textures to various types of objects and terrain.

Users can also apply shaders and adjust Material parameters and properties from with the editor. This tutorial covers the basics steps of creating new materials, browsing for materials, and a brief look at the material settings window.

Opening the Material Editor

You can open the Material Editor in two different ways. Either press M or use the main menu bar.

To open the Material Editor by using the menu bar, on the View menu, click Open View Pane, and then click Material Editor.

Layout

The toolbar is at the top of the window. Under the toolbar are two sections: The material browser is on the left and the Material Settings section is on the right side.

Toolbar

The toolbar at the top of the Material Editor window has shortcut buttons for frequently used actions.

Button

Description

Assign Item to Selected Objects

Assigns a material to the object that is selected in the Editor.

Reset Material on Selection to Default

Resets the material of the selected object; it works if you've earlier assigned a material other than the default one.

Get Item from Selected Object

Shows the material that is assigned to the selected object.

Pick Material from Object

Gets the material of an object in the scene by using the picking tool. You have to click with the picker on the object from which you want to get the material.

Materials Library Browser

Select a different library. See below for more information.

Generate cubemap for selected object

This function will create a cubemap for the selected object in this specific environment. See Creating an Auto-Cubemap for more information.

Open large material preview

Click this to get a larger preview of your material which can rotated to view on different angles and objects.

Creating a New Material

Create a new material by clicking the Add New Item button.

Save the material in the desired folder. After saving the new material as "testmaterial," the material will be added to the material browser.

You can also add a material by right-clicking the empty Material Editor space. A context menu will be displayed, where you can select Add New Material.

Creating a New Multi-Material

If you want to have a material with more than one material ID, you have to create a multi-material.

To create a multi-material, right-click the empty Material Editor space and select Add New Multi-Material.

You now have to set the number of Sub Materials/Material IDs that you want to have.

Right-click the material that you created and select Set Number of Sub Materials.

You can set the numbers of material IDs by pressing the arrows or by typing in the desired number.

Copying an Existing Material

Lets assume you have an existing material, or a sub-material that you want to copy to another material. The Material Editor allows for a simple copy/paste routine to achieve this.

Start by selecting the material which you want to copy. Now right click on one of the parameters to bring up the context menu. Now select Copy All.

Because Material (.mtl) files are basically .xml files, you can even paste this straight into notepad and you'll see the copied data structure:

<PropertyCtrl>
<PropertyItem Name="::Material Settings" Value=""/>
<PropertyItem Name="::Material Settings::Template Material" Value=""/>
<PropertyItem Name="::Material Settings::Shader" Value="Illum"/>
<PropertyItem Name="::Material Settings::Surface Type" Value="wood"/>
<PropertyItem Name="::Opacity Settings" Value=""/>
<PropertyItem Name="::Opacity Settings::Opacity" Value="1"/>
<PropertyItem Name="::Opacity Settings::AlphaTest" Value="0"/>
<PropertyItem Name="::Opacity Settings::Additive" Value="0"/>
<PropertyItem Name="::Lighting Settings" Value=""/>
<PropertyItem Name="::Lighting Settings::Diffuse Color" Value="255,255,255"/>
<PropertyItem Name="::Lighting Settings::Specular Color" Value="35,35,35"/>
<PropertyItem Name="::Lighting Settings::Glossiness" Value="180"/>
<PropertyItem Name="::Lighting Settings::Emissive Color" Value="0,0,0"/>
<PropertyItem Name="::Lighting Settings::Glow Amount" Value="0"/>
<PropertyItem Name="::Advanced" Value=""/>
<PropertyItem Name="::Advanced::Allow layer activation" Value="1"/>
<PropertyItem Name="::Advanced::2 Sided" Value="0"/>
<PropertyItem Name="::Advanced::No Shadow" Value="0"/>
<PropertyItem Name="::Advanced::Use Scattering" Value="0"/>
<PropertyItem Name="::Advanced::Hide After Breaking" Value="0"/>
<PropertyItem Name="::Advanced::Blend Terrain Color" Value="0"/>
<PropertyItem Name="::Advanced::Fur Amount" Value="0"/>
<PropertyItem Name="::Advanced::Heat Amount" Value="0"/>
<PropertyItem Name="::Advanced::Cloak Amount" Value="1"/>
<PropertyItem Name="::Advanced::Link to Material" Value=""/>
<PropertyItem Name="::Advanced::Propagate Material Settings" Value="0"/>
<PropertyItem Name="::Advanced::Propagate Opacity Settings" Value="0"/>
<PropertyItem Name="::Advanced::Propagate Lighting Settings" Value="0"/>
<PropertyItem Name="::Advanced::Propagate Advanced Settings" Value="0"/>
<PropertyItem Name="::Advanced::Propagate Texture Maps" Value="0"/>
<PropertyItem Name="::Advanced::Propagate Shader Params" Value="0"/>
<PropertyItem Name="::Advanced::Propagate Shader Generation" Value="0"/>
<PropertyItem Name="::Advanced::Propagate Vertex Deformation" Value="0"/>
<PropertyItem Name="::Advanced::Propagate Layer Presets" Value="0"/>
<PropertyItem Name="::Texture Maps" Value=""/>
<PropertyItem Name="::Texture Maps::Diffuse" Value="textures/generic/wood/wood_beams_b_diff.tif"/>
<PropertyItem Name="::Texture Maps::Diffuse::TexType" Value="2D"/>
<PropertyItem Name="::Texture Maps::Diffuse::Filter" Value="Default"/>
<PropertyItem Name="::Texture Maps::Diffuse::IsProjectedTexGen" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::TexGenType" Value="Stream"/>
<PropertyItem Name="::Texture Maps::Diffuse::Tiling" Value=""/>
<PropertyItem Name="::Texture Maps::Diffuse::Tiling::IsTileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Diffuse::Tiling::IsTileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Diffuse::Tiling::TileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Diffuse::Tiling::TileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Diffuse::Tiling::OffsetU" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Tiling::OffsetV" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Tiling::RotateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Tiling::RotateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Tiling::RotateW" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Rotator" Value=""/>
<PropertyItem Name="::Texture Maps::Diffuse::Rotator::Type" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Diffuse::Rotator::Rate" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Rotator::Phase" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Rotator::Amplitude" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Rotator::CenterU" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Rotator::CenterV" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Oscillator" Value=""/>
<PropertyItem Name="::Texture Maps::Diffuse::Oscillator::TypeU" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Diffuse::Oscillator::TypeV" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Diffuse::Oscillator::RateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Oscillator::RateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Oscillator::PhaseU" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Oscillator::PhaseV" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Oscillator::AmplitudeU" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Oscillator::AmplitudeV" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap" Value="textures/generic/wood/wood_beams_b_ddna.tif"/>
<PropertyItem Name="::Texture Maps::Normalmap::TexType" Value="2D"/>
<PropertyItem Name="::Texture Maps::Normalmap::Filter" Value="Default"/>
<PropertyItem Name="::Texture Maps::Normalmap::IsProjectedTexGen" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::TexGenType" Value="Stream"/>
<PropertyItem Name="::Texture Maps::Normalmap::Tiling" Value=""/>
<PropertyItem Name="::Texture Maps::Normalmap::Tiling::IsTileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Normalmap::Tiling::IsTileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Normalmap::Tiling::TileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Normalmap::Tiling::TileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Normalmap::Tiling::OffsetU" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Tiling::OffsetV" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Tiling::RotateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Tiling::RotateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Tiling::RotateW" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Rotator" Value=""/>
<PropertyItem Name="::Texture Maps::Normalmap::Rotator::Type" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Normalmap::Rotator::Rate" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Rotator::Phase" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Rotator::Amplitude" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Rotator::CenterU" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Rotator::CenterV" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Oscillator" Value=""/>
<PropertyItem Name="::Texture Maps::Normalmap::Oscillator::TypeU" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Normalmap::Oscillator::TypeV" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Normalmap::Oscillator::RateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Oscillator::RateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Oscillator::PhaseU" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Oscillator::PhaseV" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Oscillator::AmplitudeU" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Oscillator::AmplitudeV" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular" Value=""/>
<PropertyItem Name="::Texture Maps::Specular::TexType" Value="2D"/>
<PropertyItem Name="::Texture Maps::Specular::Filter" Value="Default"/>
<PropertyItem Name="::Texture Maps::Specular::IsProjectedTexGen" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::TexGenType" Value="Stream"/>
<PropertyItem Name="::Texture Maps::Specular::Tiling" Value=""/>
<PropertyItem Name="::Texture Maps::Specular::Tiling::IsTileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Specular::Tiling::IsTileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Specular::Tiling::TileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Specular::Tiling::TileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Specular::Tiling::OffsetU" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Tiling::OffsetV" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Tiling::RotateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Tiling::RotateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Tiling::RotateW" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Rotator" Value=""/>
<PropertyItem Name="::Texture Maps::Specular::Rotator::Type" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Specular::Rotator::Rate" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Rotator::Phase" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Rotator::Amplitude" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Rotator::CenterU" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Rotator::CenterV" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Oscillator" Value=""/>
<PropertyItem Name="::Texture Maps::Specular::Oscillator::TypeU" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Specular::Oscillator::TypeV" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Specular::Oscillator::RateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Oscillator::RateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Oscillator::PhaseU" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Oscillator::PhaseV" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Oscillator::AmplitudeU" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Oscillator::AmplitudeV" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment" Value=""/>
<PropertyItem Name="::Texture Maps::Environment::TexType" Value="2D"/>
<PropertyItem Name="::Texture Maps::Environment::Filter" Value="Default"/>
<PropertyItem Name="::Texture Maps::Environment::IsProjectedTexGen" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::TexGenType" Value="Stream"/>
<PropertyItem Name="::Texture Maps::Environment::Tiling" Value=""/>
<PropertyItem Name="::Texture Maps::Environment::Tiling::IsTileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Environment::Tiling::IsTileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Environment::Tiling::TileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Environment::Tiling::TileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Environment::Tiling::OffsetU" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Tiling::OffsetV" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Tiling::RotateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Tiling::RotateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Tiling::RotateW" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Rotator" Value=""/>
<PropertyItem Name="::Texture Maps::Environment::Rotator::Type" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Environment::Rotator::Rate" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Rotator::Phase" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Rotator::Amplitude" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Rotator::CenterU" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Rotator::CenterV" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Oscillator" Value=""/>
<PropertyItem Name="::Texture Maps::Environment::Oscillator::TypeU" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Environment::Oscillator::TypeV" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Environment::Oscillator::RateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Oscillator::RateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Oscillator::PhaseU" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Oscillator::PhaseV" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Oscillator::AmplitudeU" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Oscillator::AmplitudeV" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail" Value=""/>
<PropertyItem Name="::Texture Maps::Detail::TexType" Value="2D"/>
<PropertyItem Name="::Texture Maps::Detail::Filter" Value="Default"/>
<PropertyItem Name="::Texture Maps::Detail::IsProjectedTexGen" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::TexGenType" Value="Stream"/>
<PropertyItem Name="::Texture Maps::Detail::Tiling" Value=""/>
<PropertyItem Name="::Texture Maps::Detail::Tiling::IsTileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Detail::Tiling::IsTileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Detail::Tiling::TileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Detail::Tiling::TileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Detail::Tiling::OffsetU" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Tiling::OffsetV" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Tiling::RotateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Tiling::RotateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Tiling::RotateW" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Rotator" Value=""/>
<PropertyItem Name="::Texture Maps::Detail::Rotator::Type" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Detail::Rotator::Rate" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Rotator::Phase" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Rotator::Amplitude" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Rotator::CenterU" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Rotator::CenterV" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Oscillator" Value=""/>
<PropertyItem Name="::Texture Maps::Detail::Oscillator::TypeU" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Detail::Oscillator::TypeV" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Detail::Oscillator::RateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Oscillator::RateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Oscillator::PhaseU" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Oscillator::PhaseV" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Oscillator::AmplitudeU" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Oscillator::AmplitudeV" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap" Value=""/>
<PropertyItem Name="::Texture Maps::Heightmap::TexType" Value="2D"/>
<PropertyItem Name="::Texture Maps::Heightmap::Filter" Value="Default"/>
<PropertyItem Name="::Texture Maps::Heightmap::IsProjectedTexGen" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::TexGenType" Value="Stream"/>
<PropertyItem Name="::Texture Maps::Heightmap::Tiling" Value=""/>
<PropertyItem Name="::Texture Maps::Heightmap::Tiling::IsTileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Heightmap::Tiling::IsTileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Heightmap::Tiling::TileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Heightmap::Tiling::TileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Heightmap::Tiling::OffsetU" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Tiling::OffsetV" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Tiling::RotateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Tiling::RotateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Tiling::RotateW" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Rotator" Value=""/>
<PropertyItem Name="::Texture Maps::Heightmap::Rotator::Type" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Heightmap::Rotator::Rate" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Rotator::Phase" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Rotator::Amplitude" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Rotator::CenterU" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Rotator::CenterV" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Oscillator" Value=""/>
<PropertyItem Name="::Texture Maps::Heightmap::Oscillator::TypeU" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Heightmap::Oscillator::TypeV" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Heightmap::Oscillator::RateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Oscillator::RateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Oscillator::PhaseU" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Oscillator::PhaseV" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Oscillator::AmplitudeU" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Oscillator::AmplitudeV" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal" Value=""/>
<PropertyItem Name="::Texture Maps::Decal::TexType" Value="2D"/>
<PropertyItem Name="::Texture Maps::Decal::Filter" Value="Default"/>
<PropertyItem Name="::Texture Maps::Decal::Detail Decal" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::IsProjectedTexGen" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::TexGenType" Value="Stream"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal" Value=""/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Opacity" Value="50.1961"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::SSAOAmount" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Top layer" Value=""/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Top layer::Tile" Value="1,1,0"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Top layer::Offset" Value="0,0,0"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Top layer::Rotation" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Top layer::Deformation" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Top layer::Sorting offset" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Bottom layer" Value=""/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Bottom layer::Tile" Value="0.5,0.5,0"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Bottom layer::Offset" Value="0.5,0.5,0"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Bottom layer::Rotation" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Bottom layer::Deformation" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Bottom layer::Sorting offset" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Tiling" Value=""/>
<PropertyItem Name="::Texture Maps::Decal::Tiling::IsTileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Decal::Tiling::IsTileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Decal::Tiling::TileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Decal::Tiling::TileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Decal::Tiling::OffsetU" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Tiling::OffsetV" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Tiling::RotateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Tiling::RotateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Tiling::RotateW" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Rotator" Value=""/>
<PropertyItem Name="::Texture Maps::Decal::Rotator::Type" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Decal::Rotator::Rate" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Rotator::Phase" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Rotator::Amplitude" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Rotator::CenterU" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Rotator::CenterV" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Oscillator" Value=""/>
<PropertyItem Name="::Texture Maps::Decal::Oscillator::TypeU" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Decal::Oscillator::TypeV" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Decal::Oscillator::RateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Oscillator::RateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Oscillator::PhaseU" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Oscillator::PhaseV" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Oscillator::AmplitudeU" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Oscillator::AmplitudeV" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface" Value=""/>
<PropertyItem Name="::Texture Maps::SubSurface::TexType" Value="2D"/>
<PropertyItem Name="::Texture Maps::SubSurface::Filter" Value="Default"/>
<PropertyItem Name="::Texture Maps::SubSurface::IsProjectedTexGen" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::TexGenType" Value="Stream"/>
<PropertyItem Name="::Texture Maps::SubSurface::Tiling" Value=""/>
<PropertyItem Name="::Texture Maps::SubSurface::Tiling::IsTileU" Value="1"/>
<PropertyItem Name="::Texture Maps::SubSurface::Tiling::IsTileV" Value="1"/>
<PropertyItem Name="::Texture Maps::SubSurface::Tiling::TileU" Value="1"/>
<PropertyItem Name="::Texture Maps::SubSurface::Tiling::TileV" Value="1"/>
<PropertyItem Name="::Texture Maps::SubSurface::Tiling::OffsetU" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Tiling::OffsetV" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Tiling::RotateU" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Tiling::RotateV" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Tiling::RotateW" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Rotator" Value=""/>
<PropertyItem Name="::Texture Maps::SubSurface::Rotator::Type" Value="No Change"/>
<PropertyItem Name="::Texture Maps::SubSurface::Rotator::Rate" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Rotator::Phase" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Rotator::Amplitude" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Rotator::CenterU" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Rotator::CenterV" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Oscillator" Value=""/>
<PropertyItem Name="::Texture Maps::SubSurface::Oscillator::TypeU" Value="No Change"/>
<PropertyItem Name="::Texture Maps::SubSurface::Oscillator::TypeV" Value="No Change"/>
<PropertyItem Name="::Texture Maps::SubSurface::Oscillator::RateU" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Oscillator::RateV" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Oscillator::PhaseU" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Oscillator::PhaseV" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Oscillator::AmplitudeU" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Oscillator::AmplitudeV" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map" Value="textures/generic/moss/moss_diff.tif"/>
<PropertyItem Name="::Texture Maps::Dirt Map::TexType" Value="2D"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Filter" Value="Default"/>
<PropertyItem Name="::Texture Maps::Dirt Map::IsProjectedTexGen" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::TexGenType" Value="Stream"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Tiling" Value=""/>
<PropertyItem Name="::Texture Maps::Dirt Map::Tiling::IsTileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Tiling::IsTileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Tiling::TileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Tiling::TileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Tiling::OffsetU" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Tiling::OffsetV" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Tiling::RotateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Tiling::RotateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Tiling::RotateW" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Rotator" Value=""/>
<PropertyItem Name="::Texture Maps::Dirt Map::Rotator::Type" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Rotator::Rate" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Rotator::Phase" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Rotator::Amplitude" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Rotator::CenterU" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Rotator::CenterV" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Oscillator" Value=""/>
<PropertyItem Name="::Texture Maps::Dirt Map::Oscillator::TypeU" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Oscillator::TypeV" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Oscillator::RateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Oscillator::RateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Oscillator::PhaseU" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Oscillator::PhaseV" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Oscillator::AmplitudeU" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Oscillator::AmplitudeV" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom" Value=""/>
<PropertyItem Name="::Texture Maps::[1] Custom::TexType" Value="2D"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Filter" Value="Default"/>
<PropertyItem Name="::Texture Maps::[1] Custom::IsProjectedTexGen" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::TexGenType" Value="Stream"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Tiling" Value=""/>
<PropertyItem Name="::Texture Maps::[1] Custom::Tiling::IsTileU" Value="1"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Tiling::IsTileV" Value="1"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Tiling::TileU" Value="1"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Tiling::TileV" Value="1"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Tiling::OffsetU" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Tiling::OffsetV" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Tiling::RotateU" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Tiling::RotateV" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Tiling::RotateW" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Rotator" Value=""/>
<PropertyItem Name="::Texture Maps::[1] Custom::Rotator::Type" Value="No Change"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Rotator::Rate" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Rotator::Phase" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Rotator::Amplitude" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Rotator::CenterU" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Rotator::CenterV" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Oscillator" Value=""/>
<PropertyItem Name="::Texture Maps::[1] Custom::Oscillator::TypeU" Value="No Change"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Oscillator::TypeV" Value="No Change"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Oscillator::RateU" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Oscillator::RateV" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Oscillator::PhaseU" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Oscillator::PhaseV" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Oscillator::AmplitudeU" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Oscillator::AmplitudeV" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity" Value=""/>
<PropertyItem Name="::Texture Maps::Opacity::TexType" Value="2D"/>
<PropertyItem Name="::Texture Maps::Opacity::Filter" Value="Default"/>
<PropertyItem Name="::Texture Maps::Opacity::IsProjectedTexGen" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::TexGenType" Value="Stream"/>
<PropertyItem Name="::Texture Maps::Opacity::Tiling" Value=""/>
<PropertyItem Name="::Texture Maps::Opacity::Tiling::IsTileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Opacity::Tiling::IsTileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Opacity::Tiling::TileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Opacity::Tiling::TileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Opacity::Tiling::OffsetU" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Tiling::OffsetV" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Tiling::RotateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Tiling::RotateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Tiling::RotateW" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Rotator" Value=""/>
<PropertyItem Name="::Texture Maps::Opacity::Rotator::Type" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Opacity::Rotator::Rate" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Rotator::Phase" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Rotator::Amplitude" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Rotator::CenterU" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Rotator::CenterV" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Oscillator" Value=""/>
<PropertyItem Name="::Texture Maps::Opacity::Oscillator::TypeU" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Opacity::Oscillator::TypeV" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Opacity::Oscillator::RateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Oscillator::RateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Oscillator::PhaseU" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Oscillator::PhaseV" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Oscillator::AmplitudeU" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Oscillator::AmplitudeV" Value="0"/>
<PropertyItem Name="::Shader Params" Value=""/>
<PropertyItem Name="::Shader Params::Dirt Gloss" Value="1"/>
<PropertyItem Name="::Shader Params::Dirt Map Alpha" Value="1"/>
<PropertyItem Name="::Shader Params::Dirt Strength" Value="0.75"/>
<PropertyItem Name="::Shader Params::Dirt Tilling" Value="2"/>
<PropertyItem Name="::Shader Params::Dirt Tint" Value="255,255,255"/>
<PropertyItem Name="::Shader Params::Indirect bounce color" Value="136,136,136"/>
<PropertyItem Name="::Shader Generation Params" Value=""/>
<PropertyItem Name="::Shader Generation Params::Detail mapping" Value="0"/>
<PropertyItem Name="::Shader Generation Params::Offset bump mapping" Value="0"/>
<PropertyItem Name="::Shader Generation Params::Vertex Colors" Value="0"/>
<PropertyItem Name="::Shader Generation Params::Decal" Value="0"/>
<PropertyItem Name="::Shader Generation Params::Parallax occlusion mapping" Value="0"/>
<PropertyItem Name="::Shader Generation Params::Displacement mapping" Value="0"/>
<PropertyItem Name="::Shader Generation Params::Phong tessellation" Value="0"/>
<PropertyItem Name="::Shader Generation Params::PN triangles tessellation" Value="0"/>
<PropertyItem Name="::Shader Generation Params::Dirtlayer" Value="1"/>
<PropertyItem Name="::Shader Generation Params::Blendlayer" Value="0"/>
<PropertyItem Name="::Shader Generation Params::DetailMap mask in Diffuse alpha" Value="0"/>
<PropertyItem Name="::Shader Generation Params::Silhouette POM" Value="0"/>
<PropertyItem Name="::Vertex Deformation" Value=""/>
<PropertyItem Name="::Vertex Deformation::Type" Value="None"/>
<PropertyItem Name="::Vertex Deformation::Wave Length" Value="0.01"/>
<PropertyItem Name="::Vertex Deformation::Noise Scale" Value="1,1,1"/>
<PropertyItem Name="::Vertex Deformation::Parameters" Value=""/>
<PropertyItem Name="::Vertex Deformation::Parameters::Type" Value="None"/>
<PropertyItem Name="::Vertex Deformation::Parameters::Level" Value="0"/>
<PropertyItem Name="::Vertex Deformation::Parameters::Amplitude" Value="0"/>
<PropertyItem Name="::Vertex Deformation::Parameters::Phase" Value="0"/>
<PropertyItem Name="::Vertex Deformation::Parameters::Frequency" Value="0"/>
<PropertyItem Name="::Layer Presets" Value=""/>
<PropertyItem Name="::Layer Presets::Shader" Value=""/>
<PropertyItem Name="::Layer Presets::No Draw" Value="0"/>
<PropertyItem Name="::Layer Presets::Fade Out" Value="0"/>
<PropertyItem Name="::Layer Presets::Shader" Value=""/>
<PropertyItem Name="::Layer Presets::No Draw" Value="0"/>
<PropertyItem Name="::Layer Presets::Fade Out" Value="0"/>
<PropertyItem Name="::Layer Presets::Shader" Value=""/>
<PropertyItem Name="::Layer Presets::No Draw" Value="0"/>
<PropertyItem Name="::Layer Presets::Fade Out" Value="0"/>
</PropertyCtrl>

With the data from the material copied, now select your material which you want to paste the data into.

Same as before, right click over the parameters of your material to open the context menu and this time select Paste.

You should now see those settings copied over and now visible on any objects using that material.

When you Paste the content, it's worthwhile pasting it twice as a glitch can sometimes occur where only certain information is copied on the first go and requires a second paste for the additional content.

You can also use the Copy Category function to copy individual categories such as the "Lighting Settings" or "Texture Maps" categories if you only wish to copy specific content from one material to another while keeping the other content untouched.

Material Browser

In the material browser, which you can find at the left side of the material editor, you can browse all your material. In the option box above you can select which materials you want to see in the browser.

  • All materials for example shows all materials that are in your working folder, no matter if they are checked in or not.
  • Used in level shows just the materials which are used in your level.

In the material browser right click menu you can find most of the functions that can be found in the toolbar, and some perforce commands.

The functions you can find there, beside the perforce commands, are all basic commands like copy/paste/delete. They will only influence the selected material.

The padlock icon next to a material indicates that it is read-only. Any changes you make to a locked material will be lost, even if you save the level.

If you wish to edit an existing material, extract it from the .pak file it's located in and ensure that read-only is not checked on the file properties.

Further Reading

For a more complete look at material and shader settings please see the following tutorials:

For information on creating and setting up materials in DCC tools, please see the following documents:

<PropertyCtrl>
<PropertyItem Name="::Material Settings" Value=""/>
<PropertyItem Name="::Material Settings::Template Material" Value=""/>
<PropertyItem Name="::Material Settings::Shader" Value="Illum"/>
<PropertyItem Name="::Material Settings::Surface Type" Value="wood"/>
<PropertyItem Name="::Opacity Settings" Value=""/>
<PropertyItem Name="::Opacity Settings::Opacity" Value="1"/>
<PropertyItem Name="::Opacity Settings::AlphaTest" Value="0"/>
<PropertyItem Name="::Opacity Settings::Additive" Value="0"/>
<PropertyItem Name="::Lighting Settings" Value=""/>
<PropertyItem Name="::Lighting Settings::Diffuse Color" Value="255,255,255"/>
<PropertyItem Name="::Lighting Settings::Specular Color" Value="35,35,35"/>
<PropertyItem Name="::Lighting Settings::Glossiness" Value="180"/>
<PropertyItem Name="::Lighting Settings::Emissive Color" Value="0,0,0"/>
<PropertyItem Name="::Lighting Settings::Glow Amount" Value="0"/>
<PropertyItem Name="::Advanced" Value=""/>
<PropertyItem Name="::Advanced::Allow layer activation" Value="1"/>
<PropertyItem Name="::Advanced::2 Sided" Value="0"/>
<PropertyItem Name="::Advanced::No Shadow" Value="0"/>
<PropertyItem Name="::Advanced::Use Scattering" Value="0"/>
<PropertyItem Name="::Advanced::Hide After Breaking" Value="0"/>
<PropertyItem Name="::Advanced::Blend Terrain Color" Value="0"/>
<PropertyItem Name="::Advanced::Fur Amount" Value="0"/>
<PropertyItem Name="::Advanced::Heat Amount" Value="0"/>
<PropertyItem Name="::Advanced::Cloak Amount" Value="1"/>
<PropertyItem Name="::Advanced::Link to Material" Value=""/>
<PropertyItem Name="::Advanced::Propagate Material Settings" Value="0"/>
<PropertyItem Name="::Advanced::Propagate Opacity Settings" Value="0"/>
<PropertyItem Name="::Advanced::Propagate Lighting Settings" Value="0"/>
<PropertyItem Name="::Advanced::Propagate Advanced Settings" Value="0"/>
<PropertyItem Name="::Advanced::Propagate Texture Maps" Value="0"/>
<PropertyItem Name="::Advanced::Propagate Shader Params" Value="0"/>
<PropertyItem Name="::Advanced::Propagate Shader Generation" Value="0"/>
<PropertyItem Name="::Advanced::Propagate Vertex Deformation" Value="0"/>
<PropertyItem Name="::Advanced::Propagate Layer Presets" Value="0"/>
<PropertyItem Name="::Texture Maps" Value=""/>
<PropertyItem Name="::Texture Maps::Diffuse" Value="textures/generic/wood/wood_beams_b_diff.tif"/>
<PropertyItem Name="::Texture Maps::Diffuse::TexType" Value="2D"/>
<PropertyItem Name="::Texture Maps::Diffuse::Filter" Value="Default"/>
<PropertyItem Name="::Texture Maps::Diffuse::IsProjectedTexGen" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::TexGenType" Value="Stream"/>
<PropertyItem Name="::Texture Maps::Diffuse::Tiling" Value=""/>
<PropertyItem Name="::Texture Maps::Diffuse::Tiling::IsTileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Diffuse::Tiling::IsTileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Diffuse::Tiling::TileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Diffuse::Tiling::TileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Diffuse::Tiling::OffsetU" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Tiling::OffsetV" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Tiling::RotateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Tiling::RotateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Tiling::RotateW" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Rotator" Value=""/>
<PropertyItem Name="::Texture Maps::Diffuse::Rotator::Type" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Diffuse::Rotator::Rate" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Rotator::Phase" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Rotator::Amplitude" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Rotator::CenterU" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Rotator::CenterV" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Oscillator" Value=""/>
<PropertyItem Name="::Texture Maps::Diffuse::Oscillator::TypeU" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Diffuse::Oscillator::TypeV" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Diffuse::Oscillator::RateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Oscillator::RateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Oscillator::PhaseU" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Oscillator::PhaseV" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Oscillator::AmplitudeU" Value="0"/>
<PropertyItem Name="::Texture Maps::Diffuse::Oscillator::AmplitudeV" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap" Value="textures/generic/wood/wood_beams_b_ddna.tif"/>
<PropertyItem Name="::Texture Maps::Normalmap::TexType" Value="2D"/>
<PropertyItem Name="::Texture Maps::Normalmap::Filter" Value="Default"/>
<PropertyItem Name="::Texture Maps::Normalmap::IsProjectedTexGen" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::TexGenType" Value="Stream"/>
<PropertyItem Name="::Texture Maps::Normalmap::Tiling" Value=""/>
<PropertyItem Name="::Texture Maps::Normalmap::Tiling::IsTileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Normalmap::Tiling::IsTileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Normalmap::Tiling::TileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Normalmap::Tiling::TileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Normalmap::Tiling::OffsetU" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Tiling::OffsetV" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Tiling::RotateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Tiling::RotateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Tiling::RotateW" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Rotator" Value=""/>
<PropertyItem Name="::Texture Maps::Normalmap::Rotator::Type" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Normalmap::Rotator::Rate" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Rotator::Phase" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Rotator::Amplitude" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Rotator::CenterU" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Rotator::CenterV" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Oscillator" Value=""/>
<PropertyItem Name="::Texture Maps::Normalmap::Oscillator::TypeU" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Normalmap::Oscillator::TypeV" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Normalmap::Oscillator::RateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Oscillator::RateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Oscillator::PhaseU" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Oscillator::PhaseV" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Oscillator::AmplitudeU" Value="0"/>
<PropertyItem Name="::Texture Maps::Normalmap::Oscillator::AmplitudeV" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular" Value=""/>
<PropertyItem Name="::Texture Maps::Specular::TexType" Value="2D"/>
<PropertyItem Name="::Texture Maps::Specular::Filter" Value="Default"/>
<PropertyItem Name="::Texture Maps::Specular::IsProjectedTexGen" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::TexGenType" Value="Stream"/>
<PropertyItem Name="::Texture Maps::Specular::Tiling" Value=""/>
<PropertyItem Name="::Texture Maps::Specular::Tiling::IsTileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Specular::Tiling::IsTileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Specular::Tiling::TileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Specular::Tiling::TileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Specular::Tiling::OffsetU" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Tiling::OffsetV" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Tiling::RotateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Tiling::RotateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Tiling::RotateW" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Rotator" Value=""/>
<PropertyItem Name="::Texture Maps::Specular::Rotator::Type" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Specular::Rotator::Rate" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Rotator::Phase" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Rotator::Amplitude" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Rotator::CenterU" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Rotator::CenterV" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Oscillator" Value=""/>
<PropertyItem Name="::Texture Maps::Specular::Oscillator::TypeU" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Specular::Oscillator::TypeV" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Specular::Oscillator::RateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Oscillator::RateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Oscillator::PhaseU" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Oscillator::PhaseV" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Oscillator::AmplitudeU" Value="0"/>
<PropertyItem Name="::Texture Maps::Specular::Oscillator::AmplitudeV" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment" Value=""/>
<PropertyItem Name="::Texture Maps::Environment::TexType" Value="2D"/>
<PropertyItem Name="::Texture Maps::Environment::Filter" Value="Default"/>
<PropertyItem Name="::Texture Maps::Environment::IsProjectedTexGen" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::TexGenType" Value="Stream"/>
<PropertyItem Name="::Texture Maps::Environment::Tiling" Value=""/>
<PropertyItem Name="::Texture Maps::Environment::Tiling::IsTileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Environment::Tiling::IsTileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Environment::Tiling::TileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Environment::Tiling::TileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Environment::Tiling::OffsetU" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Tiling::OffsetV" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Tiling::RotateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Tiling::RotateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Tiling::RotateW" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Rotator" Value=""/>
<PropertyItem Name="::Texture Maps::Environment::Rotator::Type" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Environment::Rotator::Rate" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Rotator::Phase" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Rotator::Amplitude" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Rotator::CenterU" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Rotator::CenterV" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Oscillator" Value=""/>
<PropertyItem Name="::Texture Maps::Environment::Oscillator::TypeU" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Environment::Oscillator::TypeV" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Environment::Oscillator::RateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Oscillator::RateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Oscillator::PhaseU" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Oscillator::PhaseV" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Oscillator::AmplitudeU" Value="0"/>
<PropertyItem Name="::Texture Maps::Environment::Oscillator::AmplitudeV" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail" Value=""/>
<PropertyItem Name="::Texture Maps::Detail::TexType" Value="2D"/>
<PropertyItem Name="::Texture Maps::Detail::Filter" Value="Default"/>
<PropertyItem Name="::Texture Maps::Detail::IsProjectedTexGen" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::TexGenType" Value="Stream"/>
<PropertyItem Name="::Texture Maps::Detail::Tiling" Value=""/>
<PropertyItem Name="::Texture Maps::Detail::Tiling::IsTileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Detail::Tiling::IsTileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Detail::Tiling::TileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Detail::Tiling::TileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Detail::Tiling::OffsetU" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Tiling::OffsetV" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Tiling::RotateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Tiling::RotateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Tiling::RotateW" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Rotator" Value=""/>
<PropertyItem Name="::Texture Maps::Detail::Rotator::Type" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Detail::Rotator::Rate" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Rotator::Phase" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Rotator::Amplitude" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Rotator::CenterU" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Rotator::CenterV" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Oscillator" Value=""/>
<PropertyItem Name="::Texture Maps::Detail::Oscillator::TypeU" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Detail::Oscillator::TypeV" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Detail::Oscillator::RateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Oscillator::RateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Oscillator::PhaseU" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Oscillator::PhaseV" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Oscillator::AmplitudeU" Value="0"/>
<PropertyItem Name="::Texture Maps::Detail::Oscillator::AmplitudeV" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap" Value=""/>
<PropertyItem Name="::Texture Maps::Heightmap::TexType" Value="2D"/>
<PropertyItem Name="::Texture Maps::Heightmap::Filter" Value="Default"/>
<PropertyItem Name="::Texture Maps::Heightmap::IsProjectedTexGen" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::TexGenType" Value="Stream"/>
<PropertyItem Name="::Texture Maps::Heightmap::Tiling" Value=""/>
<PropertyItem Name="::Texture Maps::Heightmap::Tiling::IsTileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Heightmap::Tiling::IsTileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Heightmap::Tiling::TileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Heightmap::Tiling::TileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Heightmap::Tiling::OffsetU" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Tiling::OffsetV" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Tiling::RotateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Tiling::RotateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Tiling::RotateW" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Rotator" Value=""/>
<PropertyItem Name="::Texture Maps::Heightmap::Rotator::Type" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Heightmap::Rotator::Rate" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Rotator::Phase" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Rotator::Amplitude" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Rotator::CenterU" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Rotator::CenterV" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Oscillator" Value=""/>
<PropertyItem Name="::Texture Maps::Heightmap::Oscillator::TypeU" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Heightmap::Oscillator::TypeV" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Heightmap::Oscillator::RateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Oscillator::RateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Oscillator::PhaseU" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Oscillator::PhaseV" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Oscillator::AmplitudeU" Value="0"/>
<PropertyItem Name="::Texture Maps::Heightmap::Oscillator::AmplitudeV" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal" Value=""/>
<PropertyItem Name="::Texture Maps::Decal::TexType" Value="2D"/>
<PropertyItem Name="::Texture Maps::Decal::Filter" Value="Default"/>
<PropertyItem Name="::Texture Maps::Decal::Detail Decal" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::IsProjectedTexGen" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::TexGenType" Value="Stream"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal" Value=""/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Opacity" Value="50.1961"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::SSAOAmount" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Top layer" Value=""/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Top layer::Tile" Value="1,1,0"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Top layer::Offset" Value="0,0,0"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Top layer::Rotation" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Top layer::Deformation" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Top layer::Sorting offset" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Bottom layer" Value=""/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Bottom layer::Tile" Value="0.5,0.5,0"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Bottom layer::Offset" Value="0.5,0.5,0"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Bottom layer::Rotation" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Bottom layer::Deformation" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Detail decal::Bottom layer::Sorting offset" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Tiling" Value=""/>
<PropertyItem Name="::Texture Maps::Decal::Tiling::IsTileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Decal::Tiling::IsTileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Decal::Tiling::TileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Decal::Tiling::TileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Decal::Tiling::OffsetU" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Tiling::OffsetV" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Tiling::RotateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Tiling::RotateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Tiling::RotateW" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Rotator" Value=""/>
<PropertyItem Name="::Texture Maps::Decal::Rotator::Type" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Decal::Rotator::Rate" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Rotator::Phase" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Rotator::Amplitude" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Rotator::CenterU" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Rotator::CenterV" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Oscillator" Value=""/>
<PropertyItem Name="::Texture Maps::Decal::Oscillator::TypeU" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Decal::Oscillator::TypeV" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Decal::Oscillator::RateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Oscillator::RateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Oscillator::PhaseU" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Oscillator::PhaseV" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Oscillator::AmplitudeU" Value="0"/>
<PropertyItem Name="::Texture Maps::Decal::Oscillator::AmplitudeV" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface" Value=""/>
<PropertyItem Name="::Texture Maps::SubSurface::TexType" Value="2D"/>
<PropertyItem Name="::Texture Maps::SubSurface::Filter" Value="Default"/>
<PropertyItem Name="::Texture Maps::SubSurface::IsProjectedTexGen" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::TexGenType" Value="Stream"/>
<PropertyItem Name="::Texture Maps::SubSurface::Tiling" Value=""/>
<PropertyItem Name="::Texture Maps::SubSurface::Tiling::IsTileU" Value="1"/>
<PropertyItem Name="::Texture Maps::SubSurface::Tiling::IsTileV" Value="1"/>
<PropertyItem Name="::Texture Maps::SubSurface::Tiling::TileU" Value="1"/>
<PropertyItem Name="::Texture Maps::SubSurface::Tiling::TileV" Value="1"/>
<PropertyItem Name="::Texture Maps::SubSurface::Tiling::OffsetU" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Tiling::OffsetV" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Tiling::RotateU" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Tiling::RotateV" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Tiling::RotateW" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Rotator" Value=""/>
<PropertyItem Name="::Texture Maps::SubSurface::Rotator::Type" Value="No Change"/>
<PropertyItem Name="::Texture Maps::SubSurface::Rotator::Rate" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Rotator::Phase" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Rotator::Amplitude" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Rotator::CenterU" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Rotator::CenterV" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Oscillator" Value=""/>
<PropertyItem Name="::Texture Maps::SubSurface::Oscillator::TypeU" Value="No Change"/>
<PropertyItem Name="::Texture Maps::SubSurface::Oscillator::TypeV" Value="No Change"/>
<PropertyItem Name="::Texture Maps::SubSurface::Oscillator::RateU" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Oscillator::RateV" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Oscillator::PhaseU" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Oscillator::PhaseV" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Oscillator::AmplitudeU" Value="0"/>
<PropertyItem Name="::Texture Maps::SubSurface::Oscillator::AmplitudeV" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map" Value="textures/generic/moss/moss_diff.tif"/>
<PropertyItem Name="::Texture Maps::Dirt Map::TexType" Value="2D"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Filter" Value="Default"/>
<PropertyItem Name="::Texture Maps::Dirt Map::IsProjectedTexGen" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::TexGenType" Value="Stream"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Tiling" Value=""/>
<PropertyItem Name="::Texture Maps::Dirt Map::Tiling::IsTileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Tiling::IsTileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Tiling::TileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Tiling::TileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Tiling::OffsetU" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Tiling::OffsetV" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Tiling::RotateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Tiling::RotateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Tiling::RotateW" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Rotator" Value=""/>
<PropertyItem Name="::Texture Maps::Dirt Map::Rotator::Type" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Rotator::Rate" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Rotator::Phase" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Rotator::Amplitude" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Rotator::CenterU" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Rotator::CenterV" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Oscillator" Value=""/>
<PropertyItem Name="::Texture Maps::Dirt Map::Oscillator::TypeU" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Oscillator::TypeV" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Oscillator::RateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Oscillator::RateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Oscillator::PhaseU" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Oscillator::PhaseV" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Oscillator::AmplitudeU" Value="0"/>
<PropertyItem Name="::Texture Maps::Dirt Map::Oscillator::AmplitudeV" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom" Value=""/>
<PropertyItem Name="::Texture Maps::[1] Custom::TexType" Value="2D"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Filter" Value="Default"/>
<PropertyItem Name="::Texture Maps::[1] Custom::IsProjectedTexGen" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::TexGenType" Value="Stream"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Tiling" Value=""/>
<PropertyItem Name="::Texture Maps::[1] Custom::Tiling::IsTileU" Value="1"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Tiling::IsTileV" Value="1"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Tiling::TileU" Value="1"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Tiling::TileV" Value="1"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Tiling::OffsetU" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Tiling::OffsetV" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Tiling::RotateU" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Tiling::RotateV" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Tiling::RotateW" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Rotator" Value=""/>
<PropertyItem Name="::Texture Maps::[1] Custom::Rotator::Type" Value="No Change"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Rotator::Rate" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Rotator::Phase" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Rotator::Amplitude" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Rotator::CenterU" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Rotator::CenterV" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Oscillator" Value=""/>
<PropertyItem Name="::Texture Maps::[1] Custom::Oscillator::TypeU" Value="No Change"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Oscillator::TypeV" Value="No Change"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Oscillator::RateU" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Oscillator::RateV" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Oscillator::PhaseU" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Oscillator::PhaseV" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Oscillator::AmplitudeU" Value="0"/>
<PropertyItem Name="::Texture Maps::[1] Custom::Oscillator::AmplitudeV" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity" Value=""/>
<PropertyItem Name="::Texture Maps::Opacity::TexType" Value="2D"/>
<PropertyItem Name="::Texture Maps::Opacity::Filter" Value="Default"/>
<PropertyItem Name="::Texture Maps::Opacity::IsProjectedTexGen" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::TexGenType" Value="Stream"/>
<PropertyItem Name="::Texture Maps::Opacity::Tiling" Value=""/>
<PropertyItem Name="::Texture Maps::Opacity::Tiling::IsTileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Opacity::Tiling::IsTileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Opacity::Tiling::TileU" Value="1"/>
<PropertyItem Name="::Texture Maps::Opacity::Tiling::TileV" Value="1"/>
<PropertyItem Name="::Texture Maps::Opacity::Tiling::OffsetU" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Tiling::OffsetV" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Tiling::RotateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Tiling::RotateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Tiling::RotateW" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Rotator" Value=""/>
<PropertyItem Name="::Texture Maps::Opacity::Rotator::Type" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Opacity::Rotator::Rate" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Rotator::Phase" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Rotator::Amplitude" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Rotator::CenterU" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Rotator::CenterV" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Oscillator" Value=""/>
<PropertyItem Name="::Texture Maps::Opacity::Oscillator::TypeU" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Opacity::Oscillator::TypeV" Value="No Change"/>
<PropertyItem Name="::Texture Maps::Opacity::Oscillator::RateU" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Oscillator::RateV" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Oscillator::PhaseU" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Oscillator::PhaseV" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Oscillator::AmplitudeU" Value="0"/>
<PropertyItem Name="::Texture Maps::Opacity::Oscillator::AmplitudeV" Value="0"/>
<PropertyItem Name="::Shader Params" Value=""/>
<PropertyItem Name="::Shader Params::Dirt Gloss" Value="1"/>
<PropertyItem Name="::Shader Params::Dirt Map Alpha" Value="1"/>
<PropertyItem Name="::Shader Params::Dirt Strength" Value="0.75"/>
<PropertyItem Name="::Shader Params::Dirt Tilling" Value="2"/>
<PropertyItem Name="::Shader Params::Dirt Tint" Value="255,255,255"/>
<PropertyItem Name="::Shader Params::Indirect bounce color" Value="136,136,136"/>
<PropertyItem Name="::Shader Generation Params" Value=""/>
<PropertyItem Name="::Shader Generation Params::Detail mapping" Value="0"/>
<PropertyItem Name="::Shader Generation Params::Offset bump mapping" Value="0"/>
<PropertyItem Name="::Shader Generation Params::Vertex Colors" Value="0"/>
<PropertyItem Name="::Shader Generation Params::Decal" Value="0"/>
<PropertyItem Name="::Shader Generation Params::Parallax occlusion mapping" Value="0"/>
<PropertyItem Name="::Shader Generation Params::Displacement mapping" Value="0"/>
<PropertyItem Name="::Shader Generation Params::Phong tessellation" Value="0"/>
<PropertyItem Name="::Shader Generation Params::PN triangles tessellation" Value="0"/>
<PropertyItem Name="::Shader Generation Params::Dirtlayer" Value="1"/>
<PropertyItem Name="::Shader Generation Params::Blendlayer" Value="0"/>
<PropertyItem Name="::Shader Generation Params::DetailMap mask in Diffuse alpha" Value="0"/>
<PropertyItem Name="::Shader Generation Params::Silhouette POM" Value="0"/>
<PropertyItem Name="::Vertex Deformation" Value=""/>
<PropertyItem Name="::Vertex Deformation::Type" Value="None"/>
<PropertyItem Name="::Vertex Deformation::Wave Length" Value="0.01"/>
<PropertyItem Name="::Vertex Deformation::Noise Scale" Value="1,1,1"/>
<PropertyItem Name="::Vertex Deformation::Parameters" Value=""/>
<PropertyItem Name="::Vertex Deformation::Parameters::Type" Value="None"/>
<PropertyItem Name="::Vertex Deformation::Parameters::Level" Value="0"/>
<PropertyItem Name="::Vertex Deformation::Parameters::Amplitude" Value="0"/>
<PropertyItem Name="::Vertex Deformation::Parameters::Phase" Value="0"/>
<PropertyItem Name="::Vertex Deformation::Parameters::Frequency" Value="0"/>
<PropertyItem Name="::Layer Presets" Value=""/>
<PropertyItem Name="::Layer Presets::Shader" Value=""/>
<PropertyItem Name="::Layer Presets::No Draw" Value="0"/>
<PropertyItem Name="::Layer Presets::Fade Out" Value="0"/>
<PropertyItem Name="::Layer Presets::Shader" Value=""/>
<PropertyItem Name="::Layer Presets::No Draw" Value="0"/>
<PropertyItem Name="::Layer Presets::Fade Out" Value="0"/>
<PropertyItem Name="::Layer Presets::Shader" Value=""/>
<PropertyItem Name="::Layer Presets::No Draw" Value="0"/>
<PropertyItem Name="::Layer Presets::Fade Out" Value="0"/>
</PropertyCtrl>