Uses of Class
org.osm2world.core.target.Material.Lighting

Packages that use Material.Lighting
org.osm2world.core.target export targets for the generated models 
 

Uses of Material.Lighting in org.osm2world.core.target
 

Fields in org.osm2world.core.target declared as Material.Lighting
 Material.Lighting Material.lighting
           
 

Methods in org.osm2world.core.target that return Material.Lighting
static Material.Lighting Material.Lighting.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Material.Lighting[] Material.Lighting.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.osm2world.core.target with parameters of type Material.Lighting
Material(Material.Lighting lighting, Color color)
           
Material(Material.Lighting lighting, Color color, float ambientFactor, float diffuseFactor)