Some documentation, but I think the code is pretty straightforward
This commit is contained in:
parent
854efb0909
commit
522cd16da9
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue