#include <NBF.h>
Inheritance diagram for NBFPointLight:
Public Methods | |
PADDING (4) | |
Padding bits to ensure the size of NBFPointLight is a multiple of 8, regardless of packing. More... | |
Public Attributes | |
float3_t | attenuation |
Specifies the attenuation factors of the point light. The x-component of the vector specifies the constant term of the attenuation, the y-component of the vector specifies the linear term of the attenuation, and the z-component of the vector specifies the quadratic term of the attenuation. More... |
|
Padding bits to ensure the size of NBFPointLight is a multiple of 8, regardless of packing.
Reimplemented from NBFObject. |
|
Specifies the attenuation factors of the point light. The x-component of the vector specifies the constant term of the attenuation, the y-component of the vector specifies the linear term of the attenuation, and the z-component of the vector specifies the quadratic term of the attenuation.
|