File: laser.xml

package info (click to toggle)
gamgi 0.14.8-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 16,244 kB
  • ctags: 7,535
  • sloc: ansic: 138,873; xml: 67,127; makefile: 527; perl: 171; sh: 33
file content (14 lines) | stat: -rw-r--r-- 367 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<gml>

  <light name="laser"
  position_x="0.0" position_y ="0.0" position_z="5.0"
  direction_x="0.0" direction_y ="0.0" direction_z="-1.0"
  diffuse_r="1.0" diffuse_g="0.0" diffuse_b="0.0" angle="1.0">
  </light>

  <light name="ambient"
  position_x="0.0" position_y ="0.0" position_z="5.0"
  ambient_r="0.40" ambient_g="0.40" ambient_b="0.40">
  </light>

</gml>