17 INLINE SphereLight::CData::
26 INLINE SphereLight::CData::
27 CData(
const SphereLight::CData ©) :
35 INLINE PN_stdfloat SphereLight::
37 CDReader cdata(_cycler);
38 return cdata->_radius;
46 CDWriter cdata(_cycler);
47 cdata->_radius = radius;
set_radius
Sets the radius of the sphere.