Don't have an account? Sign Up
struct SLightInfo { Vec3 vPos; float fRadius; bool bAffecting; };
IEntityRenderState.h
bool bAffecting;
float fRadius;
Vec3 vPos;
bool operator ==(const SLightInfo & other) const;