Unit 'PasVulkan.FileFormats.OBJ' Package
[Overview][Types][Classes][Index] [#pl_pasvulkan]

TpvOBJEdgeTriangle

Declaration

Source position: PasVulkan.FileFormats.OBJ.pas line 151

type TpvOBJEdgeTriangle = record

  v: array [0..2] of TpvOBJVector3;

  

  n: array [0..2] of TpvOBJVector3;

  

  t: array [0..2] of TpvOBJVector3;

  

  uv: array [0..2] of TpvOBJTexCoord;

  

end;



CT Web help

CodeTyphon Studio