Package | Description |
---|---|
rajawali | |
rajawali.filters | |
rajawali.materials |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<TextureInfo> |
BaseObject3D.getTextureInfoList() |
Modifier and Type | Method and Description |
---|---|
void |
BaseObject3D.addTexture(TextureInfo textureInfo)
Adds a texture to this object
|
Modifier and Type | Method and Description |
---|---|
void |
IPostProcessingFilter.addTexture(TextureInfo textureInfo) |
Modifier and Type | Method and Description |
---|---|
TextureInfo |
TextureManager.addCubemapTextures(Bitmap[] textures) |
TextureInfo |
TextureManager.addCubemapTextures(Bitmap[] textures,
boolean mipmap) |
TextureInfo |
TextureManager.addCubemapTextures(Bitmap[] textures,
boolean mipmap,
boolean recycle) |
TextureInfo |
TextureManager.addCubemapTextures(Bitmap[] textures,
boolean mipmap,
boolean recycle,
boolean isExistingTexture) |
TextureInfo |
TextureManager.addTexture(Bitmap texture) |
TextureInfo |
TextureManager.addTexture(Bitmap texture,
boolean mipmap,
boolean recycle) |
TextureInfo |
TextureManager.addTexture(Bitmap texture,
TextureManager.TextureType textureType) |
TextureInfo |
TextureManager.addTexture(Bitmap texture,
TextureManager.TextureType textureType,
boolean mipmap) |
TextureInfo |
TextureManager.addTexture(Bitmap texture,
TextureManager.TextureType textureType,
boolean mipmap,
boolean recycle) |
TextureInfo |
TextureManager.addTexture(java.nio.ByteBuffer buffer,
Bitmap texture,
int width,
int height,
TextureManager.TextureType textureType,
Config bitmapConfig,
boolean mipmap,
boolean recycle) |
TextureInfo |
TextureManager.addTexture(java.nio.ByteBuffer buffer,
Bitmap texture,
int width,
int height,
TextureManager.TextureType textureType,
Config bitmapConfig,
boolean mipmap,
boolean recycle,
boolean isExistingTexture) |
TextureInfo |
TextureManager.addTexture(java.nio.ByteBuffer buffer,
int width,
int height) |
TextureInfo |
TextureManager.addTexture(java.nio.ByteBuffer buffer,
int width,
int height,
TextureManager.TextureType textureType) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<TextureInfo> |
TextureManager.getTextureInfoList() |
java.util.ArrayList<TextureInfo> |
AMaterial.getTextureInfoList() |
Modifier and Type | Method and Description |
---|---|
void |
AMaterial.addTexture(TextureInfo textureInfo) |
void |
AMaterial.addTexture(TextureInfo textureInfo,
boolean isExistingTexture) |
void |
AMaterial.addTexture(TextureInfo textureInfo,
boolean isExistingTexture,
boolean reload) |
void |
TextureInfo.setFrom(TextureInfo other) |
Modifier and Type | Method and Description |
---|---|
void |
TextureManager.removeTextures(java.util.ArrayList<TextureInfo> textureInfoList) |