1
0
Fork 0
fgdata/Aircraft/c172p/Models/Effects/pontoon/left_ground.xml
Stuart Buchanan 60d7073794 Initial checking of c172p-detailed.
From https://github.com/Juanvvc/c172p-detailed.git

Commit df6b2c5f4f75d000c5f5ef9c6cc4446784348f20
2015-06-16 22:20:54 +01:00

217 lines
5.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copied from Cap10C by PAF team - http://equipe-flightgear.forumactif.com
Written by Flavien BLANC
Modified by PAF team - April 2012
Copyright (C) 2011-2012 Flavien BLANC - http://equipe-flightgear.forumactif.com/u56
Copyright (C) 2012 Clément DE L'HAMAIDE - http://equipe-flightgear.forumactif.com/u115
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not see <http://www.gnu.org/licenses/>.
-->
<!-- New version May, 07, 2009 by 102nd-YU-Nitro -->
<PropertyList>
<params>
<!-- IMPORTANT: int properties 14 to 19, both included, are reserved for the immat system. Do not use them! -->
<left_ground_effect_speed_kt>
<property>sim/multiplay/generic/float[7]</property>
</left_ground_effect_speed_kt>
</params>
<particlesystem>
<name>pontoon-burn-s</name>
<texture>tyreburn.png</texture>
<emissive>false</emissive>
<lighting>false</lighting>
<offsets>
<x-m> 1.2 </x-m>
<y-m> 0.7 </y-m>
<z-m> 0.0 </z-m>
</offsets>
<condition>
<greater-than>
<property alias="/params/left_ground_effect_speed_kt/property"/>
<value>8</value>
</greater-than>
</condition>
<align>billboard</align>
<attach>world</attach>
<placer>
<type>point</type>
</placer>
<shooter>
<theta-min-deg> 45 </theta-min-deg>
<theta-max-deg> 85 </theta-max-deg>
<phi-min-deg> -60 </phi-min-deg>
<phi-max-deg> 60 </phi-max-deg>
<speed-mps>
<value> 50 </value>
<spread> 5 </spread>
</speed-mps>
<rotation-speed>
<x-max-deg-sec> 15 </x-max-deg-sec>
<x-min-deg-sec> -15 </x-min-deg-sec>
<y-max-deg-sec> 15 </y-max-deg-sec>
<y-min-deg-sec> -15 </y-min-deg-sec>
<z-max-deg-sec> 15 </z-max-deg-sec>
<z-min-deg-sec> -15 </z-min-deg-sec>
</rotation-speed>
</shooter>
<counter>
<particles-per-sec>
<value>150</value>
<spread>0</spread>
</particles-per-sec>
</counter>
<align>billboard</align>
<particle>
<start>
<color>
<red><value> 0.95 </value></red>
<green><value> 0.95 </value></green>
<blue><value> 0.95 </value></blue>
<alpha><value> 0.05 </value></alpha>
</color>
<size><value> 0.5 </value></size>
</start>
<end>
<color>
<red><value> 1.000 </value></red>
<green><value> 1.000 </value></green>
<blue><value> 1.000 </value></blue>
<alpha><value> 0.020 </value></alpha>
</color>
<size><value> 3 </value></size>
</end>
<life-sec><value> 0.5 </value></life-sec>
<mass-kg> 0.025 </mass-kg>
<radius-m> 0.175 </radius-m>
</particle>
<program>
<fluid> air </fluid>
<gravity> true </gravity>
<wind> true </wind>
</program>
</particlesystem>
<particlesystem>
<name>spark</name>
<type>normal</type>
<offsets>
<x-m> 1.2 </x-m>
<y-m> 0.7 </y-m>
<z-m> 0.0 </z-m>
</offsets>
<condition>
<greater-than>
<property alias="/params/left_ground_effect_speed_kt/property"/>
<value>8</value>
</greater-than>
</condition>
<texture>spark.png</texture>
<emissive>true</emissive>
<lighting>true</lighting>
<align>billboard</align>
<attach>world</attach>
<placer>
<type>point</type>
</placer>
<shooter>
<theta-min-deg>0</theta-min-deg>
<theta-max-deg>360</theta-max-deg>
<phi-min-deg>0</phi-min-deg>
<phi-max-deg>360</phi-max-deg>
<speed>
<value>0</value>
<spread>0</spread>
</speed>
<rotation-speed>
<x-min-deg-sec>0</x-min-deg-sec>
<y-min-deg-sec>0</y-min-deg-sec>
<z-min-deg-sec>0</z-min-deg-sec>
<x-max-deg-sec>3600</x-max-deg-sec>
<y-max-deg-sec>3600</y-max-deg-sec>
<z-max-deg-sec>3600</z-max-deg-sec>
</rotation-speed>
</shooter>
<counter>
<particles-per-sec>
<value>200</value>
<spread>0</spread>
</particles-per-sec>
</counter>
<particle>
<start>
<color>
<red><value> 1.0 </value></red>
<green><value> 1.0 </value></green>
<blue><value> 0.0 </value></blue>
<alpha><value> 1.0 </value></alpha>
</color>
<size><value> 0.05 </value></size>
</start>
<end>
<color>
<red><value> 1.0 </value></red>
<green><value> 1.0 </value></green>
<blue><value> 0.0 </value></blue>
<alpha><value> 0.6 </value></alpha>
</color>
<size><value> 0.00025 </value></size>
</end>
<life-sec>
<value>0.5</value>
</life-sec>
<mass-kg>0.015</mass-kg>
<radius-m>0.1</radius-m>
</particle>
<program>
<fluid>air</fluid>
<gravity type="bool">true</gravity>
<wind type="bool">false</wind>
</program>
</particlesystem>
</PropertyList>