Another restructure with code updates.

Updated RectTextrue.cs, VertexInformation.cs, and IDrawable.cs to properly pass indice information.
This commit is contained in:
2020-02-20 18:07:17 -05:00
parent 1a9ff8a26f
commit 519d31f2e1
38 changed files with 62 additions and 10 deletions

View File

@@ -0,0 +1,6 @@
namespace RecrownedGTK.Particles
{
class Particle
{
}
}