From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- ...tructirr_1_1video_1_1_s3_d_vertex_tangents.html | 550 +++++++++++++++++++++ 1 file changed, 550 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/structirr_1_1video_1_1_s3_d_vertex_tangents.html (limited to 'src/others/irrlicht-1.8.1/doc/html/structirr_1_1video_1_1_s3_d_vertex_tangents.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/structirr_1_1video_1_1_s3_d_vertex_tangents.html b/src/others/irrlicht-1.8.1/doc/html/structirr_1_1video_1_1_s3_d_vertex_tangents.html new file mode 100644 index 0000000..a8f7f3d --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/structirr_1_1video_1_1_s3_d_vertex_tangents.html @@ -0,0 +1,550 @@ + + + + +Irrlicht 3D Engine: irr::video::S3DVertexTangents Struct Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::video::S3DVertexTangents Struct Reference
+
+
+ +

Vertex with a tangent and binormal vector. + More...

+ +

#include <S3DVertex.h>

+
+ + Inheritance diagram for irr::video::S3DVertexTangents:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

+Public Attributes

+ +

Detailed Description

+

Vertex with a tangent and binormal vector.

+

Usually used for tangent space normal mapping.

+ +

Definition at line 185 of file S3DVertex.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
irr::video::S3DVertexTangents::S3DVertexTangents () [inline]
+
+
+ +

default constructor

+ +

Definition at line 188 of file S3DVertex.h.

+ +

Referenced by getInterpolated().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
irr::video::S3DVertexTangents::S3DVertexTangents (f32 x,
f32 y,
f32 z,
f32 nx = 0.0f,
f32 ny = 0.0f,
f32 nz = 0.0f,
SColor c = 0xFFFFFFFF,
f32 tu = 0.0f,
f32 tv = 0.0f,
f32 tanx = 0.0f,
f32 tany = 0.0f,
f32 tanz = 0.0f,
f32 bx = 0.0f,
f32 by = 0.0f,
f32 bz = 0.0f 
) [inline]
+
+
+ +

constructor

+ +

Definition at line 191 of file S3DVertex.h.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
irr::video::S3DVertexTangents::S3DVertexTangents (const core::vector3dfpos,
SColor c,
const core::vector2dftcoords 
) [inline]
+
+
+ +

constructor

+ +

Definition at line 198 of file S3DVertex.h.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
irr::video::S3DVertexTangents::S3DVertexTangents (const core::vector3dfpos,
const core::vector3dfnormal,
SColor c,
const core::vector2dftcoords,
const core::vector3dftangent = core::vector3df(),
const core::vector3dfbinormal = core::vector3df() 
) [inline]
+
+
+ +

constructor

+ +

Definition at line 203 of file S3DVertex.h.

+ +
+
+

Member Function Documentation

+ + + +
+
+ + + + + + + +
E_VERTEX_TYPE irr::video::S3DVertexTangents::getType () const [inline]
+
+
+ +

Reimplemented from irr::video::S3DVertex.

+ +

Definition at line 237 of file S3DVertex.h.

+ +

References irr::video::EVT_TANGENTS.

+ +
+
+ +
+
+ + + + + + + + +
bool irr::video::S3DVertexTangents::operator!= (const S3DVertexTangentsother) const [inline]
+
+
+ +

Definition at line 223 of file S3DVertex.h.

+ +

References Binormal, and Tangent.

+ +
+
+ +
+
+ + + + + + + + +
bool irr::video::S3DVertexTangents::operator< (const S3DVertexTangentsother) const [inline]
+
+
+ +

Definition at line 230 of file S3DVertex.h.

+ +

References Binormal, and Tangent.

+ +
+
+ +
+
+ + + + + + + + +
bool irr::video::S3DVertexTangents::operator== (const S3DVertexTangentsother) const [inline]
+
+
+ +

Definition at line 216 of file S3DVertex.h.

+ +

References Binormal, and Tangent.

+ +
+
+

Member Data Documentation

+ +
+ +
+ +

Binormal vector (tangent x normal)

+ +

Definition at line 214 of file S3DVertex.h.

+ +

Referenced by getInterpolated(), operator!=(), operator<(), and operator==().

+ +
+
+ +
+ +
+ +

Tangent vector along the x-axis of the texture.

+ +

Definition at line 211 of file S3DVertex.h.

+ +

Referenced by getInterpolated(), operator!=(), operator<(), and operator==().

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