-
Release v10.2 Stable
released this
2025-04-09 17:18:41 +00:00 | 1 commits to main since this release✨ Highlights
- shaderlib: Added a
rotateUVfunction tocommon.gdshaderinc - Add
STEPSuniform to get the number of steps directly in the shader code
// ... //!steps 5 uniform int STEP; uniform int STEPS; void fragment() { if (STEP == STEPS-1) { // ... } }📋 Changelog
➔ https://remotebranch.eu/ChaoticByte/Fragmented/compare/v10.1...v10.2
Downloads
-
Source code (ZIP)
4 downloads
-
Source code (TAR.GZ)
3 downloads
- shaderlib: Added a