Cubic texture filtering in OpenGL-ES 2.0 on Android.
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.
The following table is the detailed list of CubicTextureFilter.
Item | Value |
---|---|
Java File Count | 7 |
Activity Count | 1 |
Asset File Names | assets\shaders\cubicfrag.glsl assets\shaders\texfrag.glsl assets\shaders\vertex.glsl |
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