We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5117d10 commit 898079eCopy full SHA for 898079e
1 file changed
jme3-android-examples/src/main/java/jme3test/android/TestAndroidResources.java
@@ -12,7 +12,9 @@
12
import com.jme3.util.TangentBinormalGenerator;
13
14
/**
15
- * Test case to look for images stored in the Android drawable and mipmap directories.
+ * Test case to look for images stored in the Android drawable and mipmap directories. Image files are
16
+ * stored in the main->res->drawable-xxxx directories and main->res->mipmap-xxxx directories. The Android OS
17
+ * will choose the best matching image based on the device capabilities.
18
*
19
* @author iwgeric
20
*/
0 commit comments