예제 #1
0
 public bool update(TgcTerrainEditor editor)
 {
     return false;
 }
예제 #2
0
 public void render(TgcTerrainEditor editor)
 {
     editor.doRender();
 }
예제 #3
0
 public bool mouseMove(TgcTerrainEditor editor)
 {
     return false;
 }
예제 #4
0
 public void render(TgcTerrainEditor editor)
 {
     editor.doRender();
 }
예제 #5
0
 public bool update(TgcTerrainEditor editor)
 {
     return(false);
 }
예제 #6
0
 public bool mouseLeave(TgcTerrainEditor editor)
 {
     return(false);
 }