File: laser.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 (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>