Closed GuoLei1990 closed 2 months ago
The pull request introduces a minor syntax modification in the velocity_over_lifetime_module.glsl
file. Specifically, a comma was added to the end of an argument in the lifePosition
assignment within the computeParticlePosition
function. This change ensures proper syntax for subsequent arguments without affecting the overall logic or functionality of the code.
File Path | Change Summary |
---|---|
packages/core/src/shaderlib/particle/... | Added a comma at the end of the first argument in the lifePosition assignment in the computeParticlePosition function. |
In the shader's dance, a comma took its place,
A tiny tweak to keep up the pace.
With particles swirling, in graceful flight,
Syntax in order, all feels just right.
Hooray for the change, let the code gleam,
A rabbit's delight, in a programming dream! 🐇✨
Please check if the PR fulfills these requirements
Summary by CodeRabbit