Android Open Source - OpenGL texture CubicTextureFilter






Project Summary

Cubic texture filtering in OpenGL-ES 2.0 on Android.

Web Site / Source Repository

CubicTextureFilter is hosted in the following web site
https://github.com/svdree/CubicTextureFilter

If you think the Android project CubicTextureFilter listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of CubicTextureFilter.

ItemValue
Java File Count7
Activity Count1
Asset File Namesassets\shaders\cubicfrag.glsl
assets\shaders\texfrag.glsl
assets\shaders\vertex.glsl




Java Source Files

CubicTextureFilter has the following Java source files.

com.svdree.texfilter.ConfigChooser.java
com.svdree.texfilter.Quad
.java
com.svdree.texfilter.Renderer.java
com.svdree.texfilter.ShaderUtil
.java
com.svdree.texfilter.TexFilterActivity.java
com.svdree.texfilter.TextDisplay
.java