• 0 Posts
  • 5 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle

  • AnyOldName3@lemmy.worldtomemes@lemmy.worldroger roger
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    24 days ago

    It’s explicitly stated in A New Hope that they were shooting to miss when the main characters were escaping the Death Star because a tracker had been planted on the Millennium Falcon and they planned to follow it and destroy whichever planet was hosting the rebel base. You can’t do that if you don’t let them escape. Every other time they’re in battle, stormtroopers are shown to be devastatingly effective except when a small garrison is overwhelmed by a vasty larger number of ewoks.



  • No, don’t use CLAMP, use CLAMP_TO_EDGE. CLAMP is a dumb mode for niche applications that all switched to using shaders around the turn of the millennium. No GPUs have direct hardware support for CLAMP and so they have to emulate it instead. You are throwing performance away for no reason.

    (also, technically, the image is using CLAMP_TO_EDGE as CLAMP is a 50% mix of the border colour and the edge pixel colour, so it would be greyer if the border colour is grey like the first image suggests.)