Xface Core Library: XFace::FaceBase Class Reference

XFace / XEngine / XMath

XFace::FaceBase Class Reference
[XFace]

#include <FaceBase.h>

List of all members.


Detailed Description

Author:
Koray Balci
Version:
1.0
Date:
June 2003
Main entry point for XFace library related operations. Only exposing this class to users should be sufficient. Pass the FDP configuration file for initialization, then call update and render when needed.
            FaceBase myFace;
            myFace.init(FDPFilename, FDPPath); // load an FDP file
            
            // in a loop of all FAP data
            myFace.update(FAPData);

Note:
Alternatively, you can use XFaceApp module and use XML tasks as messages (see related documentation) and forget about this class and all other XFace classes.


The documentation for this class was generated from the following files:
Generated on Mon Aug 28 15:39:26 2006 for Xface Core Library by  doxygen 1.4.6-NO