![]() |
Duckcpp 2.1.0
Duckcpp is a high-performance c++ graphics engine.
|
Vertex manipulator which scales the position of the vertex along the normals. More...
#include <duckcpp/core/engine/SVertexManipulator.hpp>
Public Member Functions | |
SVertexPositionScaleAlongNormalsManipulator (const nub::vector3df &factor) | |
template<typename VType > | |
void | operator() (VType &vertex) const |
Vertex manipulator which scales the position of the vertex along the normals.
This can look more pleasing than the usual Scale operator, but depends on the mesh geometry.