Unit 'AsphyreD3D7' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_asphyresphinx]

TD3DTLVertex

Declaration

Source position: AsphyreD3D7.pas line 298

type TD3DTLVertex = packed record

  case Integer of

    0: (

        sx: TD3DValue;

  

        sy: TD3DValue;

  

        sz: TD3DValue;

  

        rhw: TD3DValue;

  

        color: TD3DColor;

  

        specular: TD3DColor;

  

        tu: TD3DValue;

  

        tv: TD3DValue;

  

      );

    1: (

        dvSX: TD3DValue;

  

        dvSY: TD3DValue;

  

        dvSZ: TD3DValue;

  

        dvRHW: TD3DValue;

  

        dcColor: TD3DColor;

  

        dcSpecular: TD3DColor;

  

        dvTU: TD3DValue;

  

        dvTV: TD3DValue;

  

      );

end;



CT Web help

CodeTyphon Studio