Modifier and Type | Field and Description |
---|---|
Atlas |
atlas |
android.graphics.Bitmap |
bitmap |
int |
fModeMax |
int |
fModeMin |
int |
height |
int |
width |
int |
wModeH |
int |
wModeV |
Constructor and Description |
---|
SmartTexture(android.graphics.Bitmap bitmap) |
SmartTexture(android.graphics.Bitmap bitmap,
int filtering,
int wrapping) |
Modifier and Type | Method and Description |
---|---|
void |
bitmap(android.graphics.Bitmap bitmap) |
void |
bitmap(android.graphics.Bitmap bitmap,
boolean premultiplied) |
void |
delete() |
void |
filter(int minMode,
int maxMode) |
void |
reload() |
android.graphics.RectF |
uvRect(int left,
int top,
int right,
int bottom) |
void |
wrap(int s,
int t) |
public int width
public int height
public int fModeMin
public int fModeMax
public int wModeH
public int wModeV
public android.graphics.Bitmap bitmap
public Atlas atlas
public SmartTexture(@NonNull android.graphics.Bitmap bitmap)
public SmartTexture(@NonNull android.graphics.Bitmap bitmap, int filtering, int wrapping)