Android-Examples: update doc

This commit is contained in:
iwgeric 2016-05-10 22:44:49 -04:00
parent 5117d108e6
commit 898079eded

View File

@ -12,7 +12,9 @@ import com.jme3.scene.shape.Sphere;
import com.jme3.util.TangentBinormalGenerator; import com.jme3.util.TangentBinormalGenerator;
/** /**
* 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
* stored in the main->res->drawable-xxxx directories and main->res->mipmap-xxxx directories. The Android OS
* will choose the best matching image based on the device capabilities.
* *
* @author iwgeric * @author iwgeric
*/ */