public bool CanShowFace(VoxFaceType neighbor, int f) { return (Types[f] & neighbor.AllowTypes[f ^ 0x01]) != 0; }
public VoxData(ushort id) { ID = id; FaceType = new VoxFaceType(); GeoProvider = null; }
public bool CanShowFace(VoxFaceType neighbor, int f) { return((Types[f] & neighbor.AllowTypes[f ^ 0x01]) != 0); }