home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 1
/
FFMCD01.bin
/
bbs
/
libdisks
/
d700t799
/
disk775.lha
/
ICoons
/
source
/
source.lha
/
tesselate.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-10-05
|
308 b
|
14 lines
#ifndef TESSELATE_H
#define TESSELATE_H
typedef struct {
void (*Patch_Begin)(void);
void (*Patch_Generate_Face)(Vector_T Point0, Vector_T Point1,
Vector_T Point2, Vector_T Point3);
void (*Patch_End)(void);
} Tesselate_Info_T;
Boolean_T Tesselate_Object(Tesselate_Info_T *TI);
#endif