Unit 'le2d_Base' Package
[Overview][Types][Procedures and functions][Variables][Index] [#pl_zengl]

TLightSource

Declaration

Source position: le2d_base.pas line 92

type TLightSource = record

  position: leVect;

  

  color: le_RGB;

  

  intensity: single;

  

  PhysicalRadius: single;

  

  SectorAngle: single;

  

  SectorSoftAngle: single;

  

  angle: single;

  

  Enabled: Boolean;

  

  update: Boolean;

  

  radius: single;

  

  bb: le_BB;

  

  shapes: array of le_PShadowShape;

  

  shadows: array of le_ShadowDrawData;

  

  ShapesCount: Integer;

  

  res: Integer;

  

end;



CT Web help

CodeTyphon Studio