Info

Statistics

  • Download count2,187 total downloads
  • Latest download count 1,727 downloads of latest version
  • Average download count4 downloads per day average

Owners

  • Stable

    Version 2.1

    • Released 25 Jan, 2024
    • 1,727 downloads

    Significant performance boost for WebGL (regression v2.0), and additional performance enhancements across all shader variants.

    Disabling lights by setting light intensity to 0 is no longer advised. The removal of this check within the shader is attributed to its lack of tangible benefits.

  • Stable

    Version 2.0

    • Released 27 Dec, 2023
    • 87 downloads

    This is a major overhaul and not backwards compatible with existing projects! If you still plan to update: Remove the effect from all your normal maps - before installing this update. If you can no longer open your project after updating, just install the old effect version again and retry. Keep in mind that all your event code will require an overhaul as well.

    • Adds WebGPU support
    • Adds support for flipped sprites
    • Simplified the falloff formula
    • RGB values are now defined via color pickers
    • Most parameters are now defined in percentage
    • Removes ambient light settings from each light
    • Adds a single ambient light option
    • Auto-detects screen resolution for WebGL2 and WebGPU
    • Performance improvements
    • Improves parameter descriptions

    Added new 2.0 example project.

  • Stable

    Version 1.9

    • Released 11 Feb, 2023
    • 169 downloads

    Added Normal Map Angle parameter to support rotating normal maps.

    Added light max id parameter to keep shader iterations in the WebGL2 variant as minimal as possible, giving minor performance improvements if not utilizing all 32 lights.

    These features shift all parameter IDs by 2, as such existing projects need to be adjusted.

    Added new 1.9 example project.

  • Stable

    Version 1.8.1

    • Released 3 Feb, 2023
    • 49 downloads

    WebGL2 effect variant optimizations for a more light-weight code base.

    Minor performance improvements.

  • Stable

    Version 1.7

    • Released 9 Jan, 2023
    • 64 downloads

    Added WebGL2 variant (GLSL 300 es) with auto-fallback to the original WebGL1 effect variant if system doesn't support WebGL2.

    Minor performance improvements.

  • Stable

    Version 1.6

    • Released 15 Oct, 2022
    • 86 downloads

    Initial Release