ModLume
Adaptive Outline

Adaptive Outline

1.21.11SHADER

by RodAnfatine

2.4K5
How to Install:
1. Download shader file2. Open Minecraft with OptiFine/Iris3. Video Settings > Shaders4. Put file in shaders folder
Installation:
1. Download shader file2. Open Minecraft with OptiFine/Iris3. Go to Video Settings > Shaders4. Click Shaders Folder5. Put file in folder & select

Preview

Preview 2
Preview 3
Preview 4
Preview 5
Preview 6

About

### This is a vanilla shader with a stroke. The stroke brightens the light areas and darkens the dark areas. ![outline](https://cdn.modrinth.com/data/cached_images/b42c1a4b01a66753c23a81cb65522b5dbfdf0650.png) шейдер изменём только в final.fsh ``` #version 330 compatibility uniform sampler2D colortex0; uniform sampler2D depthtex0; in vec2 texcoord; layout(location = 0) out vec4 color; void main() { vec2 texel = 1.0 / vec2(textureSize(colortex0, 0)); vec4 scene = texture(colortex0, texcoord); float d_center = 1.0 - textureLod(depthtex0, texcoord, 0.0).r; vec2 offsets[2] = vec2[]( vec2(texel.x, 0), vec2(texel.x * 3.0, 0) ); float gradients[4]; for(int i = 0; i 2.0; bool is_real_edge_v = gradient_ratio_v > 2.0; ...

Read more on Modrinth

Preview

Preview 1
Preview 2
Preview 3
Preview 4

Versions

1

6 months ago

1.21.11
Quick Info

Minecraft Version

1.21.11

Required Mods

OptiFine / Iris

Categories
cartoonvanilla like
Developers

RodAnfatine

Owner

Related Shaders