KillzXGaming / Smash-Forge

Open Source Editor of Smash 4 Filetypes
MIT License
21 stars 5 forks source link

update some graphics libs #11

Closed ScanMountGoat closed 6 years ago

ScanMountGoat commented 6 years ago

There are numerous graphical bugs and memory leaks in the older version you forked. SFGraphics is used for the most recent version of Forge for buffers, shaders, etc. Feel free to use it instead of the older classes in the Smash_Forge.Rendering namespace. I've updated OpenTK to a newer version as well.

ScanMountGoat commented 6 years ago

I would suggest looking into how OpenTK rendering is done in newer versions of Forge. It's much more concise and less error prone.