added a test for the particle engine

This commit is contained in:
Ziver Koc 2007-03-25 20:48:23 +00:00
parent e3f5017007
commit d3a6c31dd1
4 changed files with 419 additions and 18 deletions

View file

@ -7,10 +7,6 @@ package ei.engine.effects;
* Visit Our Sites At www.tiptup.com and nehe.gamedev.net
*/
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.IntBuffer;
import org.lwjgl.opengl.Display;
import org.lwjgl.opengl.DisplayMode;
import org.lwjgl.opengl.GL11;