From aad0e63683c0b66cdd8d30c0253aafc5e4da0ef0 Mon Sep 17 00:00:00 2001 From: rodri Date: Wed, 21 Aug 2024 23:14:29 +0000 Subject: fix the A-buffer so that it handles multiple render passes. --- graphics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics.h') diff --git a/graphics.h b/graphics.h index 42aef67..448acbb 100644 --- a/graphics.h +++ b/graphics.h @@ -144,6 +144,7 @@ struct Material Color specular; double shininess; Texture *diffusemap; + Texture *specularmap; Texture *normalmap; }; -- cgit v1.2.3