From daf0ac506ed97063a76daa2c3894ae9fd268d978 Mon Sep 17 00:00:00 2001 From: legoboyvdlp R <legoboyvdlp@gmail.com> Date: Thu, 30 Jul 2020 14:50:42 +0100 Subject: [PATCH] Disable normal map on reflection-chrome.eff --- Models/Effects/reflection-chrome.eff | 59 ---------------------------- 1 file changed, 59 deletions(-) diff --git a/Models/Effects/reflection-chrome.eff b/Models/Effects/reflection-chrome.eff index cb30feed..71d3cadd 100644 --- a/Models/Effects/reflection-chrome.eff +++ b/Models/Effects/reflection-chrome.eff @@ -11,12 +11,6 @@ <ambient-correction type="float"><use>/sim/model/reflection/ambient-correction-chrome</use></ambient-correction> <lightmap-enabled type="int">0</lightmap-enabled> <lightmap-multi type="int">0</lightmap-multi> - <normalmap-enabled type="int">1</normalmap-enabled> - <texture n="2"> - <image>Aircraft/A320-family/Models/Effects/res/Fuse-Main-Normal.png</image> - <wrap-s>clamp</wrap-s> - <wrap-t>clamp</wrap-t> - </texture> <texture n="5"> <type>cubemap</type> <images> @@ -29,57 +23,4 @@ </images> </texture> </parameters> - - <!-- #################### - ### 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>