public class GLModelCaptureCache
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.io.File |
RENDER_CACHE_DIR |
Constructor and Description |
---|
GLModelCaptureCache(java.lang.String subPath) |
Modifier and Type | Method and Description |
---|---|
android.graphics.Bitmap |
getBitmap() |
android.graphics.Bitmap |
getBitmap(GLModelCaptureRequest req)
Get or create bitmap display of the vehicle
If a cached image of the bitmap does not exist, it is created
|
public android.graphics.Bitmap getBitmap(GLModelCaptureRequest req)
req
- The capture request to use if the bitmap does not exist
Null to return null if cached bitmap does not existpublic android.graphics.Bitmap getBitmap()