Fixes particle solid axes after aae957ec7b
Some checks are pending
checkrefs / lfscheck (push) Waiting to run
checkrefs / checkrefs (push) Waiting to run
lint / cppcheck (push) Waiting to run
lint / copyright (push) Waiting to run
lint / jenkinsfiles (push) Waiting to run
pre-commit / build (push) Waiting to run

This commit is contained in:
Vladislav Belov 2026-04-25 15:58:25 +02:00
parent dd9124ae99
commit 9b79fb3793
No known key found for this signature in database
GPG key ID: 353545E45DB9CCB3

View file

@ -6,6 +6,8 @@
<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"/>