From 8898ad9b25fca6afe2374d293a981db02a83d7e9 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 31 May 2012 14:46:27 +0000 Subject: Committing the documentation to svn to have it accessible online --- Doc/doxygen/html/l3ds_8h.html | 246 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 246 insertions(+) create mode 100644 Doc/doxygen/html/l3ds_8h.html (limited to 'Doc/doxygen/html/l3ds_8h.html') diff --git a/Doc/doxygen/html/l3ds_8h.html b/Doc/doxygen/html/l3ds_8h.html new file mode 100644 index 0000000..a98db9f --- /dev/null +++ b/Doc/doxygen/html/l3ds_8h.html @@ -0,0 +1,246 @@ + + + + + +Starshatter_Open: D:/SRC/StarshatterSVN/Magic2/l3ds.h File Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
l3ds.h File Reference
+
+
+
#include <vector>
+#include <string>
+
+

Go to the source code of this file.

+ + + + + + + + + + + + + + + + +

+Classes

struct  LVector4
struct  LVector3
struct  LVector2
struct  LColor3
struct  LTriangle
struct  LMatrix4
struct  LTriangle2
struct  LMap
class  LObject
class  LMaterial
class  LMesh
class  LLight
class  LImporter
class  L3DS
+ + + +

+Typedefs

typedef unsigned int uint
typedef unsigned char byte
+ + + +

+Enumerations

enum  LShading {
+  sWireframe, +sFlat, +sGouraud, +sPhong, +
+  sMetal +
+ }
enum  LOptimizationLevel { oNone, +oSimple, +oFull + }
+

Typedef Documentation

+ +
+
+ + + + +
typedef unsigned char byte
+
+ +

Definition at line 14 of file l3ds.h.

+ +
+
+ +
+
+ + + + +
typedef unsigned int uint
+
+ +

Definition at line 13 of file l3ds.h.

+ +
+
+

Enumeration Type Documentation

+ +
+
+ + + + +
enum LOptimizationLevel
+
+
Enumerator:
+ + + +
oNone  +
oSimple  +
oFull  +
+
+
+ +

Definition at line 18 of file l3ds.h.

+ +
+
+ +
+
+ + + + +
enum LShading
+
+
Enumerator:
+ + + + + +
sWireframe  +
sFlat  +
sGouraud  +
sPhong  +
sMetal  +
+
+
+ +

Definition at line 16 of file l3ds.h.

+ +
+
+
+
+ + + + -- cgit v1.1