API Referenceatlas
CoreVertex
Mesh vertex with position, color, UV coordinates, and a tangent-space basis.
Module: atlas
Mesh vertex with position, color, UV coordinates, and a tangent-space basis.
Declaration
export class CoreVertex { ... }Constructors
constructor(
position?: Position3d,
color?: Color,
textureCoord?: Position2d,
normal?: Normal3d,
tangent?: Normal3d,
bitangent?: Normal3d,
);Properties
position
position: Position3d;color
color: Color;textureCoord
textureCoord: Position2d;normal
normal: Normal3d;tangent
tangent: Normal3d;bitangent
bitangent: Normal3d;