record TColorValues

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TColorValues = record

Description

TColorValues stores values needed for 3D display of the model.

  TColorValues = record
    X: double;
    Y: double;
    Z: double;
    Ambient: double;
    Diffuse: double;
    Specular: double;
  end;
  

Overview

Fields

X: double;
Y: double;
Z: double;
Ambient: double;
Diffuse: double;
Specular: double;

Description

Fields

X: double;

X is the X coordinate of the view point.

Y: double;

Y is the Y coordinate of the view point.

Z: double;

Z is the Z coordinate of the view point.

Ambient: double;

Ambient is the intensity of the ambient light.

Diffuse: double;

Diffuse is the intensity of the diffuse light.

Specular: double;

Specular is the intensity of the specular light.


Generated by PasDoc 0.12.1 on 2013-05-13 15:41:34