|
|
|
@ -61,8 +61,6 @@ import com.jme3.texture.Image; |
|
|
|
|
import com.jme3.texture.Texture; |
|
|
|
|
import com.jme3.texture.Texture.WrapAxis; |
|
|
|
|
import com.jme3.util.BufferUtils; |
|
|
|
|
import com.jme3.util.IntMap; |
|
|
|
|
import com.jme3.util.IntMap.Entry; |
|
|
|
|
import com.jme3.util.ListMap; |
|
|
|
|
import com.jme3.util.NativeObjectManager; |
|
|
|
|
import com.jme3.util.SafeArrayList; |
|
|
|
@ -73,12 +71,9 @@ import java.util.logging.Level; |
|
|
|
|
import java.util.logging.Logger; |
|
|
|
|
import javax.media.opengl.GL; |
|
|
|
|
import javax.media.opengl.GL2; |
|
|
|
|
import javax.media.opengl.GL2ES1; |
|
|
|
|
import javax.media.opengl.GL2ES2; |
|
|
|
|
import javax.media.opengl.GL2GL3; |
|
|
|
|
import javax.media.opengl.GLContext; |
|
|
|
|
import javax.media.opengl.fixedfunc.GLLightingFunc; |
|
|
|
|
import javax.media.opengl.fixedfunc.GLPointerFunc; |
|
|
|
|
import jme3tools.converters.MipMapGenerator; |
|
|
|
|
import jme3tools.shader.ShaderDebug; |
|
|
|
|
|
|
|
|
|