Uses of Class
org.osm2world.core.target.common.TextureData

Packages that use TextureData
org.osm2world.core.target.common.material   
 

Uses of TextureData in org.osm2world.core.target.common.material
 

Fields in org.osm2world.core.target.common.material with type parameters of type TextureData
protected  List<TextureData> Material.textureDataList
           
 

Methods in org.osm2world.core.target.common.material that return types with arguments of type TextureData
 List<TextureData> Material.getTextureDataList()
           
 

Method parameters in org.osm2world.core.target.common.material with type arguments of type TextureData
 void ConfMaterial.setTextureDataList(List<TextureData> textureDataList)
           
 

Constructor parameters in org.osm2world.core.target.common.material with type arguments of type TextureData
ConfMaterial(Material.Lighting lighting, Color color, float ambientFactor, float diffuseFactor, Material.Transparency transparency, List<TextureData> textureDataList)
           
ConfMaterial(Material.Lighting lighting, Color color, Material.Transparency transparency, List<TextureData> textureDataList)
           
ImmutableMaterial(Material.Lighting lighting, Color color, float ambientFactor, float diffuseFactor, Material.Transparency transparency, List<TextureData> textureDataList)
           
ImmutableMaterial(Material.Lighting lighting, Color color, Material.Transparency transparency, List<TextureData> textureDataList)
           
Material(Material.Lighting lighting, Color color, float ambientFactor, float diffuseFactor, Material.Transparency transparency, List<TextureData> textureDataList)
           
Material(Material.Lighting lighting, Color color, Material.Transparency transparency, List<TextureData> textureDataList)