remove hardcoded quality
This commit is contained in:
parent
a57eb9d145
commit
56a253a74a
1 changed files with 3 additions and 3 deletions
|
@ -96,9 +96,9 @@ please see Docs/README.model-combined.eff for documentation
|
||||||
<!-- ambient correction -->
|
<!-- ambient correction -->
|
||||||
<ambient-correction type="float">0.05</ambient-correction>
|
<ambient-correction type="float">0.05</ambient-correction>
|
||||||
<!-- quality slider -->
|
<!-- quality slider -->
|
||||||
<shader-quality type="int">2</shader-quality>
|
<shader-quality type="int">
|
||||||
<!--<use>/sim/rendering/shaders/model</use>
|
<use>/sim/rendering/shaders/model</use>
|
||||||
</quality>-->
|
</shader-quality>
|
||||||
<rendering-hint>opaque</rendering-hint>
|
<rendering-hint>opaque</rendering-hint>
|
||||||
<transparent>false</transparent>
|
<transparent>false</transparent>
|
||||||
<render-bin>
|
<render-bin>
|
||||||
|
|
Loading…
Add table
Reference in a new issue