home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Pro 1995 September
/
PCPRO2_995.ISO
/
virtek
/
dos
/
libex
/
libex125.c
< 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
|
1995-07-16
|
284 b
|
11 lines
// Example: 125 from Library Reference
#include "..\3D-Ware\dddware.h"
short ShapeHandle;
void main(void)
{
dddInitAll();
ShapeHandle = dddShapeLoad("EXAMPLE.3D");
dddSave3dShape(ShapeHandle,"Saved3d");
dddRestoreAll();
}