View Javadoc

1   /*
2    * To change this template, choose Tools | Templates
3    * and open the template in the editor.
4    */
5   
6   package cz.cuni.amis.pogamut.udk.t3dgenerator.elements.map;
7   
8   /**
9    *
10   * @author Martin Cerny
11   * @see <a href="http://wiki.beyondunreal.com/UE3:PathRenderingComponent_%28UDK%29">http://wiki.beyondunreal.com/UE3:PathRenderingComponent_%28UDK%29</a>
12   */
13  public class PathRenderingComponent extends AbstractPrimitiveComponent {
14      public PathRenderingComponent(String archetypeName){
15          super("PathRenderer", archetypeName, "PathRenderingComponent");
16      }
17  }