- Cal3D 0.11 API Reference -

cal3d.h
1 //****************************************************************************//
2 // cal3d.h //
3 // Copyright (C) 2001, 2002 Bruno 'Beosil' Heidelberger //
4 //****************************************************************************//
5 // This library is free software; you can redistribute it and/or modify it //
6 // under the terms of the GNU Lesser General Public License as published by //
7 // the Free Software Foundation; either version 2.1 of the License, or (at //
8 // your option) any later version. //
9 //****************************************************************************//
10 
11 #ifndef CAL_CAL3D_H
12 #define CAL_CAL3D_H
13 
14 //****************************************************************************//
15 // Includes //
16 //****************************************************************************//
17 
18 #include "cal3d/animation.h"
19 #include "cal3d/animation_action.h"
20 #include "cal3d/animation_cycle.h"
21 #include "cal3d/bone.h"
22 #include "cal3d/coreanimation.h"
23 #include "cal3d/corebone.h"
24 #include "cal3d/corematerial.h"
25 #include "cal3d/coremesh.h"
26 #include "cal3d/coremodel.h"
27 #include "cal3d/coremorphanimation.h"
28 #include "cal3d/coreskeleton.h"
29 #include "cal3d/coresubmesh.h"
30 #include "cal3d/coresubmorphtarget.h"
31 #include "cal3d/datasource.h"
32 #include "cal3d/error.h"
33 #include "cal3d/hardwaremodel.h"
34 #include "cal3d/loader.h"
35 #include "cal3d/matrix.h"
36 #include "cal3d/mesh.h"
37 #include "cal3d/mixer.h"
38 #include "cal3d/model.h"
39 #include "cal3d/morphtargetmixer.h"
40 #include "cal3d/physique.h"
41 #include "cal3d/platform.h"
42 #include "cal3d/quaternion.h"
43 #include "cal3d/renderer.h"
44 #include "cal3d/saver.h"
45 #include "cal3d/skeleton.h"
46 #include "cal3d/springsystem.h"
47 #include "cal3d/streamsource.h"
48 #include "cal3d/submesh.h"
49 #include "cal3d/vector.h"
50 
51 #endif
52 
53  /*****************************************************************************/
70  /*****************************************************************************/
403 //****************************************************************************//

Generated at Thu Sep 4 2014 00:32:52 by The Cal3D Team with Doxygen 1.8.7