-
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)
3 downloads
-
Source code (TAR.GZ)
2 downloads
-
Fragmented-v10.2_project_template.zip
2 downloads · 4.2 MiB
-
Fragmented-v10.2_shaderlib.zip
3 downloads · 11 KiB
-
Fragmented-v10.2.x86_64
4 downloads · 36 MiB
- shaderlib: Added a