Exemple #1
0
 public Point3D GetNormal(int xo, int yo)
 {
     return(LandTile.GetVertexNormal(this.facet, this.ax + xo, this.ay + yo));
 }
Exemple #2
0
 public static int GetShadow(int facet, int x, int y)
 {
     return(MapLighting.GetShadow(LandTile.GetVertexNormal(facet, x, y)));
 }