OpenGL ES Utils for Android.
OpenGLUtils is hosted in the following web site
https://github.com/kalhauge/OpenGLUtils
If you think the Android project OpenGLUtils listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of OpenGLUtils.
Item | Value |
---|---|
Java File Count | 25 |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 0 |
jar files used | android-support-v4.jar |
OpenGLUtils has the following Java source files.
dk.kalhauge.openglutils.core.ArcBallCamera.java dk.kalhauge.openglutils.core.Draworder.java dk.kalhauge.openglutils.core.Entity.java dk.kalhauge.openglutils.core.Framebuffer.java dk.kalhauge.openglutils.core.Light.java dk.kalhauge.openglutils.core.ShaderProgram.java dk.kalhauge.openglutils.core.Texture.java dk.kalhauge.openglutils.core.Utils.java dk.kalhauge.openglutils.core.VertexAttributeArray.java dk.kalhauge.openglutils.exceptions.AttributeDoesNotExistException.java dk.kalhauge.openglutils.exceptions.CompileException.java dk.kalhauge.openglutils.exceptions.EntityDoesNotHaveAbilityException.java dk.kalhauge.openglutils.exceptions.TextureSetupExecption.java dk.kalhauge.openglutils.exceptions.UniformDoesNotExistException.java dk.kalhauge.openglutils.extras.PositionEntity.java dk.kalhauge.openglutils.intances.CubeEntity.java dk.kalhauge.openglutils.intances.FullScreenEntity.java dk.kalhauge.openglutils.intances.SphereEntity.java dk.kalhauge.openglutils.intances.TriangleEntity.java dk.kalhauge.openglutils.interfaces.ShaderAttachable.java dk.kalhauge.openglutils.math.Color.java dk.kalhauge.openglutils.math.Matrix.java dk.kalhauge.openglutils.math.Scalar.java dk.kalhauge.openglutils.math.Vec3.java dk.kalhauge.openglutils.math.Vec4.java