Browse Source

cleaning up

Bert Temme 2 years ago
parent
commit
b4fb30c220
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/Example1/Program.cs

+ 0 - 1
examples/Example1/Program.cs

@@ -46,7 +46,6 @@ namespace Example1
             // save the model in different formats
 
             var model = scene.ToGltf2();
-            model.LogicalMeshes[0].Primitives[0].AddCesiumOutline(4);
             model.SaveAsWavefront("mesh.obj");
             model.SaveGLB("mesh.glb");
             model.SaveGLTF("mesh.gltf");