Unit 'BGRAPolygonAliased' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_bgrabitmap]

PolygonPerspectiveTextureMappingAliased

Declaration

Source position: bgrapolygonaliased.pas line 176

procedure PolygonPerspectiveTextureMappingAliased(

  bmp: TBGRACustomBitmap;

  polyInfo: TPolygonPerspectiveTextureMappingInfo;

  texture: IBGRAScanner;

  TextureInterpolation: Boolean;

  NonZeroWinding: Boolean;

  zbuffer: psingle = Nil

); overload;

procedure PolygonPerspectiveTextureMappingAliased(

  bmp: TBGRACustomBitmap;

  const points: array of TPointF;

  const pointsZ: array of single;

  texture: IBGRAScanner;

  const texCoords: array of TPointF;

  TextureInterpolation: Boolean;

  NonZeroWinding: Boolean;

  zbuffer: psingle = Nil

); overload;



CT Web help

CodeTyphon Studio