Sha256: 92dcad4df431a813daf677c0a03b7c811a4db7dc36511ba328dca3744275d7a7

Contents?: true

Size: 619 Bytes

Versions: 9

Compression:

Stored size: 619 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: 30

layers:
  - type: Lighting
  
  - type: Texture
    path: "/images/rock.png"
    flip_y: false
    scale: 1

  - type: NormalMap
    path: "/images/rockNormal.png"
    flip_y: false
    scale: 1

Version data entries

9 entries across 9 versions & 1 rubygems

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