forked from mirrors/0ad
aae957ec7b
New features: * Relative position * Relative and absolute fixed axis * Local space * Axis along velocity vector
16 lines
414 B
XML
16 lines
414 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<program type="glsl">
|
|
|
|
<vertex file="glsl/particle.vs">
|
|
<stream name="pos" attribute="a_vertex"/>
|
|
<stream name="color" attribute="a_color"/>
|
|
<stream name="uv0" attribute="a_uv0"/>
|
|
<stream name="uv1" attribute="a_uv1"/>
|
|
<stream name="uv2" attribute="a_axisX"/>
|
|
<stream name="uv3" attribute="a_axisY"/>
|
|
</vertex>
|
|
|
|
<fragment file="glsl/particle.fs"/>
|
|
|
|
</program>
|