File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
wrappers/csharp/LibPLATEAU.NET/CSharpPLATEAU.Test/MeshWriter Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 11using System . IO ;
22using Microsoft . VisualStudio . TestTools . UnitTesting ;
3+ using PLATEAU . Geometries ;
34using PLATEAU . MeshWriter ;
45using PLATEAU . Test . CityGML ;
56using PLATEAU . Test . GeometryModel ;
@@ -19,7 +20,7 @@ public void WriteGenerateFbxFile()
1920 string gmlPath = TestUtil . GetGmlPath ( TestUtil . GmlFileCase . Simple ) ;
2021 string fbxFileName = Path . GetFileNameWithoutExtension ( gmlPath ) + ".fbx" ;
2122 string fbxPath = Path . Combine ( testDir , fbxFileName ) ;
22- var option = new FbxWriteOptions ( FbxFileFormat . Binary ) ;
23+ var option = new FbxWriteOptions ( FbxFileFormat . Binary , CoordinateSystem . ENU ) ;
2324
2425 bool isSucceed = FbxWriter . Write ( fbxPath , model , option ) ;
2526
You can’t perform that action at this time.
0 commit comments