• v10.2 54cbddbbba

    Release v10.2 Stable

    ChaoticByte released this 2025-04-09 17:18:41 +00:00 | 0 commits to main since this release

    Highlights

    • shaderlib: Added a rotateUV function to common.gdshaderinc
    • Add STEPS uniform 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