Beispiel #1
0
 public bool Equals(VertexTerrain other)
 {
     return(Position.Equals(other.Position) && Normal.Equals(other.Normal) && TextureCoordinate.Equals(other.TextureCoordinate) && Material.Equals(other.Material));
 }