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. --- ...ructirr_1_1video_1_1_s3_d_vertex2_t_coords.html | 718 +++++++++++++++++++++ 1 file changed, 718 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/structirr_1_1video_1_1_s3_d_vertex2_t_coords.html (limited to 'src/others/irrlicht-1.8.1/doc/html/structirr_1_1video_1_1_s3_d_vertex2_t_coords.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/structirr_1_1video_1_1_s3_d_vertex2_t_coords.html b/src/others/irrlicht-1.8.1/doc/html/structirr_1_1video_1_1_s3_d_vertex2_t_coords.html new file mode 100644 index 0000000..dc792b9 --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/structirr_1_1video_1_1_s3_d_vertex2_t_coords.html @@ -0,0 +1,718 @@ + + + + +Irrlicht 3D Engine: irr::video::S3DVertex2TCoords Struct Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::video::S3DVertex2TCoords Struct Reference
+
+
+ +

Vertex with two texture coordinates. + More...

+ +

#include <S3DVertex.h>

+
+ + Inheritance diagram for irr::video::S3DVertex2TCoords:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

+Public Attributes

+ +

Detailed Description

+

Vertex with two texture coordinates.

+

Usually used for geometry with lightmaps or other special materials.

+ +

Definition at line 108 of file S3DVertex.h.

+

Constructor & Destructor Documentation

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

default constructor

+ +

Definition at line 111 of file S3DVertex.h.

+ +

Referenced by getInterpolated().

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
irr::video::S3DVertex2TCoords::S3DVertex2TCoords (f32 x,
f32 y,
f32 z,
SColor c,
f32 tu,
f32 tv,
f32 tu2,
f32 tv2 
) [inline]
+
+
+ +

constructor with two different texture coords, but no normal

+ +

Definition at line 114 of file S3DVertex.h.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
irr::video::S3DVertex2TCoords::S3DVertex2TCoords (const core::vector3dfpos,
SColor color,
const core::vector2d< f32 > & tcoords,
const core::vector2d< f32 > & tcoords2 
) [inline]
+
+
+ +

constructor with two different texture coords, but no normal

+ +

Definition at line 118 of file S3DVertex.h.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
irr::video::S3DVertex2TCoords::S3DVertex2TCoords (const core::vector3dfpos,
const core::vector3dfnormal,
const SColorcolor,
const core::vector2d< f32 > & tcoords,
const core::vector2d< f32 > & tcoords2 
) [inline]
+
+
+ +

constructor with all values

+ +

Definition at line 123 of file S3DVertex.h.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
irr::video::S3DVertex2TCoords::S3DVertex2TCoords (f32 x,
f32 y,
f32 z,
f32 nx,
f32 ny,
f32 nz,
SColor c,
f32 tu,
f32 tv,
f32 tu2,
f32 tv2 
) [inline]
+
+
+ +

constructor with all values

+ +

Definition at line 128 of file S3DVertex.h.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
irr::video::S3DVertex2TCoords::S3DVertex2TCoords (f32 x,
f32 y,
f32 z,
f32 nx,
f32 ny,
f32 nz,
SColor c,
f32 tu,
f32 tv 
) [inline]
+
+
+ +

constructor with the same texture coords and normal

+ +

Definition at line 132 of file S3DVertex.h.

+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
irr::video::S3DVertex2TCoords::S3DVertex2TCoords (const core::vector3dfpos,
const core::vector3dfnormal,
SColor color,
const core::vector2d< f32 > & tcoords 
) [inline]
+
+
+ +

constructor with the same texture coords and normal

+ +

Definition at line 136 of file S3DVertex.h.

+ +
+
+ +
+
+ + + + + + + + +
irr::video::S3DVertex2TCoords::S3DVertex2TCoords (S3DVertexo) [inline]
+
+
+ +

constructor from S3DVertex

+ +

Definition at line 141 of file S3DVertex.h.

+ +
+
+

Member Function Documentation

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

Reimplemented from irr::video::S3DVertex.

+ +

Definition at line 166 of file S3DVertex.h.

+ +

References irr::video::EVT_2TCOORDS.

+ +
+
+ +
+
+ + + + + + + + +
bool irr::video::S3DVertex2TCoords::operator!= (const S3DVertex2TCoordsother) const [inline]
+
+
+ +

Inequality operator.

+ +

Definition at line 154 of file S3DVertex.h.

+ +

References TCoords2.

+ +
+
+ +
+
+ + + + + + + + +
bool irr::video::S3DVertex2TCoords::operator< (const S3DVertex2TCoordsother) const [inline]
+
+
+ +

Definition at line 160 of file S3DVertex.h.

+ +

References TCoords2.

+ +
+
+ +
+
+ + + + + + + + +
bool irr::video::S3DVertex2TCoords::operator== (const S3DVertex2TCoordsother) const [inline]
+
+
+ +

Equality operator.

+ +

Definition at line 147 of file S3DVertex.h.

+ +

References TCoords2.

+ +
+
+

Member Data Documentation

+ +
+ +
+ +

Second set of texture coordinates.

+ +

Definition at line 144 of file S3DVertex.h.

+ +

Referenced by getInterpolated(), operator!=(), irr::scene::SVertexTCoordsScaleManipulator::operator()(), operator<(), and operator==().

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