Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

poly.h

Go to the documentation of this file.
00001 /* SCEI CONFIDENTIAL

00002  */
00003 /*
00004         Functions to scan and print polygon primitive and header.

00005 
00006         Copyright (C) 1997 by Sony Computer Entertainment Inc.

00007         All rights Reserved.

00008 
00009         Ver 1.00        Jun 26, 1997    By N.Yoshioka

00010         Ver 1.01        May 25, 1998    By S.Sasa

00011                 - "print_format" is added.

00012 */
00013 extern void     scan_PolyPrimHdr(HMD *hmd, PrimHeader *hdr);
00014 extern void     print_PolyPrimHdr(HMD *hmd);
00015 
00016 extern void     scan_PolyPrim(HMD *hmd, PrimHeader *hdr, PrimInfo *info);
00017 extern void     print_PolyPrim(HMD *hmd, PrimHeader *hdr, PrimInfo *info);
00018 
00019 extern void     print_Poly(HMD *hmd);
00020 
00021 extern void     scan_Vert(HMD *hmd, DWORD offset);
00022 extern void     print_Vert(HMD *hmd);
00023 
00024 extern void     scan_Norm(HMD *hmd, DWORD offset);
00025 extern void     print_Norm(HMD *hmd);

Generated at Thu Feb 1 13:03:08 2001 for Ketsji Game Engine by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000