e505c79618
- 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.
9 lines
313 B
XML
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>
|