Sha256: b55e698b85a229a94928f971df8fbf9816143dd5c67127978b7da05cea0f87c5

Contents?: true

Size: 472 Bytes

Versions: 9

Compression:

Stored size: 472 Bytes

Contents

# ambient component multiplied with the light source's ambient component
ambient:
  red:   1.0
  green: 1.0
  blue:  1.0
  alpha: 1.0

# diffuse component multiplied with the light source's diffuse component
diffuse:
  red:   1.0
  green: 1.0
  blue:  1.0
  alpha: 1.0

# specular component multiplied with the light source's specular component
specular:
  red:   1.0
  green: 1.0
  blue:  1.0
  alpha: 1.0

shininess: 128

layers:
  - type: Lighting
  - type: ShadowMap

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jax-0.0.0.9 spec/example_app/app/resources/materials/lighting_with_shadows.yml
jax-0.0.0.8 spec/example_app/app/resources/materials/lighting_with_shadows.yml
jax-0.0.0.7 spec/example_app/app/resources/materials/lighting_with_shadows.yml
jax-0.0.0.6 spec/example_app/app/resources/materials/lighting_with_shadows.yml
jax-0.0.0.5 spec/example_app/app/resources/materials/lighting_with_shadows.yml
jax-0.0.0.4 spec/example_app/app/resources/materials/lighting_with_shadows.yml
jax-0.0.0.3 spec/example_app/app/resources/materials/lighting_with_shadows.yml
jax-0.0.0.2 spec/example_app/app/resources/materials/lighting_with_shadows.yml
jax-0.0.0.1 spec/example_app/app/resources/materials/lighting_with_shadows.yml