Some documentation, but I think the code is pretty straightforward

This commit is contained in:
pahimar 2013-04-09 14:59:38 -04:00
parent 854efb0909
commit 522cd16da9

View file

@ -15,6 +15,11 @@ import org.lwjgl.opengl.GL11;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
/***
*
* Wavefront Object importer; based heavily off of the specifications found at http://en.wikipedia.org/wiki/Wavefront_.obj_file
*
*/
@SideOnly(Side.CLIENT)
public class WavefrontObject
{