diff options
author | chai <chaifix@163.com> | 2019-12-08 00:23:50 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-12-08 00:23:50 +0800 |
commit | 3df29dc54c509c983dc8a0e23eab4160d48144f2 (patch) | |
tree | d8c5287c9979e731e373e7a1481aadd79d3f071b /src/core/tris.h | |
parent | 8e684dc0c76708e3174f005aebcaabc144b85500 (diff) |
+clipping
Diffstat (limited to 'src/core/tris.h')
-rw-r--r-- | src/core/tris.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/core/tris.h b/src/core/tris.h deleted file mode 100644 index 1f4208f..0000000 --- a/src/core/tris.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef _SOFTSHADEROOM_TRIS_H_ -#define _SOFTSHADEROOM_TRIS_H_ - -#include "../util/type.h" - -/* 用索引表示的三角形,在一系列顶点中索引 */ -typedef union Triangle -{ - uint v[3]; - struct { - uint v1, v2, v3; - }; -} Triangle; - - - -#endif
\ No newline at end of file |