From f8954cf69e723da397c9ddd3cedf6a2a039668eb Mon Sep 17 00:00:00 2001 From: rodri Date: Tue, 13 Aug 2024 19:31:37 +0000 Subject: vis: add options for the clr color, blending and z-buf and a-buf. also stop setting alpha always to 1. it's not correct yet but it allows for transparent objects to be blended properly. --- dat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dat.h') diff --git a/dat.h b/dat.h index ead68ef..beb97cd 100644 --- a/dat.h +++ b/dat.h @@ -31,5 +31,6 @@ enum { Sorient, Spixcol, Snorcol, + Sextra, Se }; -- cgit v1.2.3