Browse Source

small namespace change

Vicente Penades 2 years ago
parent
commit
4060eeaf78
1 changed files with 1 additions and 0 deletions
  1. 1 0
      demos/Demo5.Android/Game1.cs

+ 1 - 0
demos/Demo5.Android/Game1.cs

@@ -27,6 +27,7 @@ namespace Demo5
         protected override void LoadContent()
         {
             var factory = new MonoScene.Graphics.Pipeline.GltfModelFactory(this.GraphicsDevice);
+            factory.UseBasicEffects= true;
 
             var thisAssembly = typeof(Game1).Assembly;
             _ModelTemplate = factory.LoadModelFromEmbeddedResource(thisAssembly, "CesiumMan.glb");