Skip to content

Commit

Permalink
fixed glb path
Browse files Browse the repository at this point in the history
  • Loading branch information
xfischer committed Feb 25, 2020
1 parent c45b8e1 commit 7faf338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEM.Net.xUnit.Test/glTFTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void Test_GLB_Export()
.ZScale(2.5f);

var model = _sharpGltfService.CreateTerrainMesh(heightMap);
model.SaveGLB("test.glb");
model.SaveGLB(Path.Combine(Directory.GetCurrentDirectory(),"test.glb"));
}


Expand Down

0 comments on commit 7faf338

Please sign in to comment.