Description | Hierarchy | Fields | Methods | Properties |
type TVertexPositionScaleAlongNormalsManipulator = class(TInterfacedObject, IVertexManipulator)
Vertex manipulator which scales the position of the vertex along the normals.
The result may look better than the usual scale operator, depending on the mesh geometry.
![]() |
constructor Create(const Factor: TVector3D); |
![]() |
procedure Apply(var Vertex: TVertex); |
![]() |
constructor Create(const Factor: TVector3D); |
Constructor. Parameters
|
![]() |
procedure Apply(var Vertex: TVertex); |
Applies the manipulator. |