VertexElementNormal

VertexElementNormal

Overview

VertexElementNormal is a class in Aspose.3D FOSS for Typescript. Inherits from: VertexElementFVector.

VertexElementNormal.constructor creates a normal vertex element with the given name and optional mapping and reference modes.

Methods

SignatureDescription
constructor(name: string, mappingMode: MappingMode | null, referenceMode: ReferenceMode | null)Creates a normal vertex element with the given name and optional mapping and reference modes

See Also