//
// Author:
//   Andreas Suter (andy@edelweissinteractive.com)
//
// Copyright (C) 2012 Edelweiss Interactive (http://edelweissinteractive.com)
//

using UnityEngine;
using System.Collections;
using Edelweiss.DecalSystem;

/// <summary>
/// Instances of this class wrap mesh renderers and filters to display a whole or parts of a
/// <see cref="T:Edelweiss.DecalSystem.DecalsMesh">decals mesh</see> object via a <see cref="T:DS_Decals"/> instance.
/// </summary>
public class DS_DecalsMeshRenderer : DecalsMeshRenderer {
}
