|
From: <fli...@li...> - 2025-05-05 17:38:47
|
Revision: 12078
http://sourceforge.net/p/flightgear/fgaddon/12078
Author: helijah
Date: 2025-05-05 17:38:23 +0000 (Mon, 05 May 2025)
Log Message:
-----------
Dassault Mirage III : Added AI version. Bombable V5.0 compatibility.
Added Paths:
-----------
trunk/Aircraft/MirageIII/AI/Aircraft/MirageIII/Models/Effects/Bump/bumpspec.eff
trunk/Aircraft/MirageIII/AI/Aircraft/MirageIII/Models/Effects/Bump/normalmap.png
Added: trunk/Aircraft/MirageIII/AI/Aircraft/MirageIII/Models/Effects/Bump/bumpspec.eff
===================================================================
--- trunk/Aircraft/MirageIII/AI/Aircraft/MirageIII/Models/Effects/Bump/bumpspec.eff (rev 0)
+++ trunk/Aircraft/MirageIII/AI/Aircraft/MirageIII/Models/Effects/Bump/bumpspec.eff 2025-05-05 17:38:23 UTC (rev 12078)
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!-- Bump and specular effect -->
+<PropertyList>
+
+ <name>bumpspec</name>
+ <inherits-from>Effects/model-combined-deferred</inherits-from>
+ <parameters>
+ <normalmap-enabled type="int"> 1 </normalmap-enabled>
+ <normalmap-dds type="int"> 0 </normalmap-dds>
+ <normalmap-tiling type="float"> 1.0 </normalmap-tiling>
+ <texture n="2">
+ <image>AI/Aircraft/MirageIII/Models/Effects/Bump/normalmap.png</image>
+ <filter>linear-mipmap-linear</filter>
+ <wrap-s>repeat</wrap-s>
+ <wrap-t>repeat</wrap-t>
+ <internal-format>normalized</internal-format>
+ </texture>
+ <lightmap-enabled type="int"> 0 </lightmap-enabled>
+ <reflection-enabled type="int"> 1 </reflection-enabled>
+ <reflection-correction type="float"> -0.1 </reflection-correction>
+ <reflection-dynamic type="int"> 1 </reflection-dynamic>
+ <reflection-fresnel type="float"> 0.1 </reflection-fresnel>
+ <reflection-rainbow type="float"> 0.1 </reflection-rainbow>
+ <reflection-noise type="float"> 0.0 </reflection-noise>
+ <texture n= "5" >
+ <type>cubemap</type>
+ <images>
+ <positive-x>Aircraft/Generic/Effects/fgfs-sky2/1.png</positive-x>
+ <negative-x>Aircraft/Generic/Effects/fgfs-sky2/4.png</negative-x>
+ <positive-y>Aircraft/Generic/Effects/fgfs-sky2/2.png</positive-y>
+ <negative-y>Aircraft/Generic/Effects/fgfs-sky2/3.png</negative-y>
+ <positive-z>Aircraft/Generic/Effects/fgfs-sky2/6.png</positive-z>
+ <negative-z>Aircraft/Generic/Effects/fgfs-sky2/5.png</negative-z>
+ </images>
+ </texture>
+ <ambient-correction type="float"> 0.1 </ambient-correction>
+ </parameters>
+<!--WARNING: Do not edit below this line -->
+ <!--
+ #########################
+ ### NORMALMAP INCLUDE ###
+ #########################
+ -->
+ <generate>
+ <tangent type="int">6</tangent>
+ <binormal type="int">7</binormal>
+ </generate>
+
+ <technique n="4">
+ <pass>
+ <program>
+ <attribute>
+ <name>tangent</name>
+ <index>6</index>
+ </attribute>
+ <attribute>
+ <name>binormal</name>
+ <index>7</index>
+ </attribute>
+ </program>
+ </pass>
+ </technique>
+
+ <technique n="7">
+ <pass>
+ <program>
+ <attribute>
+ <name>tangent</name>
+ <index>6</index>
+ </attribute>
+ <attribute>
+ <name>binormal</name>
+ <index>7</index>
+ </attribute>
+ </program>
+ </pass>
+ </technique>
+
+ <technique n="9">
+ <pass>
+ <program>
+ <attribute>
+ <name>tangent</name>
+ <index>6</index>
+ </attribute>
+ <attribute>
+ <name>binormal</name>
+ <index>7</index>
+ </attribute>
+ </program>
+ </pass>
+ </technique>
+ <!--
+ #############################
+ ### END NORMALMAP INCLUDE ###
+ #############################
+ -->
+</PropertyList>
Added: trunk/Aircraft/MirageIII/AI/Aircraft/MirageIII/Models/Effects/Bump/normalmap.png
===================================================================
(Binary files differ)
Index: trunk/Aircraft/MirageIII/AI/Aircraft/MirageIII/Models/Effects/Bump/normalmap.png
===================================================================
--- trunk/Aircraft/MirageIII/AI/Aircraft/MirageIII/Models/Effects/Bump/normalmap.png 2025-05-05 17:37:43 UTC (rev 12077)
+++ trunk/Aircraft/MirageIII/AI/Aircraft/MirageIII/Models/Effects/Bump/normalmap.png 2025-05-05 17:38:23 UTC (rev 12078)
Property changes on: trunk/Aircraft/MirageIII/AI/Aircraft/MirageIII/Models/Effects/Bump/normalmap.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+image/png
\ No newline at end of property
|