Closed scherej958 closed 2 years ago
I am not complaining about existing functionality. Just wanted to pass on a potential fix. I have added it to my code but thought I would pass it back for consideration.
We'll get this fixed. Thanks.
Added for next release. Thank you.
The ModelMatrix setting does not appear to be supported in the configuration file read function "ReadSettings(). The issue appears to be that "SetSettings()" function does not support PropertyType = "Matrix4X4". To address this issue I have added the following code:
[ConfigSettings.cs]
This code has been added between the "case FMatrix3x3:" and "case "DoublePoint:" case statements in the "SetSetting()" function. NOTE: The input line in the configuration file might need re-formatting from the settings.ini output to place all values of matrix on one line: "ModelMatrix=1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1". The current settings.ini file has the matrix values on separate lines.