VertexElementNormal

VertexElementNormal

Overview

VertexElementNormal is a class in Aspose.3D FOSS for Java. Inherits from: VertexElement.

VertexElementNormal.VertexElementNormal constructs a vertex normal element using the given mapping and reference modes.

This class provides 1 method for working with VertexElementNormal objects in Java programs. Available methods include: VertexElementNormal. All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.

Description

VertexElementNormal is a class in the Aspose.3D FOSS library for Java that exposes 8 methods and 5 properties for programmatic use. It extends VertexElement, inheriting shared functionality from its parent type.

Instances are created through a single constructor that initializes the object with default values.

Methods

SignatureDescription
VertexElementNormal(mappingMode: MappingMode, referenceMode: ReferenceMode)Constructs a vertex normal element using the given mapping and reference modes

See Also