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

#include <M3DS.h>

+ +

List of all members.

+ + + + + + + + + +

+Public Attributes

char fname [256]
float strength
float u_scale
float v_scale
float u_offset
float v_offset
float angle
+

Detailed Description

+
+

Definition at line 58 of file M3DS.cpp.

+

Member Data Documentation

+ +
+
+ + + + +
float TextureMap::angle
+
+ +

Definition at line 66 of file M3DS.cpp.

+ +
+
+ +
+
+ + + + +
char TextureMap::fname
+
+ +

Definition at line 60 of file M3DS.cpp.

+ +
+
+ +
+
+ + + + +
float TextureMap::strength
+
+ +

Definition at line 61 of file M3DS.cpp.

+ +
+
+ +
+
+ + + + +
float TextureMap::u_offset
+
+ +

Definition at line 64 of file M3DS.cpp.

+ +
+
+ +
+
+ + + + +
float TextureMap::u_scale
+
+ +

Definition at line 62 of file M3DS.cpp.

+ +
+
+ +
+
+ + + + +
float TextureMap::v_offset
+
+ +

Definition at line 65 of file M3DS.cpp.

+ +
+
+ +
+
+ + + + +
float TextureMap::v_scale
+
+ +

Definition at line 63 of file M3DS.cpp.

+ +
+
+
The documentation for this struct was generated from the following files:
    +
  • D:/SRC/StarshatterSVN/Magic2/M3DS.cpp
  • +
  • D:/SRC/StarshatterSVN/Magic2/M3DS.h
  • +
+
+
+ + + + -- cgit v1.1