[Previous] [Next] [Up] [Home] S3D Pascal Bindings

TS3DTK_VERTEX_TEX

A vertex with color information without texture coordinates.

Declaration:

TS3DTK_VERTEX_TEX = record
  X: TS3DTKVALUE;
  Y: TS3DTKVALUE;
  Z: TS3DTKVALUE;
  W: TS3DTKVALUE;
  B: BYTE;
  G: BYTE;
  R: BYTE;
  A: BYTE;
  D: TS3DTKVALUE;
  U: TS3DTKVALUE;
  V: TS3DTKVALUE;
end;

Fields:

Description:

This record is used to draw triangles with texture mapping applied to them.

Unit: S3DTK

See Also:

TS3DTK_VERTEX_LIT


[Previous] [Next] [Up] [Home] S3D Pascal Bindings