Record TPerspectiveTextureInfo
Unit
Declaration
type TPerspectiveTextureInfo = record
Description
segment information for perspective texture. Use inverse Z and slopes.
Overview
Fields
InvZ: Single; |
|
InvZSlope: Single; |
|
TexCoordDivByZ: TPointF; |
|
TexCoordDivByZSlopes: TPointF; |
|
lightness: single; |
|
lightnessSlope: single; |
|
Position3D: TPoint3D_128; |
|
Normal3D: TPoint3D_128; |
|
Position3DSlope: TPoint3D_128; |
|
Normal3DSlope: TPoint3D_128; |
Description
Fields
InvZ: Single; |
|
This item has no description. |
InvZSlope: Single; |
|
This item has no description. |
TexCoordDivByZ: TPointF; |
|
This item has no description. |
TexCoordDivByZSlopes: TPointF; |
|
This item has no description. |
lightness: single; |
|
This item has no description. |
lightnessSlope: single; |
|
This item has no description. |
Position3D: TPoint3D_128; |
|
This item has no description. |
Normal3D: TPoint3D_128; |
|
This item has no description. |
Position3DSlope: TPoint3D_128; |
|
This item has no description. |
Normal3DSlope: TPoint3D_128; |
|
This item has no description. |