Sha256: de7043fa6114c32c5718e5d0fb30ee631268d38d10042c2b30501f68c473edae
Contents?: true
Size: 732 Bytes
Versions: 17
Compression:
Stored size: 732 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: # remove Lighting to conserve video memory if you don't need/want support for light sources - type: Lighting <%if !chain.empty? -%> <%- chain.each do |n| -%> - type: <%=shader(n).name.camelize%> <%=shader(n).default_options.to_yaml.lines.to_a[1..-1].join(" ")%> <%- end -%> <%end-%>
Version data entries
17 entries across 17 versions & 1 rubygems