.Net Standard port for Opentk
Go to file
the_fiddler 3d6d476d16 Modified Transform(ref Vector4, ref Matrix4, out Vector4) overload to work correctly when the ref and out parameters point to the same Vector4.
Modified Transform(Vector4, Matrix4): Vector4 to call the reference overload internally. Faster and reduces code duplication.
2009-11-03 11:41:36 +00:00
Documentation Updated changelog with last-minute changes. 2009-10-21 14:03:14 +00:00
Source Modified Transform(ref Vector4, ref Matrix4, out Vector4) overload to work correctly when the ref and out parameters point to the same Vector4. 2009-11-03 11:41:36 +00:00
Build.exe Recognize and copy dds files as part of example resources. 2009-10-28 09:31:59 +00:00