ProwlEngine / Prowl

An Open Source C# 3D Game Engine under MIT license, inspired by Unity and featuring a complete editor and built on Silk.NET
MIT License
360 stars 30 forks source link

[Engine] 64-bit World Coordinates #77

Closed michaelsakharov closed 9 months ago

michaelsakharov commented 9 months ago

System.Numerics unfortunately doesnt have Double support just yet

However there is a well made nuget package https://github.com/Weingartner/System.Numerics.DoubleVectors

We can port all our System,Numerics usage to that, and convert to float versions for rendering and wherever needed like ImGuizmo