diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
| commit | c068f22329d5cc722622a2183bbb22eef2093df7 (patch) | |
| tree | 12d56c1aede67988a55e241364606bfbb4dba933 /src/libparsec/include/utl_cull.h | |
| download | openparsec-c068f22329d5cc722622a2183bbb22eef2093df7.tar.xz openparsec-c068f22329d5cc722622a2183bbb22eef2093df7.zip | |
Diffstat (limited to 'src/libparsec/include/utl_cull.h')
| -rw-r--r-- | src/libparsec/include/utl_cull.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/libparsec/include/utl_cull.h b/src/libparsec/include/utl_cull.h new file mode 100644 index 0000000..e888f8c --- /dev/null +++ b/src/libparsec/include/utl_cull.h @@ -0,0 +1,21 @@ +/* + * PARSEC HEADER: xac_cull.h + */ + +#ifndef _XAC_CULL_H_ +#define _XAC_CULL_H_ + + +// xac_cull.c implements the following functions +// --------------------------------------------- +// void CULL_ReAcPointBox3( ReAcPointBox3 *reac, CullBox3 *cullbox, Plane3 *plane ); +// void CULL_ReAcIndexBox3( ReAcIndexBox3 *reac, Plane3 *plane ); +// void CULL_MakeVolumeCullVolume( Plane3 *volume, CullPlane3 *cullvolume, dword cullmask ); +// int CULL_BoxAgainstCullVolume( CullBox3 *cullbox, CullPlane3 *volume, dword *cullmask ); +// int CULL_BoxAgainstVolume( CullBox3 *cullbox, Plane3 *volume, dword *cullmask ); +// int CULL_SphereAgainstVolume( Sphere3 *sphere, Plane3 *volume, dword *cullmask ); + + +#endif + + |
