You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

7 lines
433 B

#ifdef SENSORSDK_ENABLE_LIDAR
// Custom Lidar integrator, implemented in the SensorSDK package
#include "Packages/com.unity.sensorsdk/Runtime/Sensors/PathTracing/SensorIntegrator.hlsl"
#else
// Regular path tracing, using a forward integrator with multiple importance sampling
#include "Packages/com.unity.render-pipelines.high-definition/Runtime/RenderPipeline/PathTracing/Shaders/PathTracingIntegrator.hlsl"
#endif