record TVertexTangents

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TVertexTangents = record

Description

Vertex type with a tangent and binormal vector.
Equals irr::video::S3DVertexTangents

Overview

Fields

Pos: TVector3D;
Normal: TVector3D;
Color: TARGBColor;
TCoords: TVector2D;
Tangent: TVector3D;
Binormal: TVector3D;

Description

Fields

Pos: TVector3D;

Position.

Normal: TVector3D;

Normal.

Color: TARGBColor;

Color.

TCoords: TVector2D;

Texture coordinates.

Tangent: TVector3D;

Tangent vector along the x-axis of the texture.

Binormal: TVector3D;

Binormal vector (tangent x normal)


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