public FadeEffectModel(GameModel parent, Model model) : base(model, new Place()) { fade = 1; this.parent = parent; }
public bool collides(GameModel other) { return(model.Meshes[0].BoundingSphere.Intersects(other.model.Meshes[0].BoundingSphere)); }