1
0
Fork 0
fgdata/Effects/model-combined-transparent.eff
Fernando García Liñán e505c79618 Better handling of transparent objects in Classic
- model-combined-transparent is deprecated.
- model-transparent can be used to let some rendering pipelines know that
an object is transparent.
- In the case of Classic, model-transparent just inherits from model-default
and the object is rendered normally.
2021-08-31 18:25:28 +02:00

9 lines
313 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
Legacy Effect for Project Rembrandt.
It's kept for backwards compatibility and should not be used on new projects.
-->
<PropertyList>
<name>Effects/model-combined-transparent</name>
<inherits-from>Effects/model-transparent</inherits-from>
</PropertyList>