瀏覽代碼

cleaning up

Bert Temme 2 年之前
父節點
當前提交
b4fb30c220
共有 1 個文件被更改,包括 0 次插入1 次删除
  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
             // save the model in different formats
 
 
             var model = scene.ToGltf2();
             var model = scene.ToGltf2();
-            model.LogicalMeshes[0].Primitives[0].AddCesiumOutline(4);
             model.SaveAsWavefront("mesh.obj");
             model.SaveAsWavefront("mesh.obj");
             model.SaveGLB("mesh.glb");
             model.SaveGLB("mesh.glb");
             model.SaveGLTF("mesh.gltf");
             model.SaveGLTF("mesh.gltf");