Class TVertexPositionScaleAlongNormalsManipulator

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TVertexPositionScaleAlongNormalsManipulator = class(TInterfacedObject, IVertexManipulator)

Description

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.

Hierarchy

Overview

Methods

Public constructor Create(const Factor: TVector3D);
Public procedure Apply(var Vertex: TVertex);

Description

Methods

Public constructor Create(const Factor: TVector3D);

Constructor.

Parameters
Factor
The scale.
Public procedure Apply(var Vertex: TVertex);

Applies the manipulator.


Generated by PasDoc 0.12.1 on 2012-09-14 17:32:22