new outline shader

This commit is contained in:
Nikolai Fesenko
2025-08-16 18:34:52 +02:00
parent d62d34c871
commit c473c0a2fb
13 changed files with 165 additions and 14 deletions

View File

@@ -8,8 +8,8 @@ void fragment() {
ALBEDO = vec3(0.5,0.5,0.5);
METALLIC = 1.0;
ROUGHNESS = 0.3;
}
}
//void light() {
// // Called for every pixel for every light affecting the material.