API Reference > Classes > PRC Graphical Classes > OdPrcContentPointLight Class
OdPrcContentPointLight Class
OdPrcContentPointLightOdPrcContentPointLightOdPrcContentPointLightOdPrcContentPointLight
Syntax
C++
class OdPrcContentPointLight : public OdPrcContentLight;

PrcContentPointLight.h

 

Class representing a light of a scene from a point with attenuation factors.

Returns the current value of the constant light attenuation factor. Returned value is in the range [0.0, 1.0]. 
Returns the current value of the linear light attenuation factor. Returned value is in the range [0.0, 1.0]. 
This is the overview for the location method overload. 
Returns the current value of the quadratic light attenuation factor. Returned value is in the range [0.0, 1.0]. 
Sets a new value of the constant light attenuation factor.
 
Sets a new value of the linear light attenuation factor.
 
Sets a new value of the quadratic light attenuation factor.
 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.