Back to project page aCARdeRUN.
The source code is released under:
Apache License
If you think the Android project aCARdeRUN listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package de.hdm.mib.dg041.graphics; public enum TextureWrapMode { // EnumWerte des TextureWrapMode / Geben an in welchem Modus sich der TextureWrap befindet CLAMP, REPEAT }