public class TextureMap extends Object
Constructor and Description |
---|
TextureMap(PhongMaterial.MapType type) |
Modifier and Type | Method and Description |
---|---|
Image |
getImage() |
Texture |
getTexture() |
PhongMaterial.MapType |
getType() |
boolean |
isDirty() |
void |
setDirty(boolean dirty) |
void |
setImage(Image image) |
void |
setTexture(Texture texture) |
public TextureMap(PhongMaterial.MapType type)
public PhongMaterial.MapType getType()
public Image getImage()
public void setImage(Image image)
public Texture getTexture()
public void setTexture(Texture texture)
public boolean isDirty()
public void setDirty(boolean dirty)
Copyright © 2020. All rights reserved.