SRestLightingInfo

C++
struct SRestLightingInfo {
  Vec3 averDir;
  ColorF averCol;
  Vec3 refPoint;
};
File

IRenderer.h

SRestLightingInfo::averCol Data Member
C++
ColorF averCol;
SRestLightingInfo::averDir Data Member
C++
Vec3 averDir;
SRestLightingInfo::refPoint Data Member
C++
Vec3 refPoint;
SRestLightingInfo::SRestLightingInfo Constructor
C++
SRestLightingInfo();