You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have integrated UkooLabs.FbxSharpie into my VB project using the Nuget Manager.
Now I am trying to load an FBX file, change it and save it again, but the created file cannot be opened.
After a comparison, I noticed that a comma is used instead of a point in the exported file.
I use VB.Net in German.
Can I change something?
Dim fbxDoc As FbxDocument = FbxIO.Read("N:\PX\Neutraler Ordner\Datenaustausch\Test_3D\TEST_3D-Daten\Baugr1_STD.fbx") FbxIO.WriteAscii(fbxDoc, "N:\PX\Neutraler Ordner\Datenaustausch\Test_3D\TEST_3D-Daten\FBXSharpie_Baugr1_STD.fbx") TEST_3D-Daten.zip
The text was updated successfully, but these errors were encountered:
Dim aktCulture As Globalization.CultureInfo = Globalization.CultureInfo.CurrentCulture
My.Application.ChangeCulture("en-US")
Dim fbxDoc As FbxDocument = FbxIO.Read("N:\PX\Neutraler Ordner\Datenaustausch\Test_3D\TEST_3D-Daten\Baugr1_STD.fbx")
'### Kamma statt Punkt wird verwendet
FbxIO.WriteAscii(fbxDoc, "N:\PX\Neutraler Ordner\Datenaustausch\Test_3D\TEST_3D-Daten\FBXSharpie_Baugr1_STD.fbx")
My.Application.ChangeCulture(aktCulture.Name)
Hello,
I have integrated UkooLabs.FbxSharpie into my VB project using the Nuget Manager.
Now I am trying to load an FBX file, change it and save it again, but the created file cannot be opened.
After a comparison, I noticed that a comma is used instead of a point in the exported file.
I use VB.Net in German.
Can I change something?
Dim fbxDoc As FbxDocument = FbxIO.Read("N:\PX\Neutraler Ordner\Datenaustausch\Test_3D\TEST_3D-Daten\Baugr1_STD.fbx") FbxIO.WriteAscii(fbxDoc, "N:\PX\Neutraler Ordner\Datenaustausch\Test_3D\TEST_3D-Daten\FBXSharpie_Baugr1_STD.fbx")
TEST_3D-Daten.zip
The text was updated successfully, but these errors were encountered: