smrendererv3/SMCode/SM.OGL
Michel Fedde 5bb690e45f 2021-15-03
+ GenericTransformation.InWorldSpace (Merges the object transformation and the last master transformation)
+ Ray class for Raycasting (may not work correctly)
+ Util.CallGarbageCollector() can call the garbage collector.
+ GLWindow.WindowFlags allow to easly switch between Window <-> Borderless Window (this will cause the window to fill the entire screen) <-> Exclusive Fullscreen.

~ Made the bloom-texture scale a constructor-parameter.

SM.OGL:
+ OpenGL-GarbageCollector integration.
+ BoundingBox.GetBounds(Matrix4, out Vector3,out Vector3) allows for easy transformation of the bounding box.
+ GLObjects can now marked as not compiled. Where it always returns false at WasCompiled.

SM2D:
~ Improved the Mouse2D.MouseOver Algorithm.
2021-03-15 18:11:58 +01:00
..
Framebuffer 2021-15-03 2021-03-15 18:11:58 +01:00
Mesh 2021-15-03 2021-03-15 18:11:58 +01:00
Properties Holidays 12.10. -> 25.10.2020 2020-10-24 15:10:36 +02:00
Shaders 2021-15-03 2021-03-15 18:11:58 +01:00
Texture 2021-15-03 2021-03-15 18:11:58 +01:00
GLCustomActions.cs 05.01.2021 2021-01-06 17:04:15 +01:00
GLDebugging.cs 05.01.2021 2021-01-06 17:04:15 +01:00
GLObject.cs 2021-15-03 2021-03-15 18:11:58 +01:00
GLSettings.cs 05.01.2021 2021-01-06 17:04:15 +01:00
GLSystem.cs Merged SM2D.DrawColor/DrawComplex/DrawPolygon/DrawShader/DrawTexture into DrawObject2D 2020-12-12 11:00:59 +01:00
OpenTK.dll.config 16.09.2020 2020-09-16 19:12:53 +02:00
packages.config 17.01.2021 2021-01-17 21:13:37 +01:00
SM.OGL.csproj 2021-04-03 2021-03-04 22:17:03 +01:00
Version.cs Holidays 12.10. -> 25.10.2020 2020-10-24 15:10:36 +02:00