StereoKit / StereoKit-PaintTutorial

Source for a Mixed Reality inking tutorial using StereoKit and C#!
https://stereokit.net
MIT License
32 stars 16 forks source link

Loading a Painting failes when system has incompatible culture settings #8

Open cefoot opened 8 months ago

cefoot commented 8 months ago

When saving a Painting on a System with for example DE culture settings all numbers will be written in the format of 0,01 instead of 0.01 this failed to load since the "," is used to separate data. Therefore saving all numbers in invariant culture (and making the system parse the numbers the same way solves the issue)