Unit 'NewtonImportDyn' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_glscene]

TNewtonMeshGetIndirectVertexStreams

Declaration

Source position: NewtonImportDyn.pas line 849

type TNewtonMeshGetIndirectVertexStreams = procedure(

  const mesh: PNewtonMesh;

  vertexStrideInByte: Int;

  vertex: PFloat;

  vertexIndices: PInt;

  vertexCount: PInt;

  normalStrideInByte: Int;

  normal: PFloat;

  normalIndices: PInt;

  normalCount: PInt;

  uvStrideInByte0: Int;

  uv0: PFloat;

  uvIndices0: PInt;

  uvCount0: PInt;

  uvStrideInByte1: Int;

  uv1: PFloat;

  uvIndices1: PInt;

  uvCount1: PInt

);



CT Web help

CodeTyphon Studio