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