summaryrefslogtreecommitdiff
path: root/dat.h
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-08-13 19:31:37 +0000
committerrodri <rgl@antares-labs.eu>2024-08-13 19:31:37 +0000
commitf8954cf69e723da397c9ddd3cedf6a2a039668eb (patch)
tree269bd87bd75bbeea7ceff6cfad4244f2801aff90 /dat.h
parent02597db21d25fedde53513967cd979d38acbceec (diff)
download3dee-f8954cf69e723da397c9ddd3cedf6a2a039668eb.tar.gz
3dee-f8954cf69e723da397c9ddd3cedf6a2a039668eb.tar.bz2
3dee-f8954cf69e723da397c9ddd3cedf6a2a039668eb.zip
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.
Diffstat (limited to 'dat.h')
-rw-r--r--dat.h1
1 files changed, 1 insertions, 0 deletions
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
};