69387f09f4
- All non-ALS Effects have been removed (except generic ones from model-default and terrain-default). - The rendering dialog has been reworked to accomodate the changes. - All necessary properties have been added to graphics-properties.xml - Five graphics presets have been added: Minimal, Low, Medium, High and Ultra. - Some unused properties have been removed from defaults.xml
9 lines
396 B
XML
9 lines
396 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Stub effect file for transparent Rembrandt ported model-combined,
|
|
to provide glass/transparent surfaces with the ubershader active,
|
|
and fallback to plain transparency when the model shader is disabled.
|
|
-->
|
|
<PropertyList>
|
|
<name>Effects/model-combined-transparent</name>
|
|
<inherits-from>Effects/model-combined</inherits-from>
|
|
</PropertyList>
|