Beispiel #1
0
 private void PopulateEffectFogging(BasicEffect basicEffect)
 {
     basicEffect.PopulateFogging(Game.Scene.Fog);
 }