Irrlicht 3D Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
irr::scene::SVertexColorBrightnessManipulator Class Reference

Vertex manipulator which adjusts the brightness by the given amount. More...

#include <SVertexManipulator.h>

+ Inheritance diagram for irr::scene::SVertexColorBrightnessManipulator:

Public Member Functions

 SVertexColorBrightnessManipulator (s32 amount)
void operator() (video::S3DVertex &vertex) const

Detailed Description

Vertex manipulator which adjusts the brightness by the given amount.

A positive value increases brightness, a negative value darkens the colors.

Definition at line 79 of file SVertexManipulator.h.

Constructor & Destructor Documentation

irr::scene::SVertexColorBrightnessManipulator::SVertexColorBrightnessManipulator ( s32  amount)
inline

Definition at line 82 of file SVertexManipulator.h.

Member Function Documentation


The documentation for this class was generated from the following file: