]> de.git.xonotic.org Git - xonotic/mediasource.git/blob - gfx/luma/models/weapons/common.filters
Update Luma sourcefiles
[xonotic/mediasource.git] / gfx / luma / models / weapons / common.filters
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <svg xmlns="http://www.w3.org/2000/svg" version="1.1">
3         <defs>
4                 <filter id="shining" x="-0.5" y="-0.5" width="2" height="2">
5                         <feGaussianBlur stdDeviation="5"/>
6                                 <!-- ./tools/hsv-matrix.pl -9 3.2 0.38 -->
7                         <feColorMatrix values="1.07 -0.45 -0.24 0 0 -0.20 0.59 -0.01 0 0 -0.02 -0.72 1.13 0 0 0 0 0 0.56 0" result="shadow"/>
8                         <feGaussianBlur in="SourceGraphic" stdDeviation="2"/>
9                         <feColorMatrix values="0.2 0 0 0 0 0 0.2 0 0 0 0 0 0.2 0 0 0 0 0 3 0"/>
10                         <feColorMatrix values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0.4 0" result="outline"/>
11                         <feGaussianBlur in="SourceGraphic" stdDeviation="5"/>
12                                 <!-- ./tools/hsv-matrix.pl 12 0.5 1.4 -->
13                         <feColorMatrix values="0.81 0.41 0.19 0 0 0.17 1.22 0.01 0 0 0.04 0.62 0.75 0 0 0 0 0 1 0" result="highlight"/>
14                         <feMerge>
15                                 <feMergeNode in="shadow"/>
16                                 <feMergeNode in="outline"/>
17                                 <feMergeNode in="SourceGraphic"/>
18                         </feMerge>
19                         <feComposite in2="highlight" operator="arithmetic" k1="0.4" k2="1" k3="0.2"/>
20                         <feGaussianBlur stdDeviation="0.3"/>
21                 </filter>
22         </defs>
23 </svg>