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   import cz.cuni.amis.pogamut.unreal.t3dgenerator.annotations.UnrealBean;
9   
10  /**
11   * This class probably could hold a landscape surface. 
12   * Right now it is here only to make importing a map into UDK work
13   * and is always empty. Feel free to extend it!
14   * @author Martin Cerny
15   */
16  @UnrealBean("Surface")
17  public class Surface {
18  
19  }