Record TPerspectiveTextureInfo

Hierarchy
Methods
Properties

Unit

Declaration

type TPerspectiveTextureInfo = record

Description

segment information for perspective texture. Use inverse Z and slopes.

Overview

Fields

Public InvZ: Single;
Public InvZSlope: Single;
Public TexCoordDivByZ: TPointF;
Public TexCoordDivByZSlopes: TPointF;
Public lightness: single;
Public lightnessSlope: single;
Public Position3D: TPoint3D_128;
Public Normal3D: TPoint3D_128;
Public Position3DSlope: TPoint3D_128;
Public Normal3DSlope: TPoint3D_128;

Description

Fields

Public InvZ: Single;

This item has no description.

Public InvZSlope: Single;

This item has no description.

Public TexCoordDivByZ: TPointF;

This item has no description.

Public TexCoordDivByZSlopes: TPointF;

This item has no description.

Public lightness: single;

This item has no description.

Public lightnessSlope: single;

This item has no description.

Public Position3D: TPoint3D_128;

This item has no description.

Public Normal3D: TPoint3D_128;

This item has no description.

Public Position3DSlope: TPoint3D_128;

This item has no description.

Public Normal3DSlope: TPoint3D_128;

This item has no description.