File: grey.xml

package info (click to toggle)
gamgi 0.17.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 21,236 kB
  • sloc: ansic: 166,847; xml: 116,171; makefile: 565; sh: 5
file content (8 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
<gml>
  <light name="grey"
   direction_x="0.0" direction_y ="0.0" direction_z="-1.0"
   ambient_r="0.6" ambient_g="0.6" ambient_b="0.6"
   diffuse_r="0.6" diffuse_g="0.6" diffuse_b="0.6"
   specular_r="0.6" specular_g="0.6" specular_b="0.6">
  </light>
</gml>