Innoviox / Axiom

A modular, flexible, lightweight, declarative, efficient, incremental, structured library for 3D written in LWJGL-OPENGL bindings for Java
https://github.com/Innoviox/Axiom
GNU General Public License v3.0
4 stars 2 forks source link

Made transformation a singleton #11

Closed Innoviox closed 7 years ago

Innoviox commented 7 years ago

I made transformation into a singleton. To access the transformation instance do Transformation.getInstance(). Probably we should make all the methods static. Also deleted unused files from like weeks ago.