Package | Description |
---|---|
com.tyrlib2.graphics.materials | |
com.tyrlib2.graphics.renderables | |
com.tyrlib2.graphics.renderer | |
com.tyrlib2.graphics.terrain |
Modifier and Type | Method and Description |
---|---|
Texture |
PointSpriteMaterial.getTexture() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultMaterial3.setTexture(Texture texture,
java.lang.String textureName) |
Constructor and Description |
---|
TexturedMaterial(Texture texture) |
TexturedMaterial(Texture texture,
Program program) |
Constructor and Description |
---|
Image2(Vector2 size,
Texture texture) |
Modifier and Type | Method and Description |
---|---|
Texture |
TextureManager.createTexture(java.lang.String name,
Context context,
int resourceId) |
Texture |
TextureManager.getTexture(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
TextureManager.addUnnamedTexture(Texture texture) |
void |
TextureManager.destroyUnnamedTexture(Texture texture) |
Modifier and Type | Method and Description |
---|---|
Texture |
TerrainTexture.getTexture() |
Constructor and Description |
---|
TerrainTexture(Texture texture) |