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

vnmime.h

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

00002  */
00003 /*
00004         Functions to scan and print vertices/normal vectors

00005         primitive and header.

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

00008         All rights Reserved.

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

00011 */
00012 extern void     scan_VNMIMePrimHdr(HMD *hmd, PrimHeader *hdr);
00013 extern void     print_VNMIMePrimHdr(HMD *hmd);
00014 
00015 extern void     scan_VNMIMePrim(HMD *hmd, PrimHeader *hdr, PrimInfo *info);
00016 extern void     print_VNMIMePrim(HMD *hmd, PrimHeader *hdr, PrimInfo *info);
00017 
00018 extern void     scan_RstVNMIMePrimHdr(HMD *hmd, PrimHeader *hdr);
00019 extern void     print_RstVNMIMePrimHdr(HMD *hmd);
00020 
00021 extern void     scan_RstVNMIMePrim(HMD *hmd, PrimHeader *hdr, PrimInfo *info);
00022 extern void     print_RstVNMIMePrim(HMD *hmd, PrimHeader *hdr, PrimInfo *info);
00023 
00024 extern void     print_VNMIMeOrgsVNSect(HMD *hmd);

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