13 lines
449 B
XML
13 lines
449 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<effect name="Chromatic Aberration" category="Stylize">
|
|
<row name="Red Amount">
|
|
<field type="double" default="350" id="red_amount"/>
|
|
</row>
|
|
<row name="Green Amount">
|
|
<field type="double" default="-40" id="green_amount"/>
|
|
</row>
|
|
<row name="Blue Amount">
|
|
<field type="double" default="-250" id="blue_amount"/>
|
|
</row>
|
|
<shader vert="common.vert" frag="chromaticaberration.frag"/>
|
|
</effect> |