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/struct_material_mag6.html | 435 +++++++++++++++++++++++++++++ 1 file changed, 435 insertions(+) create mode 100644 Doc/doxygen/html/struct_material_mag6.html (limited to 'Doc/doxygen/html/struct_material_mag6.html') diff --git a/Doc/doxygen/html/struct_material_mag6.html b/Doc/doxygen/html/struct_material_mag6.html new file mode 100644 index 0000000..978da72 --- /dev/null +++ b/Doc/doxygen/html/struct_material_mag6.html @@ -0,0 +1,435 @@ + + + + + +Starshatter_Open: MaterialMag6 Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
Starshatter_Open +
+
Open source Starshatter engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
MaterialMag6 Struct Reference
+
+
+ +

List of all members.

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

+Public Attributes

char name [Material::NAMELEN]
char shader [Material::NAMELEN]
float power
float brilliance
float bump
DWORD blend
bool shadow
bool luminous
Color ambient_color
Color diffuse_color
Color specular_color
Color emissive_color
float ambient_value
float diffuse_value
float specular_value
float emissive_value
BYTE tex_diffuse
BYTE tex_specular
BYTE tex_bumpmap
BYTE tex_emissive
+

Detailed Description

+
+

Definition at line 26 of file ModelFileMAG.cpp.

+

Member Data Documentation

+ +
+
+ + + + +
Color MaterialMag6::ambient_color
+
+ +

Definition at line 36 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + +
float MaterialMag6::ambient_value
+
+ +

Definition at line 41 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + +
DWORD MaterialMag6::blend
+
+ +

Definition at line 32 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + +
float MaterialMag6::brilliance
+
+ +

Definition at line 30 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + +
float MaterialMag6::bump
+
+ +

Definition at line 31 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + +
Color MaterialMag6::diffuse_color
+
+ +

Definition at line 37 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + +
float MaterialMag6::diffuse_value
+
+ +

Definition at line 42 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + +
Color MaterialMag6::emissive_color
+
+ +

Definition at line 39 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + +
float MaterialMag6::emissive_value
+
+ +

Definition at line 44 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + +
bool MaterialMag6::luminous
+
+ +

Definition at line 34 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + +
char MaterialMag6::name
+
+ +

Definition at line 27 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + +
float MaterialMag6::power
+
+ +

Definition at line 29 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + +
char MaterialMag6::shader
+
+ +

Definition at line 28 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + +
bool MaterialMag6::shadow
+
+ +

Definition at line 33 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + +
Color MaterialMag6::specular_color
+
+ +

Definition at line 38 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + +
float MaterialMag6::specular_value
+
+ +

Definition at line 43 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + +
BYTE MaterialMag6::tex_bumpmap
+
+ +

Definition at line 48 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + +
BYTE MaterialMag6::tex_diffuse
+
+ +

Definition at line 46 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + +
BYTE MaterialMag6::tex_emissive
+
+ +

Definition at line 49 of file ModelFileMAG.cpp.

+ +
+
+ +
+
+ + + + +
BYTE MaterialMag6::tex_specular
+
+ +

Definition at line 47 of file ModelFileMAG.cpp.

+ +
+
+
The documentation for this struct was generated from the following files: +
+
+ + + + -- cgit v1.1