Record TFaceRenderingDescription

Hierarchy
Methods
Properties

Unit

Declaration

type TFaceRenderingDescription = record

Description

Information about a face to render

Overview

Fields

Public NormalsMode: TLightingNormal3D;
Public Material: TBGRAMaterial3D;
Public Texture: IBGRAScanner;
Public LightThroughFactor: single;
Public Biface: boolean;
Public NbVertices: Integer;
Public Projections: array of TPointF;
Public Colors: array of TBGRAPixel;
Public Positions3D: array of TPoint3D_128;
Public Normals3D: array of TPoint3D_128;
Public TexCoords: array of TPointF;

Description

Fields

Public NormalsMode: TLightingNormal3D;

This item has no description.

Public Material: TBGRAMaterial3D;

This item has no description.

Public Texture: IBGRAScanner;

This item has no description.

Public LightThroughFactor: single;

This item has no description.

Public Biface: boolean;

This item has no description.

Public NbVertices: Integer;

This item has no description.

Public Projections: array of TPointF;

This item has no description.

Public Colors: array of TBGRAPixel;

This item has no description.

Public Positions3D: array of TPoint3D_128;

This item has no description.

Public Normals3D: array of TPoint3D_128;

This item has no description.

Public TexCoords: array of TPointF;

This item has no description.