Ejemplo n.º 1
0
 protected override void LoadContent()
 {
   this.playerMesh.Effect = (BaseEffect) (this.effect = new GomezEffect());
 }
Ejemplo n.º 2
0
 protected override void LoadContent()
 {
     playerMesh.Effect = effect = new GomezEffect();
     StarsTexture = ServiceHelper.Get<IContentManagerProvider>().Global.Load<Texture2D>("Other Textures/black_hole/Stars");
 }