|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CubeSide | |
---|---|
com.neovisionaries.android.opengl |
Uses of CubeSide in com.neovisionaries.android.opengl |
---|
Methods in com.neovisionaries.android.opengl that return CubeSide | |
---|---|
static CubeSide |
CubeSide.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CubeSide[] |
CubeSide.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.neovisionaries.android.opengl with parameters of type CubeSide | |
---|---|
TextureCubeMap |
TextureCubeMap.loadImage(Bitmap bitmap,
CubeSide side)
This method is an alias of loadImage (bitmap, 0, side). |
TextureCubeMap |
TextureCubeMap.loadImage(Bitmap bitmap,
int level,
CubeSide side)
Load an image. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |