Fastran
Fastran
It's not the double casted to float but the float casted to double. Granted that the 2 Vectors have lenght > 0, it should always be possible to calculate the...
I have an extension class for Node and UIElement GetVar(string name) and a Variant Reader for Variant returned from GetAttribute() It's not tested much and it is missing some types...
I tried Marshal.PtrToStructure(ptr, typeof(Variant)), it works fine on a 32 bit architecture. On a 64 bit architecture for a Variant of type Vector4 it reads the type correctly, VariantValueLine1 was...
Here is the code from before, with a couple of correction and the rest of the types, albeit some untested (the ones marked as obsolete). [https://pastebin.com/KKjVqnw8](https://pastebin.com/KKjVqnw8) At the moment i...