From f9158592e1478b2013afc7041d9ed041cf2d2f4a Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 13 Jan 2014 19:47:58 +1000 Subject: Update Irrlicht to 1.8.1. Include actual change markers this time. lol --- ...ex_color_interpolate_quadratic_manipulator.html | 214 +++++++++++++++++++++ 1 file changed, 214 insertions(+) create mode 100644 libraries/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_s_vertex_color_interpolate_quadratic_manipulator.html (limited to 'libraries/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_s_vertex_color_interpolate_quadratic_manipulator.html') diff --git a/libraries/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_s_vertex_color_interpolate_quadratic_manipulator.html b/libraries/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_s_vertex_color_interpolate_quadratic_manipulator.html new file mode 100644 index 0000000..de25db9 --- /dev/null +++ b/libraries/irrlicht-1.8.1/doc/html/classirr_1_1scene_1_1_s_vertex_color_interpolate_quadratic_manipulator.html @@ -0,0 +1,214 @@ + + + + +Irrlicht 3D Engine: irr::scene::SVertexColorInterpolateQuadraticManipulator Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::scene::SVertexColorInterpolateQuadraticManipulator Class Reference
+
+
+ +

Vertex manipulator which interpolates the color values. + More...

+ +

#include <SVertexManipulator.h>

+
+ + Inheritance diagram for irr::scene::SVertexColorInterpolateQuadraticManipulator:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

Vertex manipulator which interpolates the color values.

+

Uses linear interpolation.

+ +

Definition at line 205 of file SVertexManipulator.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
irr::scene::SVertexColorInterpolateQuadraticManipulator::SVertexColorInterpolateQuadraticManipulator (video::SColor color1,
video::SColor color2,
f32 factor 
) [inline]
+
+
+ +

Definition at line 208 of file SVertexManipulator.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
void irr::scene::SVertexColorInterpolateQuadraticManipulator::operator() (video::S3DVertexvertex) const [inline]
+
+
+ +

Definition at line 210 of file SVertexManipulator.h.

+ +

References irr::video::S3DVertex::Color.

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