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

S3DTK_TriangleSetEx

Set state and draw triangles.

Method of:

TS3DTK_FUNCTION_LIST

Syntax:

S3DTK_TriangleSetEx: function(
  pFuncStruct: Pointer;
  pVertexSet: PULONG;
  NumVertexes: ULONG;
  SetType: ULONG
  pSetState: PULONG;
  NumStates: ULONG): ULONG; cdecl;

Parameters:

Returns:

S3DTK_OK if successful, S3DTK_ERR otherwise.

Description:

This is the same as a combination of S3DTK_SetState followed by S3DTK_TriangleSet. The values for the state are the same as the former.

Unit: S3DTK

See Also:

S3DTK_TriangleSet (in TS3DTK_FUNCTION_LIST), S3DTK_SetState (in TS3DTK_FUNCTION_LIST)


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