Skip to content

Commit

Permalink
Disable shadows on blurred propeller (#499)
Browse files Browse the repository at this point in the history
Disable shadows on FastProp

Fix #470
  • Loading branch information
TheFGFSEagle authored Jan 11, 2023
1 parent 84f9420 commit 8364a30
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Models/Effects/fast-prop.eff
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<PropertyList>
<name>fast-prop</name>
<inherits-from>Effects/model-transparent</inherits-from>
<parameters>
<shadows_enabled type="bool">false</shadows_enabled>
</parameters>
</PropertyList>
8 changes: 6 additions & 2 deletions Models/c182s.xml
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,14 @@
<object-name>llglas</object-name>
</effect>

<effect>
<inherits-from>Aircraft/c182s/Models/Effects/fast-prop</inherits-from>
<object-name>FastProp</object-name>
<object-name>SlowProp</object-name>
</effect>

<effect>
<inherits-from>Effects/model-transparent</inherits-from>
<object-name>FastProp</object-name>
<object-name>SlowProp</object-name>
<object-name>TaxiLight</object-name>
<object-name>PlaneX</object-name>
<object-name>Plane.002X</object-name>
Expand Down

0 comments on commit 8364a30

Please sign in to comment.