#define rwPS2ALLMAXLIGHTBUFFERSIZE 128 /** * \ingroup ps2all * \ref RxWorldLightingCallBack * RxWorldLightingCallBack is a call back function for lighting. * * \param objectType * \param object */ typedef void (*RxWorldLightingCallBack) (RwInt32 objectType, void *object); extern RwReal *_rwSkyLightFillPos; extern RwUInt32 _rwSkyLightQWordsWritten; extern RwUInt128 _rwSkyLightBuffer[]; #if (defined(__cplusplus)) extern "C" { #endif /* (defined(__cplusplus)) */ extern void RxPipelineNodePS2AllApplyLight(const RpLight *light, const RwMatrix *inverseMat, RwReal invScale, RwReal recipInvScale); #if (defined(__cplusplus)) } #endif /* (defined(__cplusplus)) */